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

[condor-users] problem with Java execution



Hi,
I'm having problem with execution of java in vanilla universe. It fails on
one machine, and runs ok on two others, which have the same installation.

When I run my script, I get error message:
-------
Error: could not open `C:\Program Files\Java\j2re1.4.2\lib\i386\jvm.cfg'
-------

But jvm.cfg file is there.

Script, I call is:
------
java -jar c:\pipes\small.jar small.csv small.240.0.xml
------

StarterLog says:
3/12 16:31:27 Starting a VANILLA universe job with ID: 240.0
3/12 16:31:27 IWD: d:\Condor/execute\dir_1648
3/12 16:31:27 Output file: d:\Condor/execute\dir_1648\240.0.out
3/12 16:31:27 Error file: d:\Condor/execute\dir_1648\240.0.err
3/12 16:31:27 Renice expr "10" evaluated to 10
3/12 16:31:27 About to exec C:\WINNT\system32\cmd.exe /Q /C condor_exec.bat
small.jar small.csv small.240.0.xml
3/12 16:31:27 Create_Process succeeded, pid=2484
3/12 16:31:27 Process exited, pid=2484, status=1
3/12 16:31:27 Got SIGQUIT.  Performing fast shutdown.
3/12 16:31:28 ShutdownFast all jobs.
3/12 16:31:28 **** condor_starter (condor_STARTER) EXITING WITH STATUS 0


What is the problem with Java ?

Michal


Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>