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

Fwd: [Condor-users] <Birdbath Query> connectException



Hi,
 
 
I am appending the collectorLog at the end of my mail , daemon seems to be on a different port and not on 9618.
 
1. Please tell me if above is true and guide me as to how should I solve this problem.
 
2. The only changes in Config file for 6.7.6, that I have done, are
ENABLE_SOAP = TRUE and
ENABLE_WEB_SERVER = TRUE.
 
Since wsdl files were already available here in this version (at $RELEASE_DIR/lib/webservice)so I didn't make 'web' directory and didn't add WEB_ROOT_DIR = $RELEASE_DIR/web .
 
Am I missing something here?
 
3. Is there birdbath specific material in manual?
 
I am asking this because it is written on website that birdbath has been merged in newer version but there is nothing about the macros as I have asked above (I am only relying on search at condor website) which makes me to be scrupulous about my adding above macros in config_file.
 
What changes do i need to implement in the newer version's config_file?
 
4. Is there a manual in a single file to be downloaded? and where can I download it from? I want to read it at my home computer in spare time [where I don't have internet connection]?
 
5. Can I also have some basic java task and connection examples for  6.7.6 deamons and example config_file for the same version [I want to see changes that have been done for connecting to daemons through web services]
 
 
I am grateful for all the help and support, please.
 
Cheers
 
Afrasyab
 
 
4/6 16:40:55 ******************************************************
4/6 16:40:55 ** condor_collector.exe (CONDOR_COLLECTOR) STARTING UP
4/6 16:40:55 ** C:\Condor\bin\condor_collector.exe
4/6 16:40:55 ** $CondorVersion: 6.7.6 Mar 15 2005 $
4/6 16:40:55 ** $CondorPlatform: INTEL-WINNT40 $
4/6 16:40:55 ** PID = 3248
4/6 16:40:55 ******************************************************
4/6 16:40:55 Using config file: C:\Condor\condor_config
4/6 16:40:55 Using local config files: C:\Condor/condor_config.local
4/6 16:40:55 DaemonCore: Command Socket at <172.16.1.33:2776>
4/6 16:40:55 In ViewServer::Init()
4/6 16:40:55 In CollectorDaemon::Init()
4/6 16:40:55 In ViewServer::Config()
4/6 16:40:55 In CollectorDaemon::Config()
4/6 16:40:55 enable: Creating stats hash table
4/6 16:55:22 ******************************************************
4/6 16:55:22 ** condor_collector.exe (CONDOR_COLLECTOR) STARTING UP
4/6 16:55:22 ** C:\Condor\bin\condor_collector.exe
4/6 16:55:22 ** $CondorVersion: 6.7.6 Mar 15 2005 $
4/6 16:55:22 ** $CondorPlatform: INTEL-WINNT40 $
4/6 16:55:22 ** PID = 2336
4/6 16:55:22 ******************************************************
4/6 16:55:22 Using config file: C:\Condor\condor_config
4/6 16:55:22 Using local config files: C:\Condor/condor_config.local
4/6 16:55:22 DaemonCore: Command Socket at <172.16.1.33:1163>
4/6 16:55:22 In ViewServer::Init()
4/6 16:55:22 In CollectorDaemon::Init()
4/6 16:55:23 In ViewServer::Config()
4/6 16:55:23 In CollectorDaemon::Config()
4/6 16:55:23 enable: Creating stats hash table
4/6 17:10:23 Housekeeper:  Ready to clean old ads
4/6 17:10:23  Cleaning StartdAds ...
4/6 17:10:23  Cleaning StartdPrivateAds ...
4/6 17:10:23  Cleaning ScheddAds ...
4/6 17:10:23  Cleaning SubmittorAds ...
4/6 17:10:23  Cleaning LicenseAds ...
4/6 17:10:23  Cleaning MasterAds ...
4/6 17:10:23  Cleaning CkptServerAds ...
4/6 17:10:23  Cleaning CollectorAds ...
4/6 17:10:23  Cleaning StorageAds ...
4/6 17:10:23  Cleaning NegotiatorAds ...
4/6 17:10:23 Housekeeper:  Done cleaning


 
On Apr 6, 2005 5:37 PM, Zachary Miller <zmiller@xxxxxxxxxxx> wrote:
On Wed, Apr 06, 2005 at 05:13:28PM +0100, Afrasyab Bashir wrote:
> Hi,
>
> I have checked up the logs and collector and schedd seems to be having errors.
> Could you please put me wise?
>
> I am appending java file's stack trace, and SchedLog, and StartLog with this
> mail please.

could you also send the CollectorLog?  i want to see the line that
says where the Command Socket for the collector is.  you can just
send the first 20 lines or so:

> 4/6 16:45:51 ******************************************************
> 4/6 16:45:51 ** condor_schedd.exe (CONDOR_SCHEDD) STARTING UP
> 4/6 16:45:51 ** C:\Condor\bin\condor_schedd.exe
> 4/6 16:45:51 ** $CondorVersion: 6.7.6 Mar 15 2005 $
> 4/6 16:45:51 ** $CondorPlatform: INTEL-WINNT40 $
> 4/6 16:45:51 ** PID = 3364
> 4/6 16:45:51 ******************************************************
> 4/6 16:45:51 Using config file: C:\Condor\condor_config
> 4/6 16:45:51 Using local config files: C:\Condor/condor_config.local
> 4/6 16:45:51 DaemonCore: Command Socket at <172.16.1.33:1050>

                                                         ^^^^

then we can see if the Collector is listening on the right port.

cheers,
-zach