MyEclipse: JavaScript Error when clicking Install Project razorSpirit - Feb 14, 2008 - 10:44 PM Post subject: JavaScript Error when clicking Install Project
Just installed MyEclipse Enterprise Workbench
6.0.1-GA-200710
In Examples On-Demand - I cannot install any of the projects, because when I
click or mouse over INSTALL PROJECT I get a javascript error:
Line: 26
Error: 'g' is null or not an objectrazorSpirit - Feb 15, 2008 - 03:14 PM Post subject: RE: JavaScript Error when clicking Install Project
Work Around
I have proxy issues. I can circumvent the issue by going directly to the CVS repository as described in the firewall posting - changing default port to 443.TioP - Mar 05, 2008 - 02:09 AM Post subject: JavaScript Error when clicking Install Project
Actually, the JavaScript error happens regardless whether you click on "Install"
or not. Just move the pointer over the button. When the pointer leaves the button
area, the error pops up. There is a bug in the script (my educated guess) or in
the JS interpreter.
If I click the button, I get the project installed, but when moving the pointer outside
the button area, get the error, even though the project got installed. The click and
the slide-out event are handled separately. One has a bug, the other doesn't seem
to have it.
-TioPsupport-nipun - Mar 07, 2008 - 03:33 PM Post subject: RE: JavaScript Error when clicking Install Project
TioP,
Are you using a some kind of a proxy as well ? I was unable to reproduce this bug at my end.
Can you go to MyEclipse > Installation Summary > Installation Details and paste it here for me.gkrussell - Apr 02, 2009 - 12:06 AM Post subject:
I have the same issue. Here are my installation details:
*** Date:
Wednesday, April 1, 2009 4:05:31 PM PDT
** System properties:
OS=WindowsVista
OS version=6.0.0
Java version=1.5.0_11
Do you get the same error or a different error? If you can provide us with some more information about the error, it would be very helpful.gkrussell - Apr 02, 2009 - 05:14 PM Post subject:
It's the exact same error. It happens every time -- I can move my cursor over the "Install Project" button (no error) but when I click on the button or move it away from the button I get the error
It's for every "green" "Install Project" button
This is the error:
A Runtime Error has occurred.
Do you wish to Debug?
Line 26
Error: 'g' is null or not an objectsupport-nipun - Apr 06, 2009 - 07:31 PM Post subject:
gkrussell,
Im not sure whats going on here. I have filed the bug for the dev team to look into this issue.bick - Jun 16, 2009 - 02:30 PM Post subject: same error
I'm seeing the same error also... Using MyEclipse Blue 7.5.support-nipun - Jun 16, 2009 - 10:46 PM Post subject: RE: same error
bick,
Can you switch to CVS perspective and download the EOD directly from there. We have been unable to reproduce this issue at our end.bick - Jun 22, 2009 - 04:13 PM Post subject: RE: same error
Sorry Nipun, I can not access CVS repositories because our firewall blocks all cvs traffic.support-nipun - Jun 23, 2009 - 03:05 PM Post subject: RE: same error
In that case I can mail you any particular EOD that you are looking for.bpmclpc473 - Dec 10, 2009 - 06:12 PM Post subject: Same issue
FWIW --- I've been seeing this same issue as well. (7, 7.5, 8... various IE)
The problem is, as reported, "g" is null or not an object. It's on line 26 of jquery.js. (hover:function(f,g)) The error happens on the onMouseout event.
In IE, go to Tools -> Internet Options -> Advanced. If "Disable script debugging (Internet Explorer)" under "Browsing" is checked, uncheck it... Click "Apply"