[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-869) Clustering tests seem to be using the HTTP transport

Tim Fox (JIRA) jira-events at lists.jboss.org
Wed Feb 21 12:40:35 EST 2007


Clustering tests seem to be using the HTTP transport
----------------------------------------------------

                 Key: JBMESSAGING-869
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-869
             Project: JBoss Messaging
          Issue Type: Bug
    Affects Versions: 1.2.0.CR1
            Reporter: Tim Fox
            Priority: Critical
             Fix For: 1.2.0.GA


They should be using the bisocket transport.

Something very strange

Try running ant clustering-tests on linux (maybe it does the same on windows - I don't know).

When the second test runs a stack trace appears when the server is killed - check out the output:

Notice the output says "@Thread-26 18:01:46,745 INFO BisocketServerInvoker] got listener: null" - implying that the bisocket transport is being used.

But the stack clearly shows the HTTP transport poller in action!!

[tim at nutter tests]$ ant clustering-tests
Buildfile: build.xml

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

compile:
     [rmic] RMI Compiling 2 classes to /home/tim/trunk/tests/output/classes

tests-jar:
      [jar] Building jar: /home/tim/trunk/tests/output/lib/jboss-messaging-tests.jar

prepare-testdirs:

clear-test-logs:
     [echo] Cleaning test logs /home/tim/trunk/tests/output/logs/*.log
   [delete] Deleting 6 files from /home/tim/trunk/tests/output/logs

clustering-tests:

start-clustering:

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

stop-rmi-server-clustering:
     [java] @main 18:00:06,491 INFO  [StopRMIServer] Stopping //localhost:33777/messaging_rmi_server_3
     [java] @main 18:00:06,516 INFO  [StopRMIServer] Cannot contact the registry, the server is probably shut down already

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

stop-rmi-server-clustering:
     [java] @main 18:00:08,265 INFO  [StopRMIServer] Stopping //localhost:33777/messaging_rmi_server_2
     [java] @main 18:00:08,268 INFO  [StopRMIServer] Cannot contact the registry, the server is probably shut down already

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

stop-rmi-server-clustering:
     [java] @main 18:00:09,830 INFO  [StopRMIServer] Stopping //localhost:33777/messaging_rmi_server_1
     [java] @main 18:00:09,833 INFO  [StopRMIServer] Cannot contact the registry, the server is probably shut down already

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

stop-rmi-server-clustering:
     [java] @main 18:00:11,308 INFO  [StopRMIServer] Stopping //localhost:33777/messaging_rmi_server_0
     [java] @main 18:00:11,310 INFO  [StopRMIServer] Cannot contact the registry, the server is probably shut down already

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

start-rmi-server-clustering:

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

start-rmi-server-clustering:

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

start-rmi-server-clustering:

detect-availability:

use-local-remoting:

use-repository-remoting:

use-local-serialization:

use-repository-serialization:

resolve-local-dependencies:

init:

start-rmi-server-clustering:

     [echo] Running clustering tests, fork=true, junit.batchtest.fork=true

    [junit] Running org.jboss.test.messaging.jms.clustering.ClusterViewUpdateTest
    [junit] @main 18:00:17,567 INFO  [ClusterViewUpdateTest] ####################################################### Start REMOTE test: testUpdateConnectionFactory
    [junit] @main 18:00:17,983 INFO  [ServerManagement] starting server 0
    [junit] @main 18:00:25,096 INFO  [ServerManagement] server 0 started
    [junit] @main 18:00:25,283 INFO  [ServerManagement] starting server 1
    [junit] @main 18:00:32,471 INFO  [ServerManagement] server 1 started
    [junit] @main 18:00:32,682 INFO  [ServerManagement] starting server 2
    [junit] @main 18:00:40,039 INFO  [ServerManagement] server 2 started
    [junit] @main 18:00:41,501 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:00:42,072 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:00:42,350 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:00:46,728 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:00:46,821 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:00:46,924 INFO  [ServerManagement] server 1 killed
    [junit] @main 18:00:47,721 INFO  [ClusterViewUpdateTest] sleeping 5 secs ...
    [junit] @Thread-13 18:00:48,887 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:00:52,735 INFO  [ClusterViewUpdateTest] sleeping 25 secs ...
    [junit] @main 18:01:17,741 INFO  [ClusterViewUpdateTest] ServerId=2
    [junit] @main 18:01:18,971 INFO  [ServerManagement] server 0 stopped
    [junit] @main 18:01:20,234 INFO  [ServerManagement] server 2 stopped
    [junit] @main 18:01:20,234 INFO  [ClusterViewUpdateTest] ####################################################### Stop REMOTE test: testUpdateConnectionFactory
    [junit] @main 18:01:20,240 INFO  [ClusterViewUpdateTest] ####################################################### Start REMOTE test: testUpdateMixedConnectionFactory
    [junit] @main 18:01:20,241 INFO  [ServerManagement] starting server 0
    [junit] @main 18:01:25,168 INFO  [ServerManagement] server 0 started
    [junit] @main 18:01:26,319 INFO  [ServerManagement] spawned server 1, waiting for it to come online
    [junit] @main 18:01:27,861 INFO  [ServerManagement] server 1 online
    [junit] @main 18:01:27,861 INFO  [ServerManagement] starting server 1
    [junit] @main 18:01:35,532 INFO  [ServerManagement] server 1 started
    [junit] @main 18:01:35,680 INFO  [ServerManagement] starting server 2
    [junit] @main 18:01:40,607 INFO  [ServerManagement] server 2 started
    [junit] @main 18:01:40,739 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:01:40,842 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:01:41,047 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:01:44,478 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:01:44,613 INFO  [ClusterViewUpdateTest] ValidateCFs:
    [junit] @main 18:01:44,613 INFO  [ClusterViewUpdateTest] DelegateSocket[0]=bisocket://192.168.1.10:3347/?NumberOfCallRetries=2&NumberOfRetries=1&callbackErrorsAllowed=1&callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&clientLeasePeriod=20000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jms&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
    [junit] @main 18:01:44,613 INFO  [ClusterViewUpdateTest] DelegateHttp[0]=http://192.168.1.10:3349/?NumberOfCallRetries=2&NumberOfRetries=1&callbackErrorsAllowed=1&callbackPollPeriod=102&callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&clientLeasePeriod=20000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jms&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&socket.check_connection=false&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
    [junit] @main 18:01:44,614 INFO  [ClusterViewUpdateTest] DelegateSocket[1]=bisocket://localhost:2827/?NumberOfCallRetries=2&NumberOfRetries=1&callbackErrorsAllowed=1&callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&clientLeasePeriod=20000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jms&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
    [junit] @main 18:01:44,614 INFO  [ClusterViewUpdateTest] DelegateHttp[1]=http://localhost:2829/?NumberOfCallRetries=2&NumberOfRetries=1&callbackErrorsAllowed=1&callbackPollPeriod=102&callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&clientLeasePeriod=20000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jms&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&socket.check_connection=false&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
    [junit] @main 18:01:44,614 INFO  [ClusterViewUpdateTest] DelegateSocket[2]=bisocket://192.168.1.10:3714/?NumberOfCallRetries=2&NumberOfRetries=1&callbackErrorsAllowed=1&callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&clientLeasePeriod=20000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jms&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
    [junit] @main 18:01:44,614 INFO  [ClusterViewUpdateTest] DelegateHttp[2]=http://192.168.1.10:3716/?NumberOfCallRetries=2&NumberOfRetries=1&callbackErrorsAllowed=1&callbackPollPeriod=102&callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&clientLeasePeriod=20000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jms&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&socket.check_connection=false&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
    [junit] @main 18:01:44,645 INFO  [BisocketServerInvoker] got listener: null
    [junit] @main 18:01:44,760 INFO  [ServerManagement] server 1 killed
    [junit] @main 18:01:45,585 INFO  [ClusterViewUpdateTest] sleeping 5 secs ...
    [junit] @Timer-5 18:01:45,589 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:565)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:939)
    [junit]     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:195)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,593 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,595 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,599 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,610 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,668 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,773 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,876 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:45,972 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,076 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,176 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,280 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,380 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,484 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,584 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Timer-5 18:01:46,692 ERROR [CallbackPoller] Error getting callbacks from server.
    [junit] org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:248)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:95)
    [junit]     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:1414)
    [junit]     at org.jboss.remoting.Client.invoke(Client.java:511)
    [junit]     at org.jboss.remoting.Client.getCallbacks(Client.java:958)
    [junit]     at org.jboss.remoting.callback.CallbackPoller.run(CallbackPoller.java:190)
    [junit]     at java.util.TimerThread.mainLoop(Timer.java:512)
    [junit]     at java.util.TimerThread.run(Timer.java:462)
    [junit] Caused by: java.net.ConnectException: Connection refused
    [junit]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit]     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit]     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit]     at java.net.Socket.connect(Socket.java:516)
    [junit]     at java.net.Socket.connect(Socket.java:466)
    [junit]     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    [junit]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    [junit]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    [junit]     at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
    [junit]     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:839)
    [junit]     at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:193)
    [junit]     ... 8 more
    [junit] @Thread-26 18:01:46,745 INFO  [BisocketServerInvoker] got listener: null
[tim at nutter tests]$



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list