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

[Condor-users] Windows Scheduler or Collector Problem



Hi there,
 
I'm nearly new to Condor. I already installed and worked with it. But now I have a problem I couldn't solve. And I couldn't find answers in the thread archives from the condor mailing list and the documentation!
 
I've installed the stable Condor version for windows (6.6.11) and disabled my firewall under windows!
 
I tried to achieve condor status info via condor_status, but I gathered following error:
"Error:  Could not fetch ads --- can't find collector"
 
I looked up the log files and looked up the actual tasks running, all seems normal. I could submit jobs, but all are idle. So, I guess, I might have a problem with my scheduler! After examinig the schedd_log there was following output:
 
12/13 11:06:58 ******************************************************
12/13 11:06:58 ** condor_schedd.exe (CONDOR_SCHEDD) STARTING UP
12/13 11:06:58 ** C:\Condor\bin\condor_schedd.exe
12/13 11:06:58 ** $CondorVersion: 6.6.11 Mar 23 2006 $
12/13 11:06:58 ** $CondorPlatform: INTEL-WINNT50 $
12/13 11:06:58 ** PID = 400
12/13 11:06:58 ******************************************************
12/13 11:06:58 Using config file: C:\Condor\condor_config
12/13 11:06:58 Using local config files: C:\Condor/condor_config.local
12/13 11:06:58 DaemonCore: Command Socket at <192.168.1.142:1034>
12/13 11:07:09 my_popen: CreateProcess failed
12/13 11:07:09 Failed to execute C:\Condor/bin/condor_shadow.pvm, ignoring
12/13 11:07:09 my_popen: CreateProcess failed
12/13 11:07:09 Failed to execute C:\Condor/bin/condor_shadow.std, ignoring
12/13 11:07:22 IO: Failed to read packet header
12/13 11:10:01 IO: Failed to read packet header
12/13 11:10:02 DaemonCore: Command received via UDP from host <192.168.1.142:1050>
12/13 11:10:02 DaemonCore: received command 421 (RESCHEDULE), calling handler (reschedule_negotiator)
12/13 11:10:02 Sent ad to central manager for Tobias@ap-tp
12/13 11:10:02 Called reschedule_negotiator()
12/13 11:10:04 failed to send RESCHEDULE command to negotiator
12/13 11:10:17 IO: Failed to read packet header
12/13 11:10:30 IO: Failed to read packet header
12/13 11:15:02 Sent ad to central manager for Tobias@ap-tp
12/13 11:20:02 Sent ad to central manager for Tobias@ap-tp
12/13 11:25:02 Sent ad to central manager for Tobias@ap-tp
12/13 11:30:02 Sent ad to central manager for Tobias@ap-tp
...
12/13 12:50:02 Sent ad to central manager for Tobias@ap-tp
12/13 12:50:32 IO: Failed to read packet header
12/13 12:55:02 Sent ad to central manager for Tobias@ap-tp
12/13 12:59:16 IO: Failed to read packet header
 
What could be the problem? Does anyone know a solution? I couldn't find something useful in the web. I also tried to add the config files with information like Network_Interface, but this also couldn't solve the problem...