-
Notifications
You must be signed in to change notification settings - Fork 77
All nodejs apps fail to run (JDK 6 only?) #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I ran the same today in one of mine Eclipses. Thanks for letting know. Now I am sure it is not only 1 Eclipse bug. This issue is very bad. I will announce on website. |
Please give standard info: OS, x32 or x63 , Java version I got the same error today on Eclipse Kepler running on x32 JVM. Need to understand clear when & when it is happening. |
Hi Paul, Thanks for the quick response. Some details: Windows 7 (x64) Hope this helps! I'll downgrade to 0.4 and will try updating again later. If you need any more information from me, let me know. |
Thank you. I will be trying to reproduce on other systems. So far it is not clear in what circumstances the issue arise. If it happens to you again, please open Error Log View (like on the picture above) Also
may help a bit |
I was able to reproduce with a fresh install of Kepler; I installed nodeclipse 0.5 first thing, then created a new Node Application project. I did that, cleared the error log and restarted and have a nice, short capture of the error log. Going to try and submit that somehow. If you'd prefer I email it to you, let me know. |
I don't see a way to attach files, so here's the error log: !SESSION 2013-09-10 18:11:19.555 ----------------------------------------------- !ENTRY org.nodeclipse.ui 1 0 2013-09-10 18:12:03.930 !ENTRY org.nodeclipse.ui 1 0 2013-09-10 18:12:03.957 !ENTRY org.eclipse.egit.ui 2 0 2013-09-10 18:12:04.305 !ENTRY org.nodeclipse.ui 1 0 2013-09-10 18:12:04.505 !ENTRY org.nodeclipse.ui 1 0 2013-09-10 18:12:04.689 !ENTRY org.nodeclipse.ui 1 0 2013-09-10 18:12:04.692 !ENTRY org.nodeclipse.ui 1 0 2013-09-10 18:12:04.697 !ENTRY org.eclipse.debug.ui 4 120 2013-09-10 18:12:10.004 !ENTRY org.eclipse.egit.ui 2 0 2013-09-11 08:25:52.249 !ENTRY org.eclipse.egit.ui 2 0 2013-09-11 08:27:26.384 |
Yes, that is what I also seen in one of mine Eclipses. @tomotaro1065 can you join here. |
Please wait until this week-end. I still have been so busy this week too. |
Excellent. I also plan to spend some time for Nodeclipse this week-end. |
I'm sorry I have to go work tomorrow. So I will do for Nodeclipse on Sunday. |
It couldn't be reproduced on my environment. Windows 7 (x64) @paulvi Could you reproduce it? By the way, the error of duplication toggle target is not related with this issue. |
I only run into it once on my work PC that has JDK 7 x64 and JDK 6 x32 The problem was on JDK 6 x32. @seanodell https://github.com/seanodell also run into it on JDK Can it be only on JDK 6 ? |
I installed JDK 7 x32 ( on my work PC with Windows 7 64x ). That solved this bug for Eclipse win32. @seanodell Can you check on your PC if JDK 7 helps. |
Close as it can't be reproduced |
I have this issue. Windows x64, Eclipse 32 bit (b/c of windows I found eclipse 64bit was buggy), and JDK 1.6. patch 24. I tried changing my eclipse.ini to specify Java 7 64 bit and that didn't help. What java version are you referring to? What is declared in JAVA_HOME? what is in eclipse.ini? What is registered as installed jres in eclipse preferences? node version is v0.10.20. I have not solved this yet through any updates or reinstalls. |
Ok working now for me. It does seem you have to uninstall nodeclipse then do Java 7 update ( i tried jre 64 bit and jdk 32 bit, both ok), and set that new java 7 in your eclipse.ini file (format is important). Then reinstall nodeclipse and it will work. |
Hi Benjamin, thank for letting know.
Exact reason unknown, it seems to be combination of Java, Eclipse, Nodeclipse versions. I can solve by updating Java, Nodeclipse. |
I ran again with Aptana Studio. Yes, it can be solved with pointing to JDK 7 in
then unistall Nodeclipse and install Nodeclipse. (Used latest Nodeclipse version 0.6) |
Reopen as users keep running into |
I had fallen back to Juno to get back to running order, but then suddenly for no reason the issue I reported originally started happening on my Juno install. I am pretty sure I didn't update the nodeclipse plug-in, so I have no explanation for it. I upgraded to JDK 1.7 and went back to Kepler (with nodeclipse 0.11) and the problem went away. It's time we upgraded to JDK 1.7 anyway. |
OK so it is not related to Eclipse version, It seems like what we knew before. Thanks for updating. |
I let Eclipse upgrade nodeclipse to 0.5 and my .js apps no longer run inside Eclipse. The console window just flickers briefly and says "terminated" in the title (normal when a console app terminates). I can run them from the command-line, and I've not changed any of my code since the upgrade. I double-checked that the path to node.exe is correct under preferences. I'm running node v0.8.21 (need to run a slightly older version for compatibility with production platform). I uninstalled and re-installed nodeclipse; same thing. I'm not getting any errors, either.
Steps to reproduce are simple: Make a new basic project with express and listen to any port. Run "npm install" and then "node app.js" and it starts up just fine. Right-click on app.js in Eclipse and Run->Node Application and the console window just flickers and says "terminated".
Let me know if I can provide any additional information or perhaps I should be trying something else.
Thanks,
UPDATE: solved by #72 (comment)
also asked on http://stackoverflow.com/questions/19689501/togglebreakpointstargetfactory-specified-id-is-already-registered
The text was updated successfully, but these errors were encountered: