Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] WIndows "failure to transfer executable file" error
- Date: Mon, 26 Feb 2007 13:03:25 -0800
- From: Andrew Cunningham <andrewc@xxxxxxx>
- Subject: [Condor-users] WIndows "failure to transfer executable file" error
I am submitting the a simple test job on my Windows machine
( hello.bat exists and is in the current directory).
condor_submit returns "failure to transfer executable file", no log
or error files are created.
The controller machine is not a windows machine, it's an OS X server.
universe = vanilla
requirements = ( Arch=="Intel") && ( OpSys=="WINNT51" ||
OpSys=="WINNT52")
executable == hello.bat
output = hello$(PROCESS).out
error = hello$(PROCESS).err
transfer_files = ON_EXIT
log = hello$(PROCESS).log
notification = Error
queue 4
The errors below are from the SchedLog on the submitting machine
(192.168.0.11)
2/26 11:26:29 (fd:5) (pid:2640) condor_read(): nfds=0
2/26 11:26:29 (fd:5) (pid:2640) condor_read(): nfound=1
2/26 11:26:29 (fd:5) (pid:2640) condor_read(): recv() returned -1,
errno = 10054, assuming failure reading 5 bytes from
<192.168.0.11:2257>.
2/26 11:26:29 (fd:5) (pid:2640) IO: EOF reading packet header
2/26 11:26:29 (fd:5) (pid:2640) Failed to receive filesize in
ReliSock::get_file
2/26 11:26:29 (fd:4) (pid:2640) Failed to receive file from client in
SendSpoolFile.
I'm baffled.
Andrew