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

Re: [Condor-users] Problem with submission of Java jobs



I was able to resolve a similar error

[bbrook23@csgrid02 sm]$ condor_submit sortmerge.sub
Submitting job(s)
ERROR: Can't open "/home/bbrook23/sm/left right"  with flags 00 (No
such file or directory)

The resolution was to change the *transfer_input_files* line of my
condor_submit file.  The root cause of the problem was using a space
(ASCII 0x20) to separate the transfer_input_files values instead of a
comma (ASCII 0x2c).  Now that I know the cause, the error message
makes some sense because there is no file named
"/home/bbrook23/sm/left(0x20)right".

The condor submit file that finally worked without errors is

######### begin condor java submit file #######
Universe   = java
Log        = sortmerge.log
Output     = sortmerge.out
Error      = sortmerge.error
#
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = left,right
#
executable = sortmerge.jar
jar_files  = sortmerge.jar,statemap.jar
arguments  = hpc.CondorDriver -merge left right out
Queue
######### end condor java submit file #######

For comparison, the java command-line on which this condor submit file
is based is

 java -classpath statemap.jar:sortmerge.jar hpc.CondorDriver -merge
left right out

I hope that helps.

Brian

On 2/20/07, Orchard, Bob <Robert.Orchard@xxxxxxxxxxxxxx> wrote:
--snip---
D:\ecj\Condor\T03_Bob\Experiments>condor_submit b_02_allJobs.sub
Submitting job(s)
ERROR: Can't open "D:\ecj\Condor\T03_Bob\Experiments\EXP_000001/..\ecj.jar"
with flags 00 (No such file or directory)

--
Brian Brooks
brian.brooks@xxxxxxx / bbrook23@xxxxxxxxxxxxxxxxxxxxx
http://msacs.kennesaw.edu/grid