Sun Java Studio Enterprise - Installation Error

Hi,

I am trying to install Sun java Developer Enterprise 8.1 version.I am getting error.

Error is:

"Error in Instructions.Invalid jvm file name specified in LUNCH.Invalid variable specification.Line number (4)."

I have installed jdk in c: drive.and I am trying to install Sun java developer enterprise8.1 from e: drive.It asking the jvm (java.exe) file name.I have specifed.after i am getting above error message.Please suggest me.

[462 byte] By [Nagireddy_javaDevelopera] at [2007-11-26 23:06:22]
# 1

- It is possible that the download did not go through successfully and the downloaded installer could be corrupted.

You can retry downloading the installer using Sun Download Manager:

http://www.sun.com/download/faq.xml#q1

- You can try running the installer with "-is:log <path_to_logfile>" and check if the path_to_logfile has any info that could be useful for diagnosing.

KarthikRa at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 2
Even I tried dowload using download manager.Still I am getting same problem.I am using jdk1.5.0_09.Is it jdk problem?pls suggest me.
Nagireddy_javaDevelopera at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 3

J2SE 5.0 (version 1.5.0_01 or later, 32-bit JVM only) is required JSE8.1 installation.

But anyway try to download/install latest JDK from

http://java.sun.com/javase/downloads/index_jdk5.jsp and try again.

BTW what is size of your JSE's installation?

And Karthik's "-is:log <path_to_logfile>" hint sounds quite good. Please try it also

Jin_Ba at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 4

You may also want to take a look at:

http://forum.java.sun.com/thread.jspa?threadID=5072787

It looks like the issue of "invalid jvm" happens when the installsheild installer runs into problems locating the jvm on the system; and that the problem can be specified by explicitly specifying the jdk path via "-is:javahome" parameter.

So, you can try running the installer with

<installer_name> -is:javahome "<path_to_jdk>"

command line. If path_to_jdk includes spaces in its name, then it should be surrounded by quotes.

It is also helpful to specify the tempdir and logfile specifically using -is:log and -is:tempdir parameters.

KarthikRa at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 5

Still I am facing the problem.Even I tried to specify the javahome path and tempfile path.

I run the below command

C:\>jstudio_ent81-ml-windows.exe -is:javahome "C:\Program Files\Java\jdk1.5.0_09" -is:log C:\myName.txt

Below is the error message:


file type: 0

file id: 0

length: 165

offset: 319572

file name: instructions.txt

file type: 5

file id: 1

length: 1009

offset: 319737

file name: Verify.jar

file type: 2

file id: 2

length: 730

offset: 320746

file name: launch.txt

file type: 1

file id: 3

length: 2289

offset: 321476

file name: jvm-windows-1.5.x.jvm

file type: 6

file id: 4

length: 105143576

offset: 323765

file name: jstudio_ent81-ml-windows.jar

file type: 8

file id: 5

length: 83

offset: 105467341

file name: JVMNotFound.txt

Finding a JVM

Checking user specified Java home directory => C:\Program Files\Java\jdk1.5.0_09

Verifying JVM at C:\Program Files\Java\jdk1.5.0_09\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

Executing launch script command: "C:\Program Files\Java\jdk1.5.0_09\bin\java.exe" -cp "";"C:\DOCUME~1\REQ_JAVA_ARGS@ "Verify" java.vendor java.version in working directory C:

Output from the launch script execution

StdOut:

Usage: java [-options] class [args...]

(to execute a class)

or java [-options] -jar jarfile [args...]

(to execute a jar file)

where options include:

-client to select the "client" VM

-server to select the "server" VM

-hotspot is a synonym for the "client" VM [deprecated]

The default VM is client.

-cp <class search path of directories and zip/jar files>

-classpath <class search path of directories and zip/jar files>

A ; separated list of directories, JAR archives,

and ZIP archives to search for class files.

-D<name>=<value>

set a system property

-verbose[:class|gc|jni]

enable verbose output

-versionprint product version and exit

-version:<value>

require the specified version to run

-showversion print product version and continue

-jre-restrict-search | -jre-no-restrict-search

include/exclude user private JREs in the version search

-? -helpprint this help message

-Xprint help on non-standard options

-ea[:<packagename>...|:<classname>]

-enableassertions[:<packagename>...|:<classname>]

enable assertions

-da[:<packagename>...|:<classname>]

-disableassertions[:<packagename>...|:<classname>]

disable assertions

-esa | -enablesystemassertions

enable system assertions

-dsa | -disablesystemassertions

disable system assertions

-agentlib:<libname>[=<options>]

load native agent library <libname>, e.g. -agentlib:hprof

see also, -agentlib:jdwp=help and -agentlib:hprof=help

-agentpath:<pathname>[=<options>]

load native agent library by full pathname

-javaagent:<jarpath>[=<options>]

load Java programming language agent, see java.lang.instrument

ErrOut:

ERROR: Invalid magic value: load Java programming language agent, see java.lang.instrument

Initiating JVM search based on hints...

Searching for Java Runtime Environment 1.5.X by Sun Microsystems [Windows] using platform hints

Checking JVM at C:\Program Files\Java\jre1.5.0_11 which was resolved from platform hint \HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5\JavaHome

Verifying JVM at C:\Program Files\Java\jre1.5.0_11\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

Executing launch script command: "C:\Program Files\Java\jre1.5.0_11\bin\java.exe" -cp "";"C:\DOCUME~1\REQ_JAVA_ARGS@ "Verify" java.vendor java.version in working directory C:

Output from the launch script execution

StdOut:

Usage: java [-options] class [args...]

(to execute a class)

or java [-options] -jar jarfile [args...]

(to execute a jar file)

where options include:

-client to select the "client" VM

-server to select the "server" VM

-hotspot is a synonym for the "client" VM [deprecated]

The default VM is client.

-cp <class search path of directories and zip/jar files>

-classpath <class search path of directories and zip/jar files>

A ; separated list of directories, JAR archives,

and ZIP archives to search for class files.

-D<name>=<value>

set a system property

-verbose[:class|gc|jni]

enable verbose output

-versionprint product version and exit

-version:<value>

require the specified version to run

-showversion print product version and continue

-jre-restrict-search | -jre-no-restrict-search

include/exclude user private JREs in the version search

-? -helpprint this help message

-Xprint help on non-standard options

-ea[:<packagename>...|:<classname>]

-enableassertions[:<packagename>...|:<classname>]

enable assertions

-da[:<packagename>...|:<classname>]

-disableassertions[:<packagename>...|:<classname>]

disable assertions

-esa | -enablesystemassertions

enable system assertions

-dsa | -disablesystemassertions

disable system assertions

-agentlib:<libname>[=<options>]

load native agent library <libname>, e.g. -agentlib:hprof

see also, -agentlib:jdwp=help and -agentlib:hprof=help

-agentpath:<pathname>[=<options>]

load native agent library by full pathname

-javaagent:<jarpath>[=<options>]

load Java programming language agent, see java.lang.instrument

ErrOut:

ERROR: Invalid magic value: load Java programming language agent, see java.lang.instrument

Checking JVM at 1 which was resolved from platform hint \HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5\JavaHome

Verifying JVM at 1\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

1\bin\java.exe does not exist

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

WARNING: Invalid platform hint: The system cannot find the file specified.

Searching for Java Runtime Environment 1.5.X by Sun Microsystems [Windows] using path hints

Checking path hint C:\Program Files\Java\jre1.5

Verifying JVM at C:\Program Files\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5

Verifying JVM at D:\Program Files\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5

Verifying JVM at E:\Program Files\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5

Verifying JVM at F:\Program Files\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5

Verifying JVM at G:\Program Files\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5

Verifying JVM at C:\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5

Verifying JVM at D:\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5

Verifying JVM at E:\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5

Verifying JVM at F:\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5

Verifying JVM at G:\Java\jre1.5\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0

Verifying JVM at C:\Program Files\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0

Verifying JVM at D:\Program Files\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0

Verifying JVM at E:\Program Files\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0

Verifying JVM at F:\Program Files\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0

Verifying JVM at G:\Program Files\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0

Verifying JVM at C:\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0

Verifying JVM at D:\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0

Verifying JVM at E:\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0

Verifying JVM at F:\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0

Verifying JVM at G:\Java\jre1.5.0\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0_01

Verifying JVM at C:\Program Files\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0_01

Verifying JVM at D:\Program Files\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0_01

Verifying JVM at E:\Program Files\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0_01

Verifying JVM at F:\Program Files\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0_01

Verifying JVM at G:\Program Files\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0_01

Verifying JVM at C:\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0_01

Verifying JVM at D:\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0_01

Verifying JVM at E:\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0_01

Verifying JVM at F:\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0_01

Verifying JVM at G:\Java\jre1.5.0_01\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0_01\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0_02

Verifying JVM at C:\Program Files\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0_02

Verifying JVM at D:\Program Files\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0_02

Verifying JVM at E:\Program Files\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0_02

Verifying JVM at F:\Program Files\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0_02

Verifying JVM at G:\Program Files\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0_02

Verifying JVM at C:\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0_02

Verifying JVM at D:\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0_02

Verifying JVM at E:\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0_02

Verifying JVM at F:\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0_02

Verifying JVM at G:\Java\jre1.5.0_02\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0_02\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0_03

Verifying JVM at C:\Program Files\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0_03

Verifying JVM at D:\Program Files\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0_03

Verifying JVM at E:\Program Files\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0_03

Verifying JVM at F:\Program Files\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0_03

Verifying JVM at G:\Program Files\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0_03

Verifying JVM at C:\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0_03

Verifying JVM at D:\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0_03

Verifying JVM at E:\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0_03

Verifying JVM at F:\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0_03

Verifying JVM at G:\Java\jre1.5.0_03\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0_03\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0_04

Verifying JVM at C:\Program Files\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0_04

Verifying JVM at D:\Program Files\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0_04

Verifying JVM at E:\Program Files\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0_04

Verifying JVM at F:\Program Files\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0_04

Verifying JVM at G:\Program Files\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0_04

Verifying JVM at C:\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0_04

Verifying JVM at D:\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0_04

Verifying JVM at E:\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0_04

Verifying JVM at F:\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0_04

Verifying JVM at G:\Java\jre1.5.0_04\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0_04\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0_05

Verifying JVM at C:\Program Files\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0_05

Verifying JVM at D:\Program Files\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0_05

Verifying JVM at E:\Program Files\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0_05

Verifying JVM at F:\Program Files\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0_05

Verifying JVM at G:\Program Files\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0_05

Verifying JVM at C:\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0_05

Verifying JVM at D:\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0_05

Verifying JVM at E:\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0_05

Verifying JVM at F:\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0_05

Verifying JVM at G:\Java\jre1.5.0_05\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0_05\bin\java.exe does not exist

Checking path hint C:\Program Files\Java\jre1.5.0_06

Verifying JVM at C:\Program Files\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Program Files\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint D:\Program Files\Java\jre1.5.0_06

Verifying JVM at D:\Program Files\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Program Files\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint E:\Program Files\Java\jre1.5.0_06

Verifying JVM at E:\Program Files\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Program Files\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint F:\Program Files\Java\jre1.5.0_06

Verifying JVM at F:\Program Files\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Program Files\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint G:\Program Files\Java\jre1.5.0_06

Verifying JVM at G:\Program Files\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Program Files\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint C:\Java\jre1.5.0_06

Verifying JVM at C:\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

C:\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint D:\Java\jre1.5.0_06

Verifying JVM at D:\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

D:\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint E:\Java\jre1.5.0_06

Verifying JVM at E:\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

E:\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint F:\Java\jre1.5.0_06

Verifying JVM at F:\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

F:\Java\jre1.5.0_06\bin\java.exe does not exist

Checking path hint G:\Java\jre1.5.0_06

Verifying JVM at G:\Java\jre1.5.0_06\bin\java.exe

for JVM: Java Runtime Environment 1.5.X by Sun Microsystems [Windows]

G:\Java\jre1.5.0_06\bin\java.exe does not exist

Searching for Java Runtime Environment 1.5.X by Sun Microsystems [Windows] using platform specific JVM Path hints

No compatible Java SE Runtime Environment (JRE) was found on this system.

user selected JVM_HOME=C:\Program Files\Java\jre1.5.0_11

ERROR: Error in instructions. Invalid jvm file name specified in LAUNCH. Invalid variable specification. Line number (4)

Nagireddy_javaDevelopera at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 6

For some reason, the jdk you have installed on c: drive is not being found by the installer.

- It is possible that the jdk installation itself had some problems. Can you please check this out? (You can try running a demo program shipped with jdk; for instance go to <jdkdir>/demo/jfc/StylePad and execute 'java -jar StylePad.jar"). You may also want to try running some sample program or even 'java -version' from e: drive.

- If jdk has indeed been installed successfully, then you can try the following suggestion to install jse81:

http://forum.java.sun.com/thread.jspa?forumID=747&threadID=5105115

1) Run the installer with -is:extract parameter e.g.

./jstudio_ent81-ml-windows.exe -is:extract

This will extract the installer jar file either in the current directory, or in a subdirectory named isXXXXXXXXXXX (where X is a number).

2) Then run the jar file, setting the heap space, etc:

java -Xmx1024m -jar jstudio_ent81-ml-windows.jar

- You may also want to try NetBeans 5.5 (http://www.netbeans.org) as an alternative to JSE8.1. JSE8.1 is based on NetBeans 5.0 and 5.5 is a later version. And most ot the modules in JSE8.1 are also available for NetBeans 5.5 IDE as packs and/or addon modules.

KarthikRa at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 7

Hi Karthik,

Thanks for information.I tried with specified DOS commands.its starting the lunch and asking the server user name and password(by default it showing default settings).then click next,it will show the installation things like Sun App Server and virtual run time etc.once I click on next.it stopping.it showing below error.JVM not found.I have installed the JDK 1.5.0_11 version.Kindly help me out here.Below is the error.

Error:

C:\>jstudio_ent81-ml-windows.exe -is:extract

C:\>java -Xmx1024m -jar jstudio_ent81-ml-windows.jar

[4/7/07 7:08 PM]: installation started

[4/7/07 7:08 PM]: setting the correct locale

[4/7/07 7:08 PM]:current locale: en_US

[4/7/07 7:08 PM]:... this locale is OK

[4/7/07 7:08 PM]: we are on windows - checking whether we have administrator privileges

[4/7/07 7:08 PM]: setting the appropriate installation location

[4/7/07 7:08 PM]:current location:

[4/7/07 7:08 PM]:correct location: C:\Program Files\Sun\jstudio_ent81

[4/7/07 7:08 PM]: saving the initial components' installation locations to system settings

[4/7/07 7:08 PM]: searching for existing installations

[4/7/07 7:08 PM]: ... current version: uid = 2316e165e388c6be547ee485c0d42bef, version = 8.1.1.20061201144926

[4/7/07 7:08 PM]: ... no existing installations were found

[4/7/07 7:08 PM]: [Welcome Dialog]

[4/7/07 7:08 PM]: [License Dialog]

[4/7/07 7:08 PM]: searching for existing 'compatible' installations of jse

[4/7/07 7:08 PM]:current version: uid = 2316e165e388c6be547ee485c0d42bef, version = 8.1.1.20061201144926

[4/7/07 7:08 PM]: ... no qualifying installations were found, continuing with normal installation

[4/7/07 7:08 PM]: [Install Type Dialog]

[4/7/07 7:08 PM]: [Destination Dialog]

[4/7/07 7:08 PM]: validating destination directories

[4/7/07 7:08 PM]:validating jse location: C:\Program Files\Sun\jstudio_ent81

[4/7/07 7:08 PM]:validating appserver location: C:\Sun\AppServer

[4/7/07 7:08 PM]: searching for pre-installed jdks, search mode is: search.and.select

[4/7/07 7:08 PM]:... searching windows registry

[4/7/07 7:08 PM]: ... found jdk: 1.5.0 at 1

[4/7/07 7:08 PM]:executing command: 1\bin\java.exe -version

[4/7/07 7:08 PM]: java.io.IOException: CreateProcess: 1\bin\java.exe -version error=2

[4/7/07 7:08 PM]: at java.lang.ProcessImpl.create(Native Method)

[4/7/07 7:08 PM]: at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)

[4/7/07 7:08 PM]: at java.lang.ProcessImpl.start(ProcessImpl.java:30)

[4/7/07 7:08 PM]: at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.SystemUtils.executeCommand(SystemUtils.java:18

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.SystemUtils.executeCommand(SystemUtils.java:24

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.SystemUtils.executeCommand(SystemUtils.java:24

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.JDKUtils.getJDKVersion(JDKUtils.java:49)

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.JDKUtils.validateJDK(JDKUtils.java:26)

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.actions.SearchForJDK.handleFoundJDK(SearchForJDK.jav

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.actions.SearchForJDK.execute(SearchForJDK.java:100)

[4/7/07 7:08 PM]: at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)

[4/7/07 7:08 PM]: ... found jdk: 1.5.0_11 at 1

[4/7/07 7:08 PM]:executing command: 1\bin\java.exe -version

[4/7/07 7:08 PM]: java.io.IOException: CreateProcess: 1\bin\java.exe -version error=2

[4/7/07 7:08 PM]: at java.lang.ProcessImpl.create(Native Method)

[4/7/07 7:08 PM]: at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)

[4/7/07 7:08 PM]: at java.lang.ProcessImpl.start(ProcessImpl.java:30)

[4/7/07 7:08 PM]: at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.SystemUtils.executeCommand(SystemUtils.java:18

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.SystemUtils.executeCommand(SystemUtils.java:24

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.SystemUtils.executeCommand(SystemUtils.java:24

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.JDKUtils.getJDKVersion(JDKUtils.java:49)

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.utils.JDKUtils.validateJDK(JDKUtils.java:26)

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.actions.SearchForJDK.handleFoundJDK(SearchForJDK.jav

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.actions.SearchForJDK.execute(SearchForJDK.java:100)

[4/7/07 7:08 PM]: at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)

[4/7/07 7:08 PM]: java.lang.NullPointerException: null

[4/7/07 7:08 PM]: at com.sun.tools.ide.installer.event.dialog.swing.PanelJDKLocation.initializeUIJDKL

[4/7/07 7:08 PM]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[4/7/07 7:08 PM]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

[4/7/07 7:08 PM]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav

[4/7/07 7:08 PM]: at java.lang.reflect.Method.invoke(Method.java:585)

[4/7/07 7:08 PM]: at com.installshield.event.ActionSequenceEngine$ActionTask.invokeJavaMethod(Unknown

[4/7/07 7:08 PM]: at com.installshield.event.ActionSequenceEngine$ActionTask.executeAction(Unknown So

[4/7/07 7:08 PM]: at com.installshield.event.ActionSequenceEngine$ActionTask.run(Unknown Source)

[4/7/07 7:08 PM]: at com.installshield.event.ThreadPool.run(Unknown Source)

[4/7/07 7:08 PM]: at java.lang.Thread.run(Thread.java:595)

[4/7/07 7:08 PM]: [JDK Location Dialog]

[4/7/07 7:09 PM]:executing command: C:\Program Files\Java\jdk1.5.0_11\bin\java.exe -version

[4/7/07 7:09 PM]: [stderr]: java version "1.5.0_11"

[4/7/07 7:09 PM]: [stderr]: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)

[4/7/07 7:09 PM]: [stderr]: Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)

[4/7/07 7:09 PM]: [return]: 0

[4/7/07 7:09 PM]:Set default appserver ports...

[4/7/07 7:09 PM]:... admin

[4/7/07 7:09 PM]: checking port 4848

[4/7/07 7:09 PM]: port 4848 is avaliable to use

[4/7/07 7:09 PM]:... http

[4/7/07 7:09 PM]: checking port 8080

[4/7/07 7:09 PM]: port 8080 is avaliable to use

[4/7/07 7:09 PM]:... https

[4/7/07 7:09 PM]: checking port 8181

[4/7/07 7:09 PM]: port 8181 is avaliable to use

[4/7/07 7:09 PM]:... jms

[4/7/07 7:09 PM]: checking port 7676

[4/7/07 7:09 PM]: port 7676 is avaliable to use

[4/7/07 7:09 PM]:... orb

[4/7/07 7:09 PM]: checking port 3700

[4/7/07 7:09 PM]: port 3700 is avaliable to use

[4/7/07 7:09 PM]:... orbssl

[4/7/07 7:09 PM]: checking port 3820

[4/7/07 7:09 PM]: port 3820 is avaliable to use

[4/7/07 7:09 PM]:... orb mutual auth

[4/7/07 7:09 PM]: checking port 3920

[4/7/07 7:09 PM]: port 3920 is avaliable to use

[4/7/07 7:09 PM]:... jms

[4/7/07 7:09 PM]: checking port 8686

[4/7/07 7:09 PM]: port 8686 is avaliable to use

[4/7/07 7:09 PM]: [AppServer Settings Dialog]

[4/7/07 7:10 PM]: validating application server login credentials

[4/7/07 7:10 PM]:... validating username: 'admin'

[4/7/07 7:10 PM]:... validating password: '********'/'********'

[4/7/07 7:10 PM]:Set default collab ports...

[4/7/07 7:10 PM]:... default port

[4/7/07 7:10 PM]: checking port 5222

[4/7/07 7:10 PM]: port 5222 is avaliable to use

[4/7/07 7:10 PM]:... default MUX port

[4/7/07 7:10 PM]: checking port 45222

[4/7/07 7:10 PM]: port 45222 is avaliable to use

[4/7/07 7:10 PM]:All port values have been set

[4/7/07 7:10 PM]: [debug] ConfigureIDE.getRequiredBytes()

[4/7/07 7:10 PM]: calculating required disk space for ide

[4/7/07 7:10 PM]: ... current required bytes for ide: 168036078

[4/7/07 7:10 PM]: ... correct required bytes for ide: 254909980

[4/7/07 7:10 PM]: [debug] ConfigureApplicationServer.getRequiredBytes()

[4/7/07 7:10 PM]: calculating required disk space for appserver

[4/7/07 7:10 PM]: ... current required bytes for appserver: 105844545

[4/7/07 7:10 PM]: ... correct required bytes for appserver: 79416155

[4/7/07 7:10 PM]: [debug] ConfigureCollab.getRequiredBytes()

[4/7/07 7:10 PM]: calculating required disk space for collab

[4/7/07 7:10 PM]: ... current required bytes for collab: 2430527

[4/7/07 7:10 PM]: ... correct required bytes for collab: 3564695

[4/7/07 7:10 PM]: [debug] ConfigureIDE.getRequiredBytes()

[4/7/07 7:10 PM]: calculating required disk space for ide

[4/7/07 7:10 PM]: ... current required bytes for ide: 168036078

[4/7/07 7:10 PM]: ... correct required bytes for ide: 254909980

[4/7/07 7:10 PM]: [debug] ConfigureApplicationServer.getRequiredBytes()

[4/7/07 7:10 PM]: calculating required disk space for appserver

[4/7/07 7:10 PM]: ... current required bytes for appserver: 105844545

[4/7/07 7:10 PM]: ... correct required bytes for appserver: 79416155

[4/7/07 7:10 PM]: [debug] ConfigureCollab.getRequiredBytes()

[4/7/07 7:10 PM]: calculating required disk space for collab

[4/7/07 7:10 PM]: ... current required bytes for collab: 2430527

[4/7/07 7:10 PM]: ... correct required bytes for collab: 3564695

[4/7/07 7:10 PM]: [Pre-Install Summary Dialog]

[4/7/07 7:10 PM]: [debug] ConfigureIDE.getEstimatedTimeToInstall()

[4/7/07 7:10 PM]: [debug] ConfigureApplicationServer.getEstimatedTimeToInstall()

[4/7/07 7:10 PM]: IS error message:

[4/7/07 7:10 PM]: Errors occurred during the installation.

[4/7/07 7:10 PM]: - JVM not found

[4/7/07 7:10 PM]: [Post-Install Summary Dialog]

[4/7/07 7:10 PM]: starting the IDE if it was selected to be started

[4/7/07 7:10 PM]: ... the checkbox was not selected - skipping

[4/7/07 7:10 PM]: installation ended

Nagireddy_javaDevelopera at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 8

Please take a look at:

http://scala-webapps.epfl.ch/bugtracking/contribs/display.do?id=168

It looks like 'CreateProcess error=2" happens when there is some other java executable (most likely a java.bat somewhere in the PATH) that hides the actual java.exe that needs to be executed.

You may want to open a command window, set the PATH specifically to the jdk install on c: and then run the install program with such a minimal environment.

KarthikRa at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 9

Hi Karthik,

Thanks for update.I have tried with setting path in command promts.it doesn't help me.still same error coming.I think the problem with OS.I am using Windows XP Home edition.Is java / java studio enterprise will support in this OS?

any how,now i changed my mind to other IDE's.

Thanks Karthik.

Nagireddy_javaDevelopera at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 10

Both Java Studio Enterprise and NetBeans are supported on Windows XP. Also, since the error happens at the OS level, the installation problem may happen with other ides too. The problem doesn't seem to be with JSE installer but with the executing of java.exe itself.

You may want to have a look at:

http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=85921

Another user had a similar problem. Then the user found out that in <jdk_dir>/bin directory there was an empty file called 'java' (which was being invoked instead of java.exe) leading to CreateProcess error. You may want to search for files matching 'java*' on your c: drive and see if there is any other file (like java, java.bat etc) that may be hiding the java.exe file.

Also, you may want to try NetBeans 5.5 installer.

KarthikRa at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 11

Hi Karthik,

Good news is I am successfully installed Sun Java Studio Enterprise 8 in my system.What i did is,just removed all old jdk installations and installed jre 1.6 and tried with below command.really I got sucessful.

The command I used is :

C:\>jstudio_ent81-ml-windows.exe -is:tempdir c:\ -is:javahome "C:\Program Files\

Java\jdk1.5.0_11" -is:log c:\ddd.txt

now,I am really happy to work in Sun java studio enterprise.really good experience and good tool to work.

Thanks again.

Nagireddy_javaDevelopera at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...
# 12

Glad to know the probelms have been solved and you are happy with the tool!!

In addition to JSE online help, the following are good resources:

http://developers.sun.com/jsenterprise/reference/index.jsp

http://developers.sun.com/jsenterprise/learning/tutorials/index.jsp

http://www.netbeans.org/kb/index.html (JSE is based on NetBeans, so articles on netbeans.org also apply to JSE).

KarthikRa at 2007-7-10 13:59:55 > top of Java-index,Development Tools,Java Tools...