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

[Condor-users] java job fails to start / winxp



Hello there,

I am experiencing problems to have java jobs to start on winXP machines (PIII, 512MB RAM, XP SP2, CondorVersion: 6.7.17, JAVA VM : jre1.5.0_06)

the machine is matched and STARTD is started but the java job fails to start. (see logs below)

If I run the job manually at the command line prompt, there is no problem. The job can not be more simple, it's "Hello World"

Other machines with the same java VM and condor version run the job ok.

I have turned on the D_FULLDEBUG but I still do not know why STARTD is failing to create the process.

Any suggestion to help me debug would be welcome

Thanks

Olivier RICHE
University of Ulster


CondorVersion: 6.7.17
JAVA VM : jre1.5.0_06

3/24 15:59:01 ******************************************************
3/24 15:59:01 ** condor_starter (CONDOR_STARTER) STARTING UP
3/24 15:59:01 ** C:\Condor\bin\condor_starter.exe
3/24 15:59:01 ** $CondorVersion: 6.7.17 Feb 18 2006 $
3/24 15:59:01 ** $CondorPlatform: INTEL-WINNT50 $
3/24 15:59:01 ** PID = 2608
3/24 15:59:01 ******************************************************
3/24 15:59:01 Using config file: C:\Condor\condor_config
3/24 15:59:01 Using local config files: C:\Condor/condor_config.local
3/24 15:59:01 DaemonCore: Command Socket at <xx.xx.xx.xx:2015>
3/24 15:59:01 Setting resource limits not implemented!
3/24 15:59:01 Communicating with shadow <xx.xx.xx.xx:49048>
3/24 15:59:01 Submitting machine is "xx.ulst.ac.uk"
3/24 15:59:02 Initialized IO Proxy.
3/24 15:59:02 ProcAPI sanity failure, cpuusage = -0.000000
3/24 15:59:02 ProcAPI sanity failure, age = -97212289
3/24 15:59:02 File transfer completed successfully.
3/24 15:59:03 Starting a JAVA universe job with ID: 47.1
3/24 15:59:03 JavaProc: Cmd=c:\java\jre1.5.0_06\bin\java.exe
3/24 15:59:03 JavaProc: Args=-Xmx510m -classpath C:\Condor\lib;C:\Condor\lib/scimark2lib.jar;. -Dchirp.config=C:\Condor\execute\dir_2608\chirp.config CondorJavaWrapper C:\Condor\execute\dir_2608\jvm.start C:\Condor\execute\dir_2608\jvm.end Hello
3/24 15:59:03 IWD: C:\Condor/execute\dir_2608
3/24 15:59:04 Output file: C:\Condor/execute\dir_2608\Hello.output
3/24 15:59:04 Error file: C:\Condor/execute\dir_2608\Hello.error
3/24 15:59:04 Renice expr "10" evaluated to 10
3/24 15:59:04 About to exec c:\java\jre1.5.0_06\bin\java.exe c:\java\jre1.5.0_06\bin\java.exe -Xmx510m -classpath C:\Condor\lib;C:\Condor\lib/scimark2lib.jar;. -Dchirp.config=C:\Condor\execute\dir_2608\chirp.config CondorJavaWrapper C:\Condor\execute\dir_2608\jvm.start C:\Condor\execute\dir_2608\jvm.end Hello
3/24 15:59:04 Create_Process: CreateProcess failed, errno=5
3/24 15:59:04 ERROR "Create_Process(c:\java\jre1.5.0_06\bin\java.exe,c:\java\jre1.5.0_06\bin\java.exe -Xmx510m -classpath C:\Condor\lib;C:\Condor\lib/scimark2lib.jar;. -Dchirp.config=C:\Condor\execute\dir_2608\chirp.config CondorJavaWrapper C:\Condor\execute\dir_2608\jvm.start C:\Condor\execute\dir_2608\jvm.end Hello, ...) failed" at line 373 in file ..\src\condor_starter.V6.1\os_proc.C
3/24 15:59:04 ShutdownFast all jobs.