View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060925014925

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:94: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 09/25/2006 01:49:25
Time to build: 99 minutes 36 seconds
Last changed: 09/22/2006 01:51:28
Last log entry: JBREM-363 - updating remoting doc to include more info on setting up callbacks for uni and bi directional transports (to simulate push callback via internal polling for uni-directional transports).

 Unit Tests: (597)  Total Errors and Failures: (22)
testStartorg.jboss.test.remoting.lease.http.HTTPLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.http.HTTPLeaseTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.http.multiple.HTTPLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.http.multiple.HTTPLeaseTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.rmi.RMILeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.rmi.RMILeaseTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.socket.SocketLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.SocketLeaseTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.http.timeout.TimeoutTestCase(jboss_serialization)
testLeaseorg.jboss.test.remoting.lease.LeaseUnitTestCase(java_serialization)
testMultipleLeasesorg.jboss.test.remoting.lease.LeaseUnitTestCase(java_serialization)
testLeaseorg.jboss.test.remoting.lease.LeaseUnitTestCase(jboss_serialization)
testMultipleLeasesorg.jboss.test.remoting.lease.LeaseUnitTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(jboss_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.PooledConnectionTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 94)
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestCase.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestClient.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestServer.javaJBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport).
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/LeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/multiplex/MultiplexLeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/timer/TimerUtilTestCase.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.13modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/InvokerClientTest.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.4modifiedtelrodsrc/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.3modifiedtelrodsrc/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.9modifiedtelrodsrc/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.15modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.38modifiedtelrodsrc/main/org/jboss/remoting/transport/socket/SocketClientInvoker.javaJBREM-596 - fix for leasing problem when have multiple clients using same client invoker. Basically moved all lease managment for clients into the client invokers themselves.
1.2modifiedcsuconicsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.javaJBREM-596 - fixing test scenario to the failing point
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestCase.javaJBREM-596 - tests
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.javaJBREM-596 - tests
1.1addedtelrodsrc/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.javaJBREM-596 - tests
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/readme.txtJBREM-562: Changed list of spring jar files to conform to current contents of JBossRemoting/lib/spring.
1.5modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/raw/socket/MultiThreadedSocketPerformanceClient.javaJBREM-589: Duplicated change in getSocket() made in SocketPerformanceClient() - throws an exception if unable to create socket.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceClient.javaJBREM-592: Duplicated changes in addCallbackListener() made to SpringRMIPerformanceClient - ApplicationContext is created in a loop and the callback server is exported programmatically.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.javaJBREM-595: Put the body of makeInvocation() in a loop, to allow for temporary failures due to no port being available.
1.8modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/raw/socket/SocketServer.javaJBREM-589: Changed callbackServerPort from an int to a ThreadLocal.
1.5modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Added a break to the loop that exports callback servers.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.javaJBREM-595: sessionId is now passed to SpringHttpHandler constructor.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.javaJBREM-595: Callback server proxy is now created programmatically.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xmlJBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml.saveJBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceDummyServer.javaJBREM-595: Added a dummy server class and a TestCase class so that spring http performance test client side can be run by an ant target.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceTestCase.javaJBREM-595: Added a dummy server class and a TestCase class so that spring http performance test client side can be run by an ant target.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xmlJBREM-595: Commented out registration of callback server.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.javaJBREM-595: Registration of callback server with rmi registry is now done programmatically.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/readme.txtJBREM-595: Mentioned new ant target for running spring http performance test.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/lifecycle/InvokerLifecycleTestCase.javaJBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xmlJBREM-592: Renamed SpringRMICallbackServerService.xml to SpringRMICallbackServerService.xml.save.
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Changed a comment.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xmlJBREM-592: Callback servers are now exported programmatically.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml.saveJBREM-592: SpringRMICallbackServerService.xml is no longer used.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerImpl.javaJBREM-592: Passes sessionId to SpringRMIHandler() constructor.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Callback servers are now exported programatically under name ending in sessionId.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIHandler.javaJBREM-592: (1) New constructor gets sessionId parameter. (2) Callback are created programmatically instead of declaratively, and registered with a name ending in sessionId.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.javaJBREM-593: Added a synchronizing ServerSocket.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestServer.javaJBREM-593: Added a synchronizing ServerSocket.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.javaJBREM-592: Lengthened timeout periods and added some logging.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Put loading of SpringRMIClientService.xml in a loop to avoid problems when creating multiple callback servers.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.javaJBREM-592: Extened time server runs.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xmlJBREM-592: Commented out servicePort property to avoid bind port collisions.
1.2modifiedtelrodsrc/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.javaJBREM-590 - updated SSLSocketClientInvoker to pass config metadata map to the SSLSocketBuilder.