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

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



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.
 
Regards
afrasyab

******************************************************
Stack Trace:
******************************************************
 
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.net.ConnectException: Connection refused: connect
 faultActor:
 faultNode:
 faultDetail:
 {http://xml.apache.org/axis/}stackTrace: java.net.ConnectException: Connection refused: connect
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 at java.net.Socket.connect(Socket.java:452)
 at java.net.Socket.connect(Socket.java:402)
 at java.net.Socket.&lt;init&gt;(Socket.java:309)
 at java.net.Socket.&lt;init&gt;(Socket.java:124)
 at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:129)
 at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
 at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
 at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
 at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
 at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
 at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
 at org.apache.axis.client.Call.invoke(Call.java:2553)
 at org.apache.axis.client.Call.invoke(Call.java:2248)
 at org.apache.axis.client.Call.invoke(Call.java:2171)
 at org.apache.axis.client.Call.invoke(Call.java:1691)
 at condor.CondorScheddStub.removeJob(CondorScheddStub.java:825)
 at condor.CondorScheddTestCase.test10condorScheddRemoveJob(CondorScheddTestCase.java:230)
.....
******************************************************
StartLog:
******************************************************
4/6 16:56:30 Error sending update to collector(s)

4/6 17:01:21 Can't connect to <172.16.1.33:9618>:0, errno = 10061

4/6 17:01:21 Will keep trying for 10 seconds...

4/6 17:01:31 Connect failed for 10 seconds; returning FALSE

4/6 17:01:31 ERROR: SECMAN:2003:TCP connection to <172.16.1.33:9618> failed
 
******************************************************
SchedLog:
******************************************************
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>
4/6 16:45:56 "C:\Condor/bin/condor_shadow.pvm -classad" did not produce any output, ignoring
4/6 16:45:56 "C:\Condor/bin/condor_shadow.std -classad" did not produce any output, ignoring
4/6 16:45:57 Can't connect to <172.16.1.33:9618>:0, errno = 10061
4/6 16:45:57 Will keep trying for 10 seconds...
4/6 16:46:06 Connect failed for 10 seconds; returning FALSE
4/6 16:46:06 ERROR: SECMAN:2003:TCP connection to <172.16.1.33:9618> failed

4/6 16:51:07 Can't connect to <172.16.1.33:9618>:0, errno = 10061
4/6 16:51:07 Will keep trying for 10 seconds...
4/6 16:51:16 Connect failed for 10 seconds; returning FALSE
4/6 16:51:16 ERROR: SECMAN:2003:TCP connection to <172.16.1.33:9618> failed

4/6 16:56:17 Can't connect to <172.16.1.33:9618>:0, errno = 10061
4/6 16:56:17 Will keep trying for 10 seconds...
4/6 16:56:26 Connect failed for 10 seconds; returning FALSE
4/6 16:56:26 ERROR: SECMAN:2003:TCP connection to <172.16.1.33:9618> failed

4/6 17:01:27 Can't connect to <172.16.1.33:9618>:0, errno = 10061
4/6 17:01:27 Will keep trying for 10 seconds...
4/6 17:01:36 Connect failed for 10 seconds; returning FALSE
4/6 17:01:36 ERROR: SECMAN:2003:TCP connection to <172.16.1.33:9618> failed

4/6 17:06:37 Can't connect to <172.16.1.33:9618>:0, errno = 10061
4/6 17:06:37 Will keep trying for 10 seconds...
4/6 17:06:46 Connect failed for 10 seconds; returning FALSE
4/6 17:06:46 ERROR: SECMAN:2003:TCP connection to <172.16.1.33:9618> failed

 
 
 
On Apr 5, 2005 11:39 PM, Matthew Farrellee <matt@xxxxxxxxxxx> wrote:
a) It is the host&port that the daemon is listening on, it is likely
_not_ localhost:80. The collector is often on 9618 (I think). You can
see in the Collector/Schedd logs if the SOAP interface is enabled (at
least with debugging bumped up a bit), or use condor_config_val.

b) Don't use the "SOAPified" versions, just use 6.7.6.

c) Yes, but please be more specific.

matt

On Apr 5, 2005, at 3:17 PM, Afrasyab Bashir wrote:

> 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
>  
>  
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users