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

Re: [condor-users] condor error



On Thu, 15 Jan 2004 08:23:31 -0800  "Vo, Phillip" wrote:

...
[all sorts of errors about condor daemons not being able to
communicate with the condor_collector removed]
...

> Extra Info: the condor_collector is a process that runs on the
> central manager of your Condor pool and collects the status of all
> the machines and jobs in the Condor pool. The condor_collector might
> not be running, it might be refusing to communicate with you, there
> might be a network problem, or there may be some other
> problem. Check with your system administrator to fix this problem.
> 
> If you are the system administrator, check that the condor_collector
> is running on test.local.domain, check the HOSTALLOW configuration
> in your condor_config, and check the MasterLog and CollectorLog
> files in your log directory for possible clues as to why the
> condor_collector is not responding. Also see the Troubleshooting
> section of the manual.

did you read any of the above 2 paragraphs of error message?  they
clearly lay out your problem:

"the condor_collector might not be running"

and what you should do about it:

"If you are the system administrator, check that the condor_collector
is running on test.local.domain"

looks like your config file is broken, since this should be a
hostname or an IP/port, not "test.local.domain"....

"check the MasterLog and CollectorLog files in your log directory for
possible clues as to why the condor_collector is not responding"

read the error message and follow the instructions.  i'll not pretend
condor is great about propagating verbose, helpful error messages, but
in this case, everything you need to know and look at is right there
for you.

-derek

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>