Hi everybody,
I have a problem when I submit a job, I have this in ShadowLog :
ReliSock::get_file_with_permissions(): Failed to chmod file '/home/sp5978/simul2/condorRes/neutral/out1/condor_output': Not owner (errno: 1)
and this in StarterLog
The submit file is this :
Universe = vanilla
Executable = /software/guiswarm/swarm-2.2/bin/javaswarm
Log = condor_log
Error = condor_error
Output = condor_output
getenv = true
requirements = ((( OpSys == "SOLARIS29" ) && ( Arch == "SUN4u" )) || (( OpSys == "SOLARIS28" ) && ( Arch == "SUN4u" )))
transfer_input_files = /home/sp5978/simul2/bin/Simul.class, /home/sp5978/simul2/bin/BatchSwarm.class, /home/sp5978/simul2/bin/Beq0.class, /home/sp5978/simul2/bin/Cell.class, /home/sp5978/simul2/bin/DNA.class, /home/sp5978/simul2/bin/DsupK.class, /home/sp5978/simul2/bin/incorrectValue.class, /home/sp5978/simul2/bin/Individual.class, /home/sp5978/simul2/bin/Map.class, /home/sp5978/simul2/bin/missingValue.class, /home/sp5978/simul2/bin/ModelSwarm.class, /home/sp5978/simul2/bin/noEnoughValues.class, /home/sp5978/simul2/bin/ObserverSwarm.class, /home/sp5978/simul2/bin/Param.class, /home/sp5978/simul2/bin/Plant.class, /home/sp5978/simul2/bin/Project.class, /home/sp5978/simul2/bin/Seed.class, /home/sp5978/simul2/bin/Specie.class, /home/sp5978/simul2/bin/SwarmUtils.class
transfer_files = ALWAYS
InitialDir = /home/sp5978/simul2/condorRes/neutral/out0
Arguments = Simul --batch -cfg /home/sp5978/simul2/configFiles/neutral/config-neutral0
Queue
InitialDir = /home/sp5978/simul2/condorRes/neutral/out1
Arguments = Simul --batch -cfg /home/sp5978/simul2/configFiles/neutral/config-neutral1
Queue
And the right for the condor_output :
bash-2.03$ ls -l ../condorRes/neutral/out0
total 377
-rw-rw-r-- 1 sp5978 staff 0 Aug 6 11:18 condor_error
-rw-rw-r-- 1 sp5978 staff 370097 Aug 7 09:30 condor_log
-rwxrwxrwx 1 sp5978 staff 400 Aug 7 09:29 condor_output
The job is running, I can see the results in the condor_output files but it doesn't stop, it still remains in the queue and restart after a while.
Can someone help me?
Thanks in advance
Sophie