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

[Condor-users] 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