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

[Condor-users] Job on my own PC remains idle



Greetings
 
I'm trying to submit a job to my own Windows PC which has 4 slots and the job sits in the idle state in the queue. Why would it use the loopback ip address?
 
Here is the StartLog from my pc. Ideallly the job should start on one of my other slots, but should at least run somewhere.
My START is the UWCS_START default.
 
8/18 06:08:44 slot1: match_info called
8/18 06:08:44 slot1: Received match <192.82.x.x:1063>#1218982339#13#...
8/18 06:08:44 slot1: State change: match notification protocol successful
8/18 06:08:44 slot1: Changing state: Unclaimed -> Matched
8/18 06:08:44 slot1: Request accepted.
8/18 06:08:44 slot1: Remote owner is jwingard
@WINGARD.demac.com
8/18 06:08:44 slot1: State change: claiming protocol successful
8/18 06:08:44 slot1: Changing state: Matched -> Claimed
8/18 06:08:46 slot1: Got activate_claim request from shadow (<192.82.x.x:3759>)
8/18 06:08:46 slot1: Remote job ID is 9.0
8/18 06:08:46 slot1: Got universe "VANILLA" (5) from request classad
8/18 06:08:46 slot1: State change: claim-activation protocol successful
8/18 06:08:46 slot1: Changing activity: Idle -> Busy
8/18 06:08:47 condor_read(): recv() returned -1, errno = 10054, assuming failure reading 5 bytes from <127.0.0.1:3761>.
8/18 06:08:47 IO: Failed to read packet header
8/18 06:08:47 Starter pid 2644 exited with status 4
8/18 06:08:47 slot1: State change: starter exited
8/18 06:08:47 slot1: Changing activity: Busy -> Idle
8/18 06:08:55 Aborting CA_LOCATE_STARTER
8/18 06:08:55 ClaimId (<192.82.x.x:1063>#1218982339#13#1479306267) and GlobalJobId ( WINGARD.demac.com#1219057724#9.0 ) not found
8/18 06:08:56 slot1: State change: received RELEASE_CLAIM command
8/18 06:08:56 slot1: Changing state and activity: Claimed/Idle -> Preempting/Vacating
8/18 06:08:56 slot1: State change: No preempting claim, returning to owner
8/18 06:08:56 slot1: Changing state and activity: Preempting/Vacating -> Owner/Idle
8/18 06:08:56 slot1: State change: IS_OWNER is false
8/18 06:08:56 slot1: Changing state: Owner -> Unclaimed
 
Thanks in advance
Jeff