[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] CreateProcess ERROR - Java universe



James,

Getting back to your original message: 

> 1/9 15:00:36 Create_Process: CreateProcess failed, errno=2
> 1/9 15:00:36 ERROR "Create_Process(java,java -Xmx503m  -classpath C:\Condor\lib;C:\Condor\lib/scimark2lib.jar;. -Dchirp.config="C:\Condor\execute\dir_1928\chirp.config" CondorJavaWrapper "C:\Condor\execute\dir_1928\jvm.start" "C:\Condor\execute\dir_1928\jvm.end" CondorTest01, ...) failed" at line 497 in file ..\src\condor_starter.V6.1\os_proc.C

Errno 2 means "The system cannot find the file specified". This means
that Create_Process() can't find your executable, "java". I suspect that
your config file variable JAVA isn't set to the full path of your java
virtual machine.

Let us know if that helps.

Colin
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>