[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Error: Could not fetch ads --- can't find collector
- Date: Fri, 6 Jun 2008 16:58:56 +0300
- From: "mohammed shambakey" <shambakey1@xxxxxxxxx>
- Subject: [Condor-users] Error: Could not fetch ads --- can't find collector
Hi all
I've installed condor 7.0.1 on a fedora core 4, and every time I try to make "condor_status" it gives me the following error:
Error: Could not fetch ads --- can't find collector
the collector_log is :
6/6 16:12:44 ******************************************************
6/6 16:12:44 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
6/6 16:12:44 ** /usr/local/condor/sbin/condor_collector
6/6 16:12:44 ** $CondorVersion: 7.0.1 Feb 26 2008 BuildID: 76180 $
6/6 16:12:44 ** $CondorPlatform: I386-LINUX_RHEL3 $
6/6 16:12:44 ** PID = 3682
6/6 16:12:44 ** Log last touched time unavailable (No such file or directory)
6/6 16:12:44 ******************************************************
6/6 16:12:44 Using config source: /usr/local/condor/etc/condor_config
6/6 16:12:44 Using local config sources:
6/6 16:12:44 /home/condor/condor_config.local
6/6 16:12:44 DaemonCore: Command Socket at <10.10.10.53:9618>
6/6 16:12:44 ERROR: Unable to find collector info in configuration file!!!
6/6 16:12:44 In ViewServer::Init()
6/6 16:12:44 In CollectorDaemon::Init()
6/6 16:12:44 In ViewServer::Config()
6/6 16:12:44 In CollectorDaemon::Config()
6/6 16:12:44 enable: Creating stats hash table
6/6 16:27:44 Housekeeper: Ready to clean old ads
6/6 16:27:44 Cleaning StartdAds ...
6/6 16:27:44 Cleaning StartdPrivateAds ...
6/6 16:27:44 Cleaning QuillAds ...
6/6 16:27:44 Cleaning ScheddAds ...
6/6 16:27:44 Cleaning SubmittorAds ...
6/6 16:27:44 Cleaning LicenseAds ...
6/6 16:27:44 Cleaning MasterAds ...
6/6 16:27:44 Cleaning CkptServerAds ...
6/6 16:27:44 Cleaning CollectorAds ...
6/6 16:27:44 Cleaning StorageAds ...
6/6 16:27:44 Cleaning NegotiatorAds ...
6/6 16:27:44 Cleaning HadAds ...
6/6 16:27:44 Cleaning Generic Ads ...
6/6 16:27:44 Housekeeper: Done cleaning
6/6 16:31:22 Got SIGTERM. Performing graceful shutdown.
6/6 16:31:22 **** condor_collector (condor_COLLECTOR) EXITING WITH STATUS 0
in the condor_config file, COLLECTOR_HOST is defined to $(CONDOR_HOST),
but CONDOR_HOST is not defined in condor_config file not the local file.
when i run "ps -ef | grep condor_" it gives me the following:
condor 4846 1 0 16:59
? 00:00:00 condor_master
condor 4847 4846 0 16:59 ? 00:00:00 condor_collector -f
condor 4848 4846 0 16:59 ? 00:00:00 condor_negotiator -f
condor 4849 4846 0 16:59 ? 00:00:00 condor_schedd -f
condor 4850 4846 16 16:59 ? 00:00:05 condor_startd -f
root 4856 4849 0 16:59
? 00:00:00 condor_procd -A
/tmp/condor-lock.globus0.916223676483245/procd_pipe.SCHEDD -S 60 -C 501
root 4878 3856 0 17:00 pts/1 00:00:00 grep condor_
I don't know what's wrong. Plz help
thnx