Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Latest medium tests - what is required now?: (1 Item)
   
Latest medium tests - what is required now?  
When executing the medium test in the latest code, the system goes into a infinite loop.


2012-12-12 11:45:39,879 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - *** Request Body - 0
 bytes


2012-12-12 11:45:40,094 WARN [pool-5-thread-1] [,] TcpClientConnector - Connection attempt failed to complete in 15 secs

2012-12-12 11:45:40,095 DEBUG [pool-5-thread-1] [,] ApplicationEndpoint - Done executing ConnectJob to localhost/127.0.0
.1:8111
2012-12-12 11:45:40,095 WARN [New I/O client boss #1-0] [,] TcpClientChannelHandler - Unexpected exception from 
downstream. Connection refused: no further information
java.net.ConnectException: Connection refused: no further information
        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
        at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
        at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:
490)
        at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.
processSelectedKeys(NioClientSocketPipelineSink.java:446)
        at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:359)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
2012-12-12 11:45:40,095 DEBUG [New I/O  worker #13] [,] TcpClientChannelHandler - [id: 0x2ca309d4] CLOSED
2012-12-12 11:45:40,095 WARN [pool-5-thread-1] [,] ApplicationEndpoint - Unable to connect to localhost/127.0.0.1:8111, 
scheduling reconnect in 2 secs
2012-12-12 11:45:40,883 INFO [main] [,] BesngTestBase - *** Test #: 122
2012-12-12 11:45:40,885 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] MultiTenantsTest - *** test 
params {tenantlist3, testautomation_5, 201, GET, }
2012-12-12 11:45:40,885 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - *** Sending Request:
 GET ==> http://localhost:8109/testautomation_5/successcode?201
2012-12-12 11:45:40,886 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - Request Headers: {"
Content-Type":["text/html"]}
2012-12-12 11:45:40,886 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - *** Request Body - 0
 bytes


2012-12-12 11:45:41,893 INFO [main] [,] BesngTestBase - *** Test #: 123
2012-12-12 11:45:41,895 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] MultiTenantsTest - *** test 
params {tenantlist3, testautomation_5, 202, GET, }
2012-12-12 11:45:41,895 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - *** Sending Request:
 GET ==> http://localhost:8109/testautomation_5/successcode?202
2012-12-12 11:45:41,896 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - Request Headers: {"
Content-Type":["text/html"]}
2012-12-12 11:45:41,896 INFO [TestNGInvoker-successStatusFromServerForEachTenant()] [,] LogHelper - *** Request Body - 0
 bytes


Must the core/comm be up and running for it to execute now?