Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] jobs submitted from windows don't execute
- Date: Thu, 10 May 2007 12:44:10 +0300
- From: "mohammed shambakey" <shambakey1@xxxxxxxxx>
- Subject: [Condor-users] jobs submitted from windows don't execute
Hi
i have a linux pool and submit a job from a windows machine that acts as a submit machine only (i submit the job as administrator) , i specified in the requirements to use LINUX as the OpSys, but job is kept idle. the submit file is as follows:-
Universe = java
Executable = simple.class
Arguments = simple 4 10
Requirements = (OpSys == "LINUX")
Log = simple_log.txt
Output = simple_err.txt
Error = simple_err.txt
Queue
the log file contains:-
000 (006.000.000) 05/07 17:11:01 Job submitted from host: <
192.168.100.53:2152>
...
007 (006.000.000
) 05/07 17:22:04 Shadow exception!
select, error # = 10038
0 - Run Bytes Sent By Job
0 - Run Bytes Received By Job
...
i want the windows machine to act only as a submit machine, but i don't know what's wrong?
plz help
thnx