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

[Condor-users] Shadow exception - personal condor 7.4.0 on Windows Vista



I am trying to resolve a Shadow Exception error without success.

Output of ShadowLog:
11/22 16:32:56 ** condor_shadow (CONDOR_SHADOW) STARTING UP
11/22 16:32:56 ** C:\condor\bin\condor_shadow.exe
11/22 16:32:56 ** SubsystemInfo: name=SHADOW type=SHADOW(6) class=DAEMON(1)
11/22 16:32:56 ** Configuration: subsystem:SHADOW local:<NONE> class:DAEMON
11/22 16:32:56 ** $CondorVersion: 7.4.0 Oct 31 2009 BuildID: 193173 $
11/22 16:32:56 ** $CondorPlatform: INTEL-WINNT50 $
11/22 16:32:56 ** PID = 7732
11/22 16:32:56 ** Log last touched 11/22 16:32:55
11/22 16:32:56 ******************************************************
11/22 16:32:56 Using config source: C:\condor\condor_config
11/22 16:32:56 Using local config sources: 
11/22 16:32:56    C:\condor/condor_config.local
11/22 16:32:56 DaemonCore: Command Socket at <192.168.1.4:50812>
11/22 16:32:56 Initializing a VANILLA shadow for job 64.1
11/22 16:32:56 (64.1) (7732): Request to run on slot2@user-PC <192.168.1.4:62653> was ACCEPTED
11/22 16:32:59 (64.0) (568): ERROR "Error from slot1@user-PC: Create_Process(C:\condor\execute\dir_5092\condor_exec.py,0, ...) failed: " at line 648 in file ..\src\condor_shadow.V6.1\pseudo_ops.cpp
11/22 16:33:00 (64.1) (7732): ERROR "Error from slot2@user-PC: Create_Process(C:\condor\execute\dir_6776\condor_exec.py,1, ...) failed: " at line 648 in file ..\src\condor_shadow.V6.1\pseudo_ops.cpp

Output of the program log file:
...
001 (064.000.000) 11/22 16:37:04 Job executing on host: <192.168.1.4:62653>
...
007 (064.000.000) 11/22 16:37:04 Shadow exception!
Error from slot1@user-PC: Create_Process(C:\condor\execute\dir_568\condor_exec.py,0, ...) failed: 
0  -  Run Bytes Sent By Job
2945  -  Run Bytes Received By Job
...

Output of masterLog:
11/22 15:20:01 ******************************************************
11/22 15:20:01 ** Condor (CONDOR_MASTER) STARTING UP
11/22 15:20:01 ** C:\condor\bin\condor_master.exe
11/22 15:20:01 ** SubsystemInfo: name=MASTER type=MASTER(2) class=DAEMON(1)
11/22 15:20:01 ** Configuration: subsystem:MASTER local:<NONE> class:DAEMON
11/22 15:20:01 ** $CondorVersion: 7.4.0 Oct 31 2009 BuildID: 193173 $
11/22 15:20:01 ** $CondorPlatform: INTEL-WINNT50 $
11/22 15:20:01 ** PID = 1380
11/22 15:20:01 ** Log last touched 11/22 15:20:01
11/22 15:20:01 ******************************************************
11/22 15:20:01 Using config source: C:\condor\condor_config
11/22 15:20:01 Using local config sources: 
11/22 15:20:01    C:\condor/condor_config.local
11/22 15:20:01 DaemonCore: Command Socket at <192.168.1.4:62647>
11/22 15:20:02 Authorized application C:\condor/bin/condor_negotiator.exe is now enabled in the firewall.
11/22 15:20:02 Authorized application C:\condor/bin/condor_collector.exe is now enabled in the firewall.
11/22 15:20:03 Authorized application C:\condor/bin/condor_schedd.exe is now enabled in the firewall.
11/22 15:20:04 Authorized application C:\condor/bin/condor_shadow.exe is now enabled in the firewall.
11/22 15:20:04 Authorized application C:\condor/bin/condor_gridmanager.exe is now enabled in the firewall.
11/22 15:20:05 Authorized application C:\condor/bin/condor_c-gahp.exe is now enabled in the firewall.
11/22 15:20:06 Authorized application C:\condor/bin/condor_c-gahp_worker_thread.exe is now enabled in the firewall.
11/22 15:20:06 Authorized application C:\condor/bin/condor_startd.exe is now enabled in the firewall.
11/22 15:20:07 Authorized application C:\condor/bin/condor_kbdd.exe is now enabled in the firewall.
11/22 15:20:08 Authorized application C:\condor/bin/condor_starter.exe is now enabled in the firewall.
11/22 15:20:08 Authorized application C:\condor/bin/condor_vm-gahp.exe is now enabled in the firewall.
11/22 15:20:09 Authorized application C:\condor/bin\condor_dagman.exe is now enabled in the firewall.
11/22 15:20:09 Started DaemonCore process "C:\condor/bin/condor_collector.exe", pid and pgroup = 6024
11/22 15:20:12 Started DaemonCore process "C:\condor/bin/condor_negotiator.exe", pid and pgroup = 7776
11/22 15:20:12 Started DaemonCore process "C:\condor/bin/condor_schedd.exe", pid and pgroup = 6096
11/22 15:20:12 Started DaemonCore process "C:\condor/bin/condor_startd.exe", pid and pgroup = 6884
11/22 16:20:12 Preen pid is 6568

Output of condor_q -analyze:
064.004:  Run analysis summary.  Of 2 machines,
      0 are rejected by your job's requirements
      0 reject your job because of their own requirements
      2 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 match but are currently offline
      0 are available to run your job


I would appreciate any help

--Guy