Title: HELP: Problems with Build #634 Install

Environment:
Windows 2000 SP2
JDK 1.4

I am having problems with build #634. I created a new (clean) directory off
my C root called "IntelliJ" and unzipped the Build #634 ZIP into there. I
edited the BAT file and changed the 2 lines for JAVA_HOME and IDEA_HOME, I
installed JDK 1.4. When I run the idea bat I get the following error:

[ 21092] ERROR - intellij.plugins.PluginManager -
[ 21112] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Ariadna)
3.0 Build #634
[ 21122] ERROR - intellij.plugins.PluginManager - JDK: 1.4.0_01
[ 21122] ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM)
Client VM
[ 21122] ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems
Inc.
[ 21122] ERROR - intellij.plugins.PluginManager - OS: Windows 2000
[ 21122] 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:145)
at com.intellij.openapi.components.a.a.a(a.java:81)
at com.intellij.idea.f.a(f.java:1)
at com.intellij.openapi.project.a.m.a(m.java:72)
at com.intellij.openapi.project.a.m.readExternal(m.java:112)
at com.intellij.openapi.components.a.a.a(a.java:150)
at com.intellij.openapi.components.a.a.a(a.java:108)
at com.intellij.openapi.components.a.a.getComponent(a.java:23)
at
com.intellij.openapi.project.ProjectManager.getInstance(ProjectManager.java:
1)
at com.intellij.ide.cs.initComponent(cs.java:1)
at com.intellij.openapi.components.a.a.a(a.java:44)
at com.intellij.openapi.components.a.a.getComponent(a.java:23)
at com.intellij.openapi.components.a.a.g(a.java:78)
at com.intellij.openapi.components.a.a.c(a.java:68)
at com.intellij.openapi.application.a.d.g(d.java:19)
at com.intellij.idea.o.g(o.java:21)
at com.intellij.idea.o.a(o.java:9)
at com.intellij.idea.l.run(l.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:191)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.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)


Here is a printout from the JAVA -Version:

C:\>java -version
java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)

I added a few lines to print out exactly what the BAT file was generating
for it's command line. Here it is:

EXE: c:\Progra~1\sun\jdk1.4.0_01\bin\java.exe

JVM_ARGS: -ms16m -mx128m -Didea.system.path="c:\intelliJ\system" -Djdk.home=
"c:\Progra~1\sun\jdk1.4.0_01" -DCVS_PASSFILE
="C:\.cvspass"

CLASSPATH:
"c:\intelliJ\lib\xerces.jar;c:\intelliJ\lib\idea.jar;c:\intelliJ\lib\icons.j
ar;c:\intelliJ\lib\jdom.jar;c:\intelliJ\
lib\oromatcher.jar;c:\intelliJ\lib\jh.jar;c:\intelliJ\lib\ant.jar;c:\intelli
J\lib\optional.jar;c:\intelliJ\lib\junit.jar
;c:\intelliJ\lib\servlet.jar;c:\intelliJ\lib\log4j.jar;c:\Progra~1\sun\jdk1.
4.0_01\lib\tools.jar"

MAIN: com.intellij.idea.Main

Here is the top portion of my BAT file:

@echo off

::----------------------------------------------------------------------
:: IntelliJ IDEA Startup Script
::----------------------------------------------------------------------

:: ---------------------------------------------------------------------
:: Before you can run IntelliJ IDEA, please, specify the location of the
:: Sun's JDK 1.4.0_01 (or higher) on your system.
:: The JDK you specify here will be used to start IntelliJ IDEA.
:: ---------------------------------------------------------------------
SET JAVA_HOME=c:\Progra~1\sun\jdk1.4.0_01

:: ---------------------------------------------------------------------
:: Before you run IntelliJ IDEA, please, specify the location of the
:: directory where IntelliJ IDEA is installed
:: ---------------------------------------------------------------------
SET IDEA_HOME=c:\intelliJ

:: ---------------------------------------------------------------------
:: If you have correctly set the JAVA_HOME path, then in most cases
:: you will not need to change the settings below.
:: ---------------------------------------------------------------------
SET JAVA_EXE=%JAVA_HOME%\bin\java.exe

IF NOT EXIST "%JAVA_EXE%" goto error


I'm out of ideas of what could be causing this. Does anyone have any
suggestions?
--

John De Lello
DelWare Software Solutions, LLC
Programming solutions for today's complex problems
http://www.DelWare.com

Reply via email to