![]() |
|
|
|||||||
![]() |
Java - Eclipse terminating, exit code 1 |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Arrrgh! I was opening eclipse during a virus
scan (+ a ..few other things going on) and it threw a spack, ..or in more technical terms I got a dialog with the message; JVM terminated. Exit code=1 C:\WINDOWS\system32\javaw.exe -cp D:\eclipse\startup.jar org.eclipse.launcher.Main -os win32 -ws win32 -arch x86 -showsplaxh D:\eclipse\eclipse.exe -showsplash 600 [ I suppose this is the fairy godmother of advanced IDE's coming back at me for reprimanding noobs who use them.. http://www.ibm.com/search?q=%2Beclip...+%2Bterminated did not reveal anything of use.. Can anybody advise how to fix this problem, or where I'd look for more information? TIA [ Damn them all, I'll return to the command line if I have to ..so there! ] -- Andrew Thompson * http://www.PhySci.org/ PhySci software suite * http://www.1point1C.org/ 1.1C - Superluminal! * http://www.AThompson.info/andrew/ personal site Andrew Thompson |
|
|
|
|
#2 |
|
Posts: n/a
|
Andrew Thompson <> wrote or quoted:
> Arrrgh! I was opening eclipse during a virus > scan (+ a ..few other things going on) and > it threw a spack, ..or in more technical terms > I got a dialog with the message; > > JVM terminated. Exit code=1 > C:\WINDOWS\system32\javaw.exe > -cp D:\eclipse\startup.jar org.eclipse.launcher.Main > -os win32 > -ws win32 > -arch x86 > -showsplaxh D:\eclipse\eclipse.exe -showsplash 600 ....and now it won't start again? You know about deleting the ".lock" file - in your workspace? -- __________ |im |yler http://timtyler.org/ Remove lock to reply. Tim Tyler |
|
|
|
#3 |
|
Posts: n/a
|
The other thing to do is to kill any and all "eclipse" processes
before retrying. -- __________ |im |yler http://timtyler.org/ Remove lock to reply. Tim Tyler |
|
|
|
#4 |
|
Posts: n/a
|
"Tim Tyler" <> wrote in message news:...
> The other thing to do is to kill any and all "eclipse" processes > before retrying. ... I shut-down and restarted the machine. No good, still that same error. -- Andrew Thompson * http://www.PhySci.org/ PhySci software suite * http://www.1point1C.org/ 1.1C - Superluminal! * http://www.AThompson.info/andrew/ personal site Andrew Thompson |
|
|
|
#5 |
|
Posts: n/a
|
"Tim Tyler" <> wrote in message news:...
> Andrew Thompson <> wrote or quoted: > > > Arrrgh! I was opening eclipse ..... > > I got a dialog with the message; .... > You know about deleting the ".lock" file - in your workspace? No I didn't, you mean this one? '.metadata/.lock' Should I delete the file, or the entire directory? -- Andrew Thompson * http://www.PhySci.org/ PhySci software suite * http://www.1point1C.org/ 1.1C - Superluminal! * http://www.AThompson.info/andrew/ personal site Andrew Thompson |
|
|
|
#6 |
|
Posts: n/a
|
Andrew Thompson <> wrote or quoted:
> "Tim Tyler" <> wrote in message news:... >> Andrew Thompson <> wrote or quoted: >> > Arrrgh! I was opening eclipse ..... >> > I got a dialog with the message; > ... >> You know about deleting the ".lock" file - in your workspace? > > No I didn't, you mean this one? > '.metadata/.lock' Yes. > Should I delete the file, or the entire directory? The file is normally all that's needed. If it's there, Eclipse won't start (though you should at least get an error message) - and Eclipse *often* leaves it behind when it crashes. The whole thing is a pretty broken implementation, really... -- __________ |im |yler http://timtyler.org/ Remove lock to reply. Tim Tyler |
|
|
|
#7 |
|
Posts: n/a
|
> > "Tim Tyler" <> wrote in message
news:... > >> Andrew Thompson <> wrote or quoted: > > >> > Arrrgh! I was opening eclipse ..... > >> > I got a dialog with the message; > > ... > >> You know about deleting the ".lock" file - in your workspace? Unfortunately it has no effect. :-/ Eclipse still crashes with the same error message and creates a new .lock file for my amusement and edification. I was considering uninstalling and reinstalling Eclipse - that might kick the .lock out of it. Any other ..less severe suggestions before I try that? [ BTW Tim - Your sig. seems rather ironic, in this thread.. -- Andrew Thompson * http://www.PhySci.org/ PhySci software suite * http://www.1point1C.org/ 1.1C - Superluminal! * http://www.AThompson.info/andrew/ personal site Andrew Thompson |
|
|
|
#8 |
|
Posts: n/a
|
Tim Tyler wrote:
<snip> > If it's there, Eclipse won't start (though you should at least > get an error message) - and Eclipse *often* leaves it behind > when it crashes. > > The whole thing is a pretty broken implementation, really... Aha! So it's not just me who's found that Eclipse is a bit "fragile". I keep my projects in separate directories just so that WHEN (not IF) I have to reinstall Eclipse I don't lose my work. I end up having to reload elements like the JBoss-IDE and the apache jar (for certain tags) but I've gotten used to it by now. It also screws up royally under Linux if you accidentally run two instances (a slip of the button finger) so I've written shell scripts to prevent that from happening. Finally, there are memory leaks such that you can only do a limited number of build/redeploy cycles before you get the OutOfMemoryError. Still, when it DOES work it can enhance productivity if you're developing EJBs. Like everything else, it's a trade-off. Sudsy |
|
|
|
#9 |
|
Posts: n/a
|
"Sudsy" <> wrote in message
news:... > Tim Tyler wrote: > <snip> > > If it's there, Eclipse won't start (though you should at least > > get an error message) - and Eclipse *often* leaves it behind > > when it crashes. > > > > The whole thing is a pretty broken implementation, really... > > Aha! So it's not just me who's found that Eclipse is a bit > "fragile". <SNIP FRAGILITY> ...... > Still, when it DOES work You mean, Sudsy, you have spare time - after what you've detailed above? >..it can enhance productivity if > you're developing EJBs. ..._anything_ else? > Like everything else, it's a trade-off. My estimation of the benefit of that trade-off is slipping more toward 'command line' by the moment.. -- Andrew Thompson * http://www.PhySci.org/ PhySci software suite * http://www.1point1C.org/ 1.1C - Superluminal! * http://www.AThompson.info/andrew/ personal site Andrew Thompson |
|
|
|
#10 |
|
Posts: n/a
|
Andrew Thompson wrote:
<snip> <snip> >>Still, when it DOES work > > > You mean, Sudsy, you have spare time - > after what you've detailed above? Okay, so it burned me on a few occasions and it DID waste valuable time. It's still worth giving it a try, even if only to determine the net gain/loss. >>..it can enhance productivity if >>you're developing EJBs. > > > .._anything_ else? It's also good for Struts, interestingly enough. I create entire apps (JSPs, HTML pages, EJBs, servlets, custom tags, ActionForms, Actions etc.) in Eclipse and the XDoclet tags and ant support make for a nicely structured build environment. >>Like everything else, it's a trade-off. > > > My estimation of the benefit of that trade-off > is slipping more toward 'command line' by > the moment.. I wouldn't throw in the towel just yet. If you stick with it then you might develop an environment which works MOST of the time. I'll still keep my custom tools around, however. Sudsy |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How To Access HTML elements in code behind??? | nedums_b | Software | 1 | 02-07-2008 07:15 PM |
| i need eclipse code for Retrieve data from an oracle database | little programmer | Software | 0 | 04-19-2007 01:14 PM |
| Circumvent Region Code | hufaunder@yahoo.com | DVD Video | 11 | 01-29-2007 09:51 PM |
| .avi files giving region code error | Craig Cameron | DVD Video | 2 | 03-07-2006 02:49 PM |
| "The biggest scandal to ever hit American politics" | Jas | DVD Video | 149 | 12-05-2004 02:47 PM |