The JAVA_HOME was set properly, and I already did what you suggested before. It would also seem strange that I would make the same mistake twice on two different systems. I also saw the same exception reported by several other people. It's hard to imagine they all set the wrong path, since it would be highly unlikely that anything would run at all without the proper JAVA_HOME. How can there even be a splash if there's no JDK? It also is the same JDK I used for developing for quite a while now.
I did manage to reinstall the JDK in a directory without spaces and this DID help. (I changed "c:\progra~1\Java\j2sdk1.4.0_01" in "d:\j2sdk1.4.0_01". Seems to me that installing things in "Program Files" is messing up Idea, or that using short notation file names causes problems. This didn't use to cause problems however. Regards, Edwin Delsman -- "Anton Katilin" <[EMAIL PROTECTED]> wrote in message afrojl$pgp$[EMAIL PROTECTED]">news:afrojl$pgp$[EMAIL PROTECTED]... > The problem is that there isn't a proper (i.e. from JDK 1.4.0_01) tools.jar > in the classpath. Probably JAVA_HOME variable is set to another JDK and > since the value specified in idea.bat is ignored; if so, please try to > change the line > IF "%JAVA_HOME%" == "" SET JAVA_HOME=c:\j2sdk1.4.0_01 > in idea.bat to > SET JAVA_HOME=c:\j2sdk1.4.0_01 > > -- > Best regards, > Anton Katilin > --------------------------------------------------------- > JetBrains, Inc / IntelliJ Software > http://www.intellij.com > "Develop with pleasure!" > > > "Edwin Delsman" <[EMAIL PROTECTED]> wrote in message > afrnml$o62$[EMAIL PROTECTED]">news:afrnml$o62$[EMAIL PROTECTED]... > > Hi, > > > > I'm not currently working on the system where I had the problem, but I > tried > > it at work with the same result (now under NT, not Win2000). The old setup > > was also a clean install however: I did not copy anything from the old > > configuration. I only changed the idea.bat lines for IDEA_HOME, JAVA_HOME > > and JVM_ARGS for the memory settings. What did happen was that I > originally > > installed in a directory with a space in the name ("c:\Program > > files\Idea632" which didn't work the usual way, configured as > > "c:\Progra~1\Idea632". I then moved the installation to the root and > > adjusted the idea home to no avail. > > > > My point is, the jdk is also under "c:\Program Files" on both systems > > (Configured as c:\Progra~1) as I always did. Since that caused problems > for > > the idea home, could it also be the cause of this error? I noticed the > > Class.forName in the stacktrace so I guess this is might not be such a far > > fetched assumption. The workaround posted somewhere else did move the jar > > containing it to the idea directory, which must have been without spaces! > > > > Reinstalling the JDK is a bit of a hassle at work. If you need me to I > will > > try that at home this evening. > > > > Something else: shouldn't "com/sun/jdi/IncompatibleThreadStateException" > in > > the trace be: "com.sun.jdi.IncompatibleThreadStateException" or is this > > normal? Anyway it seems that the exception in wants to throw cannot be > > loaded, so the question is, why would it want to throw one in the first > > place? > > > > Edwin Delsman. > > > > new stacktrace: > > > > [ 7070] ERROR - com.intellij.ide.r - Error during > dispatching > > of > > > java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.idea > > .g@4 > > b2f1a,notifier=null,catchExceptions=false,when=1025597049807] on > > sun.awt.windows > > .WToolkit@17ca1 > > [ 7080] ERROR - com.intellij.ide.r - IntelliJ IDEA > (Ariadna) > > 3.0 > > Build #632 > > [ 7080] ERROR - com.intellij.ide.r - JDK: 1.4.0_01 > > [ 7080] ERROR - com.intellij.ide.r - VM: Java HotSpot(TM) > > Client > > VM > > [ 7080] ERROR - com.intellij.ide.r - Vendor: Sun > Microsystems > > Inc > > . > > [ 7080] ERROR - com.intellij.ide.r - OS: Windows NT > > [ 7100] ERROR - com.intellij.ide.r - > > java.lang.NoClassDefFoundError: > com/sun/jdi/IncompatibleThreadStateException > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Class.java:130) > > at com.intellij.openapi.components.a.a.a(a.java:159) > > at com.intellij.openapi.components.a.a.a(a.java:37) > > at com.intellij.idea.f.a(f.java:1) > > at com.intellij.openapi.project.a.m.a(m.java:14) > > at com.intellij.openapi.project.a.m.getDefaultProject(m.java:124) > > at com.intellij.ide.l.dy.v(dy.java:198) > > at com.intellij.ide.l.dy.p(dy.java:272) > > at com.intellij.ide.l.dy.<init>(dy.java:43) > > at com.intellij.ide.g.ba.a(ba.java:41) > > at com.intellij.idea.h.run(h.java:6) > > at com.intellij.idea.g.run(g.java:2) > > at > java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) > > at java.awt.EventQueue.dispatchEvent(EventQueue.java:443) > > at com.intellij.ide.r.a(r.java:12) > > at com.intellij.ide.r.dispatchEvent(r.java:8) > > at > > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh > > read.java:191) > > at > > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre > > ad.java:144) > > at > > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) > > > > at > > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130) > > > > at java.awt.EventDispatchThread.run(EventDispatchThread.java:98) > > --- > > > > "Anton Katilin" <[EMAIL PROTECTED]> wrote in message > > afrjpo$jgo$[EMAIL PROTECTED]">news:afrjpo$jgo$[EMAIL PROTECTED]... > > > Hello Edwin! > > > > > > Please try the clean install or make sure that idea.bat is from the > build > > > 632 and is properly configured. > > > > > > -- > > > Best regards, > > > Anton Katilin > > > --------------------------------------------------------- > > > JetBrains, Inc / IntelliJ Software > > > http://www.intellij.com > > > "Develop with pleasure!" > > > > > > > > > "Edwin Delsman" <[EMAIL PROTECTED]> wrote in message > > > afqeu6$r1j$[EMAIL PROTECTED]">news:afqeu6$r1j$[EMAIL PROTECTED]... > > > > [ 7441] ERROR - intellij.plugins.PluginManager - > > > > [ 7481] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA > > > (Ariadna) > > > > 3.0 > > > > Build #632 > > > > [ 7481] ERROR - intellij.plugins.PluginManager - JDK: 1.4.0_01 > > > > [ 7481] ERROR - intellij.plugins.PluginManager - VM: Java > HotSpot(TM) > > > > Client > > > > VM > > > > [ 7481] ERROR - intellij.plugins.PluginManager - Vendor: Sun > > > Microsystems > > > > Inc > > > > . > > > > [ 7481] ERROR - intellij.plugins.PluginManager - OS: Windows 2000 > > > > [ 7491] ERROR - intellij.plugins.PluginManager - > > > > java.lang.NoClassDefFoundError: > > > com/sun/jdi/IncompatibleThreadStateException > > > > at java.lang.Class.forName0(Native Method) > > > > at java.lang.Class.forName(Class.java:130) > > > > at com.intellij.openapi.components.a.a.a(a.java:159) > > > > at com.intellij.openapi.components.a.a.a(a.java:37) > > > > at com.intellij.idea.f.a(f.java:1) > > > > at com.intellij.openapi.project.a.m.a(m.java:14) > > > > at com.intellij.openapi.project.a.m.readExternal(m.java:35) > > > > at com.intellij.openapi.components.a.a.a(a.java:103) > > > > at com.intellij.openapi.components.a.a.a(a.java:98) > > > > at com.intellij.openapi.components.a.a.getComponent(a.java:69) > > > > at > > > > com.intellij.openapi.project.ProjectManager.getInstance(ProjectManage > > > > r.java) > > > > at com.intellij.ide.cs.initComponent(cs.java) > > > > at com.intellij.openapi.components.a.a.a(a.java:66) > > > > at com.intellij.openapi.components.a.a.getComponent(a.java:69) > > > > at com.intellij.openapi.components.a.a.g(a.java:60) > > > > at com.intellij.openapi.components.a.a.c(a.java:13) > > > > at com.intellij.openapi.application.a.d.g(d.java:184) > > > > at com.intellij.idea.o.g(o.java:55) > > > > at com.intellij.idea.o.a(o.java:15) > > > > at com.intellij.idea.l.run(l.java:2) > > > > at > > > java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) > > > > at java.awt.EventQueue.dispatchEvent(EventQueue.java:443) > > > > at > > > > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh > > > > read.java:191) > > > > at > > > > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre > > > > ad.java:144) > > > > at > > > > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) > > > > > > > > at > > > > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130) > > > > > > > > at > java.awt.EventDispatchThread.run(EventDispatchThread.java:98) > > > > > > > > > > > > > > > > > > > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
