I had this problem too. I have always installed the Java SDK into "C:\program files\" ever since Java 1.1, and have always used the DOS name "C:\progra~1\" to avoid problems with the space. This has also worked for versions of Idea between 626 and 629 but seems to cause the error below on version 632.
Moving the SDK and Idea to "C:\" cured the problem. Paul. --------- 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) -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
