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

[Condor-users] Debugging Interactive Jobs



I am trying to debug an application that is not running correctly on Windows XP machines with Condor v6.6.6. However, I am not having any success with interactive debugging. I have set USE_VISIBLE_DESKTOP = True on my local machine and use the following submission file:

Executable = cmd.exe
Universe = vanilla
Requirements = (Machine == "my.machine")
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = test.exe
transfer_executable = FALSE
arguments = /K
log = mat.log
Output = mat.out
Error = mat.err
Queue 1

I get the following output in the ShadowLog file:

9/15 15:26:42 (129.0) (2420): entering FileTransfer::Upload
9/15 15:26:42 (129.0) (2420): entering FileTransfer::DoUpload
9/15 15:26:42 (129.0) (2420): DoUpload: send file test.exe
9/15 15:26:42 (129.0) (2420): ReliSock: put_file: done with transfer (errno = 2)
9/15 15:26:42 (129.0) (2420): ReliSock: put_file: sent 40960 bytes
9/15 15:26:42 (129.0) (2420): DoUpload: exiting at 1401
9/15 15:26:43 (129.0) (2420): Resource my.machine.bris.ac.uk changing state from STARTUP to EXECUTING
9/15 15:26:43 (129.0) (2420): condor_read(): recv() returned -1, errno = 10054, assuming failure.
9/15 15:26:43 (129.0) (2420): ERROR "Can no longer talk to condor_starter on execute machine (137.xxx.xxx.xxx)" at line 63 in file ..\src\condor_shadow.V6.1\NTreceivers.C


And from the StarterLog

9/15 15:45:13 Renice expr "10" evaluated to 10
9/15 15:45:13 About to exec cmd.exe /K
9/15 15:45:13 Env = _CONDOR_SCRATCH_DIR=D:\Condor\execute\dir_3200
9/15 15:45:13 Create_Process: Unable to use visible desktop
9/15 15:45:13 TokenCache contents:
condor-reuse-vm1@.
9/15 15:45:13 Create_Process: CreateProcess failed, errno=2
9/15 15:45:13 ERROR "Create_Process(cmd.exe,condor_exec.exe /K, ...) failed" at line 493 in file ..\src\condor_starter.V6.1\os_proc.C
9/15 15:45:13 ShutdownFast all jobs.
9/15 15:45:13 Got ShutdownFast when no jobs running.



I'm looking for suggestions on what could be causing this problem and what can be done to solve the problem.


Thanks in advance,

Paul.

----------------------
P Brasnett, Electrical & Electronic Engineering
Paul.Brasnett@xxxxxxxxxxxxx