- This topic has 31 replies, 8 voices, and was last updated 18 years ago by Riyad Kalla.
-
AuthorPosts
-
Riyad KallaMemberaugustientje,
No ETA set by developers yet but I’m adding *all* this information to the bug so the devs know it’s high priority.
jameszhuMemberI’m having exactly the same problem here. Everytime(yes, everytime) when I try to save a jsp file I’m told ‘Save Failed: NULL”. My Spec:
Ubuntu 6.06.1
MyEclipse 5.01GA + Eclipse 3.2please have this fixed, this is a showstopper.
Riyad KallaMemberjames,
I have reproduced this problem, out of curiosity, if you do this before manually launching eclipse from the command line:export MOZILLA_FIVE_HOME=""
and the design comes up, does the saving work then?
jameszhuMemberIf launched with ‘export MOZILLA_FIVE_HOME=””‘, there’s no such ‘Save Failed’ error, it works well. (BTW, my JVM is Sun JDK 1.5.0_08)
Since you reproduced this problem, when can we expect a 5.02 release? I believe this problem worth a standalone bug fix release.
henkMemberIs there already some progress on this? I’m on Windows, so I don’t think the ‘export MOZILLA_FIVE_HOME=””‘ makes any sense for me (?)
Riyad KallaMemberIt has been targetted for the 5.0.2 release, no news yet from dev team.
henkMemberOk, great to hear its atleast clear on your radar 🙂
Waiting for 5.0.2…
AspartamMemberIm also experiencing this problem, i just installed eclipse 3.2 and myeclipse 5.0.1 on a clean machine. This error occured in the first webfile (myJsp.jsp) but not on the second (Test.jsp) or the third (test3.jsp). Seems rather random, but also rather annoing.
Riyad KallaMemberThat is very strange, Aspartam. Do you have the designer enabled?
augustientjeMemberIf Aspartam did a clean install of MyEclipse 5.01 and experiences this problem too, then atleast we’ll know the problem isn’t caused by the 5.0 -> 5.01 upgrade (as was suggested above as a possible thing to investigate).
Riyad KallaMemberaugustientje,
That is one concern, but if I have a clean install here that I can reproduce this problem with readily *if* I disable the designer. What I’m worried about is people with the designer enabled that sometimes see it/sometimes don’t… that will make it harder to track down and we don’t want to release 5.0.2 and not have this fixed for everyone.
arjan.tijmsMemberTo follow up on this bug, I have an issue that is probably related. I’m using the export MOZILLA_FIVE_HOME=”” trick, but quite often when I save in a JSP editor, Eclipse crashed with a signal 11 and terminates the VM. I tried with a couple of different VMs among which JDK5 U8 and JDK6 B2 but I see the same behaviour everytime.
It happens right after I type ctrl-s, although when I restart Eclipse I notice the file in question had been saved prior to the crash. I also notice that, just like the Save Failed:NULL bug, a lot of .[jsp file name]_wd3_init.html are created in my workspace.
I’m running on Debian Etch, Eclipse 3.2, MyEclipse 5.01.
DISMemberI’m running with windows xp.
Eclipse version 3.2.0 Build M20060629-1905
MyEclipse version 5.0.1 Build 20060810-5.0.1-GAWhen I open files with ‘visual html designer’ I would get a tab but the screen would be blank. So I restarted with -clean and that got the designer working but now I get errors every time I try to save or create a file.
Creation of element failed. org.eclipse.core.internal.localstore.HistoryStore2.<init>(Lorg/eclipse/core/internal/resources/Workspace;Lorg/eclipse/core/runtime/IPath;I)V
Any ideas?
DISMemberI found the restart with -clean and then restart with
eclipse.exe -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation=”<path-to-myeclipse>\eclipse\MyEclipseSplash.bmpbut it still doesn’t work. All has been working fine for some time until I decided to fix the problem with ‘visual html designer’. Looks like a bad decision.
Riyad KallaMemberDIS,
Try creating a new workspace. That error is a platform level error, not a MyEclipse error. That’s never a good sign regardless of the feature that’s not working.For testing, go to File > Switch Workspace > C:\tempworkspace, hit Ok to restart. Now create a new Web Project and drop a HTML page in there nad open it, does it open in the designer without a problem?
-
AuthorPosts