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

Re: [Condor-users] condor chirp errors: chirp: couldn't get response from server: No error



Figured I'd ping again see if anyone has any clue why condor_chirp on windows doesn't seem to work. I upgraded to 7.6.5.

If I submit this script as a job:
echo blah1 | condor_chirp put -mode watc - blah1.txt
echo blah2 | condor_chirp write blah2.txt -

the "put" will hang forever and the job will never finish.
the "write" will exit with no error but will not actually write anything back to the submit machine.
As in my previous message "condor_chirp ulog" actually works fine.
"condor_chirp getdir" still results in the strange failure: chirp: couldn't get response from server: No error

-----Original Message-----
From: Rowe, Thomas 
Sent: Tuesday, November 08, 2011 6:33 PM
To: Condor-Users Mail List
Subject: condor chirp errors: chirp: couldn't get response from server: No error

"condor_chirp ulog" works, but any of the other chirp commands result in the rather cryptic error: "chirp: couldn't get response from server: No error". This is on Windows. I can't pick out anything relevant from the logs on the machine where the job runs.

Any pointers appreciated.

===test.sub===
requirements = (OpSys == "WINNT50" || OpSys == "WINNT51" || OpSys == "WINNT52" || OpSys == "WINNT60") && (Arch == "X86_64" || Arch == "INTEL")
universe                = vanilla
+WantIOProxy = true
executable              = test.bat
error                   = err.txt
output                  = out.txt
log                     = log.txt
run_as_owner            = true
transfer_executable     = true
should_transfer_files   = yes
when_to_transfer_output = ON_EXIT
queue

===test.bat===
rem This works fine
condor_chirp ulog chirping
rem These both fail
condor_chirp getdir /
condor_chirp fetch test.txt test.txt

===err.txt===
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
chirp: couldn't get response from server: No error This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
chirp: couldn't get response from server: No error