Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] USER_JOB_WRAPPER causes problem with Java jobs on Windows
- Date: Wed, 19 Mar 2008 09:12:11 -0500
- From: Ben Burnett <burnett@xxxxxxxxxxx>
- Subject: Re: [Condor-users] USER_JOB_WRAPPER causes problem with Java jobs on Windows
Hi Bryan:
Condor on Windows is known to have problems with spaces in paths.
Sometimes it helps to use short form paths for the java executable.
In your case it would be:
JAVA = C:\PROGRA~1\Java\JRE16~1.0_0\bin\java.exe
See if that helps in this case.
Regards,
-B
> 3/14 14:38:42 Executable is a batch script, so executing
> C:\WINDOWS\system32\cmd.exe /Q /C "C:\condor\bin\jobwrap.cmd"
> "C:\condor\execute\dir_2268\\\"C:\Program
> Files\Java\jre1.6.0_03\bin\java.exe\"" -classpath
> C:\condor\lib;C:\condor\lib\scimark2lib.jar;. -Xmx1024m
> -Dchirp.config=C:\condor\execute\dir_2268\chirp.config
> CondorJavaWrapper
> C:\condor\execute\dir_2268\jvm.start C:\condor\execute\dir_2268\jvm.end
> helloworld