Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] USER_JOB_WRAPPER causes problem with Java jobs on Windows
- Date: Fri, 14 Mar 2008 14:53:03 -0400
- From: "Bryan S. Maher" <Bryan.Maher@xxxxxxxxxx>
- Subject: [Condor-users] USER_JOB_WRAPPER causes problem with Java jobs on Windows
Hi All:
I make use of a job wrapper to maintain environmental consistency on my
execution nodes. I am trying to a Java capability to my pool but I'm
running into a problem. The following is from the StarterLog showing
that Condor is issuing a broken command line. Instead of launching
java.exe directly, it is prepending the execution path followed by \\\.
This won't work. Is there a way to tell Condor not to use the job
wrapper for the Java universe?
---StartLog---
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
---StartLog---
-Bryan