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

Re: [Condor-users] Running Java program in vanilla universe



Also, IIRC java -jar rfs.jar means that rfs.jar is an executable jar, you may just want to put rfs.jar in the classpath instead.

Best,


matt

Ben Burnett wrote:
Maybe replace:

transfer_files = ALWAYS

with:

should_transfer_files = yes
(or ALWAYS, if you like)

-B

From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Tanzima Zerin Islam
Sent: Thursday, June 05, 2008 10:14 AM
To: Condor-Users Mail List
Subject: [Condor-users] Running Java program in vanilla universe

Hi, I have a script that I am submitting in vanilla universe to run a c
program and a java program. But it seems like
condor cannot run the java program. My condor script file looks like this:

Universe = vanilla
Executable = test.sh
arguments = helloWorld
output = helloWorld.output
error = helloWorld.error
log = helloWorld.log
transfer_input_files = job.sh, helloWorld, IConstants.class,
TestClient.class, ReadCheckpointFile.class
transfer_files = ALWAYS
queue

Here, TestClient.class has the main method and the others are helping
classes for the proper execution of TestClient. And helloWorld is the C
executable.

 But it gets shadow exception saying the .class files are not getting
transferred to condor's execution folder.
I have also tried with making a jar file and then transferring it. But then
I get exception from condor in the .error file saying:
Warning: -jar command not found. Ignoring.. as in my test.sh script I have :
java -jar rfs.jar command
to run a jar file that I am transferring with an added line:
jar_files = rfs.jar

I am not sure why the .class files are not being transferred. Perhaps condor
cannot run java program in vanilla universe at all?
Or is there any limit to how many files condor can transfer or any limit to
the total size of the input files to transfer ?

I have been struggling with it for more than a month... still have no clue..
could anyone please share some experience or ideas regarding running java program in vanilla universe? Or anything that can help guide me?

Thank you.

--Tan
--
Tanzima Zerin Islam
Graduate Student
School of Electrical & Computer Engineering
Purdue University
_______________________________________________
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/