[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



No, there is no way to disable USER_JOB_WRAPPER for java universe. This looks like a bug that needs to be fixed.

Can you perhaps achieve what you are doing via STARTER_JOB_ENVIRONMENT instead?

--Dan

Bryan S. Maher wrote:
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

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/