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

[condor-users] CreateProcess ERROR - Java universe



Title: CreateProcess ERROR - Java universe

Hi,

I'm currently trying to get a condor pool up and running on my local network. So far I've successfully installed the master & several slaves, and I've also successfully run the "printname" example. Unfortunately I've just started trying to get the Java example (from the Condor Manual) to work, and I've hit a problem that I don't know how to go about solving...any help would be appreciated.

The job is dispatched to the slave PC, but the following is displayed in the StarterLog:

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

Does anyone know what could be happening? I'm sure that the java class "CondorTest01" works correctly - it's basically the same as the Java example. Also, I'm sure that Java is installed on the slave PC (when I type "java" from the command line, the usage message is displayed).

I've included the Java code & submission desc file below,

Kind regards,

James.



===========================================================

*******JAVA CODE*******

public class CondorTest01
{
   public static void main( String [] args ) 
   {
      System.out.println("Hello world ... (starting)!");
   }
}

******** SUBMISSION DESCRIPTION *********

universe                = java
executable              = CondorTest01.class
output                  = CondorTest01.output
error                   = CondorTest01.error
log                     = CondorTest01.log
should_transfer_files   = YES
when_to_transfer_output = ON_EXIT
arguments               = CondorTest01
queue






James Siddle BSc(Hons) MBCS
Software Engineer
Contract Engineering

Telephone: +44 (0) 115 943 2313
Fax: +44 (0) 115 943 4969
E-mail:
james.siddle@xxxxxxxxxxx

Siemens Communications
Technology Drive, Beeston, Nottingham, NG9 1LA, UK
<http://www.siemenscomms.co.uk/>

Siemens Communications - a division of Siemens plc, Registered No: 727817, England. Registered office: Siemens House, Oldbury, Bracknell, Berkshire, RG12 8FZ.
This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee. If you are not the addressee please note that any distribution, reproduction, copying, publication or use of this communication or the information is prohibited. If you have received this communication in error, please contact us immediately and also delete the communication from your computer. We accept no liability for any loss or damage suffered by any person arising from use of this e-mail.