Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] <Birdbath Query> connectException
- Date: Tue, 5 Apr 2005 21:17:46 +0100
- From: Afrasyab Bashir <afrasyab@xxxxxxxxx>
- Subject: [Condor-users] <Birdbath Query> connectException
Hi all,
I have made a java client to connect to condor through birdbath but I'm getting connectException and the stack Trace shows connection refused. I presume that it may be because of the embedded web server and it might not be running but I don't know how to check it. [On web browsers I dont' see anything]
Following is my system configuration (after which I have a few queries please)
a. Operating System - WinXP
b. Condor Version - 6.7.2 [firstly tried on this and then on 6.7.6 but got similar exception]
c. Birdbath installed exactly the way instructed on the website.
d. Collector Client built (by importing the wsdl file provided) using JBuilderX -> Apache Axis & JUnit
e. The CondorCollectorLocator.java file generated by Apache Axis refers to the endpoint string as
http://localhost:80 and wsdl refers the namespace to be urn:condor
Queries
_________
a) what is the location/ path of the embedded web server Or "mini web server"? How can I explicitly check if the mini web server is running or not? I have tried opening
http://localhost:80 and couldn't see anything on web browser. But then there was no index.html file there so i am still confused where the problem lies.
b) Should I replace the SOAPified versions of Collector and Schedular in 6.7.6 as well? or was that just for 6.7.2?
c) Can I get some more examples Or pointers to birdbath please?
That is all.
Cheers
Afrasyab