Raminderjeet Singh created AIRAVATA-454:
-------------------------------------------
Summary: Stopping Airavata service make Xbaya notification client
give lot of errors.
Key: AIRAVATA-454
URL: https://issues.apache.org/jira/browse/AIRAVATA-454
Project: Airavata
Issue Type: Bug
Components: XBaya
Affects Versions: 0.3-INCUBATING, 0.4-INCUBATING
Reporter: Raminderjeet Singh
I stopped the airavata service to apply some code changes and Xbaya have
following exception on consol more than 1000 time in 5 mins. There is no way to
stop notification listener.
[Thread-12-async-msgbox-correlator] INFO httpclient.HttpMethodDirector - I/O
exception (java.net.ConnectException) caught when processing request:
Connection refused
[Thread-12-async-msgbox-correlator] INFO httpclient.HttpMethodDirector -
Retrying request
[Thread-12-async-msgbox-correlator] INFO httpclient.HttpMethodDirector - I/O
exception (java.net.ConnectException) caught when processing request:
Connection refused
[Thread-12-async-msgbox-correlator] INFO httpclient.HttpMethodDirector -
Retrying request
[Thread-12-async-msgbox-correlator] INFO httpclient.HttpMethodDirector - I/O
exception (java.net.ConnectException) caught when processing request:
Connection refused
[Thread-12-async-msgbox-correlator] INFO httpclient.HttpMethodDirector -
Retrying request
[Thread-12-async-msgbox-correlator] INFO http.HTTPSender - Unable to
sendViaPost to
url[http://localhost:8080/axis2/services/MsgBoxService/clientid/e2b5729d-2c82-41ab-b393-c39807337093]
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)
at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:125)
at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:542)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521)
at
org.apache.airavata.wsmg.msgbox.client.TakeMessages.execute(TakeMessages.java:76)
at
org.apache.airavata.wsmg.msgbox.client.MsgBoxClient.takeMessagesFromMsgBox(MsgBoxClient.java:56)
at
org.apache.airavata.xbaya.invoker.MsgBoxWsaResponsesCorrelator.run(MsgBoxWsaResponsesCorrelator.java:93)
at java.lang.Thread.run(Thread.java:680)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira