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

[HTCondor-users] Sched and Collector exited with status 44



Hi, I am using HTCondor 8.2.7 on CentOS6.6 x64 in an vmware virtual machine. I found that Sched and Collector will be exit with status 44. This is the master log:
05/19/15 19:46:15 Started DaemonCore process "/usr/sbin/condor_negotiator", pid and pgroup = 2418
05/19/15 19:46:16 Started DaemonCore process "/usr/sbin/condor_schedd", pid and pgroup = 2434
05/19/15 19:46:16 Started DaemonCore process "/usr/sbin/condor_startd", pid and pgroup = 2442
05/19/15 19:59:42 DefaultReaper unexpectedly called on pid 2434, status 11264.
05/19/15 19:59:42 The SCHEDD (pid 2434) exited with status 44
05/19/15 19:59:42 Sending obituary for "/usr/sbin/condor_schedd"
05/19/15 20:00:02 restarting /usr/sbin/condor_schedd in 10 seconds
05/19/15 20:00:12 Started DaemonCore process "/usr/sbin/condor_schedd", pid and pgroup = 3751
05/19/15 20:01:13 DefaultReaper unexpectedly called on pid 2377, status 11264.
05/19/15 20:01:13 The COLLECTOR (pid 2377) exited with status 44
05/19/15 20:01:13 Sending obituary for "/usr/sbin/condor_collector"
05/19/15 20:01:13 restarting /usr/sbin/condor_collector in 10 seconds
05/19/15 20:01:13 attempt to connect to <10.33.0.248:9618> failed: Connection refused (connect errno = 111).
05/19/15 20:01:13 ERROR: SECMAN:2004:Failed to create security session
The Collector log is:
05/19/15 20:01:09 Number of Active Workers 0
05/19/15 20:01:09 (Sending 11 ads in response to query)
05/19/15 20:01:09 Query info: matched=11; skipped=3; query_time=0.003847; send_time=0.007793; type=Any; requirements={( ( ( MyType == "Scheduler" ) || ( MyType == "Submitter" ) ) || ( ( MyType == "Machine" ) ) )}; peer=<10.33.0.248:52532>; projection={}
05/19/15 20:01:12 Got QUERY_STARTD_PVT_ADS
05/19/15 20:01:12 Number of Active Workers 0
05/19/15 20:01:12 (Sending 10 ads in response
This cause condor service stopped. I want to know why Collector and Sched exited and what is the mean of  'status 44'. Thanks!