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

[Condor-users] Linux to windows job submission problem



Hi List,
 I want to submit job from a Linux machine to a Windows machine. The
following is my job description.
####################
##
## Test Condor command file
##
####################

executable      = pscp.exe
requirements    = OpSys == "WINNT51"
output          = pscp.out
error           = pscp.err
log             = pscp.log
transfer_files = always
queue
--------------------------------------
 After submition, I've got the following outputs from Condor log in
Central Manager. What's wrong?
-------------------------------Condor Log in Central
Manager-------------------------------------------
==> /home/condor/local.ce1/log/SchedLog <==
7/1 11:34:55 (pid:24745) Activity on stashed negotiator socket
7/1 11:34:55 (pid:24745) Negotiating for owner: condor@xxxxxxxxx
7/1 11:34:55 (pid:24745) Checking consistency running and runnable jobs
7/1 11:34:55 (pid:24745) Tables are consistent
7/1 11:34:55 (pid:24745) Rebuilt prioritized runnable job list in 0.000s.
7/1 11:34:55 (pid:24745) Out of jobs - 1 jobs matched, 0 jobs idle,
flock level = 0
7/1 11:34:55 (pid:24745) Sent ad to central manager for condor@xxxxxxxxx
7/1 11:34:55 (pid:24745) Sent ad to 1 collectors for condor@xxxxxxxxx
7/1 11:34:57 (pid:24745) Starting add_shadow_birthdate(13.0)
7/1 11:34:57 (pid:24745) Started shadow for job 13.0 on
"<194.225.74.57:1034>", (shadow pid = 7215)
7/1 11:34:57 (pid:24745) Shadow pid 7215 for job 13.0 exited with status 4
7/1 11:34:57 (pid:24745) ERROR: Shadow exited with job exception code!
7/1 11:34:57 (pid:24745) Checking consistency running and runnable jobs
7/1 11:34:57 (pid:24745) Tables are consistent
7/1 11:34:57 (pid:24745) Rebuilt prioritized runnable job list in 0.000s.
7/1 11:34:57 (pid:24745) Starting add_shadow_birthdate(13.0)
7/1 11:34:57 (pid:24745) Started shadow for job 13.0 on
"<194.225.74.57:1034>", (shadow pid = 7216)
7/1 11:34:57 (pid:24745) Shadow pid 7216 for job 13.0 exited with status 4
7/1 11:34:57 (pid:24745) ERROR: Shadow exited with job exception code!
7/1 11:34:57 (pid:24745) Checking consistency running and runnable jobs
7/1 11:34:57 (pid:24745) Tables are consistent
7/1 11:34:57 (pid:24745) Rebuilt prioritized runnable job list in 0.000s.
7/1 11:34:57 (pid:24745) Starting add_shadow_birthdate(13.0)
7/1 11:34:57 (pid:24745) Started shadow for job 13.0 on
"<194.225.74.57:1034>", (shadow pid = 7217)
7/1 11:34:57 (pid:24745) Shadow pid 7217 for job 13.0 exited with status 4
7/1 11:34:57 (pid:24745) ERROR: Shadow exited with job exception code!
7/1 11:34:57 (pid:24745) Checking consistency running and runnable jobs
7/1 11:34:57 (pid:24745) Tables are consistent
7/1 11:34:57 (pid:24745) Rebuilt prioritized runnable job list in 0.000s.
7/1 11:34:57 (pid:24745) Starting add_shadow_birthdate(13.0)
7/1 11:34:57 (pid:24745) Started shadow for job 13.0 on
"<194.225.74.57:1034>", (shadow pid = 7218)
7/1 11:34:57 (pid:24745) Shadow pid 7218 for job 13.0 exited with status 4
7/1 11:34:57 (pid:24745) ERROR: Shadow exited with job exception code!
7/1 11:34:57 (pid:24745) Checking consistency running and runnable jobs
7/1 11:34:57 (pid:24745) Tables are consistent
7/1 11:34:57 (pid:24745) Rebuilt prioritized runnable job list in 0.000s.
7/1 11:34:57 (pid:24745) Starting add_shadow_birthdate(13.0)
7/1 11:34:57 (pid:24745) Started shadow for job 13.0 on
"<194.225.74.57:1034>", (shadow pid = 7219)
7/1 11:34:57 (pid:24745) Shadow pid 7219 for job 13.0 exited with status 4
7/1 11:34:57 (pid:24745) ERROR: Shadow exited with job exception code!
7/1 11:34:57 (pid:24745) Match for cluster 13 has had 5 shadow
exceptions, relinquishing.
7/1 11:34:57 (pid:24745) Sent RELEASE_CLAIM to startd at <194.225.74.57:1034>
7/1 11:34:57 (pid:24745) Match record (<194.225.74.57:1034>, 13, 0) deleted
7/1 11:34:57 (pid:24745) Got VACATE_SERVICE from <194.225.74.57:1225>
----------------------------------------------------------------------------------------

-- 
Best Regards,
Bye.