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

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: 03/27/2007 16:40:10
Time to build: 86 minutes 40 seconds
Last changed: 03/27/2007 04:22:43
Last log entry: JBREM-730: New unit test.

 Unit Tests: (571)  Total Errors and Failures: (15)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh.TestCase(java_serialization)
unknownorg.jboss.test.remoting.detection.jndi.startup.JNDIDetectorTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.shutdown.HTTPShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.ssl.shutdown.HTTPSShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.shutdown.MultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.ssl.shutdown.SSLMultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.rmi.shutdown.RMIShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.rmi.ssl.shutdown.SSLRMIShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.shutdown.SocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 12)
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestCase.javaJBREM-730: New unit test.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestClient.javaJBREM-730: New unit test.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestServer.javaJBREM-730: New unit test.
1.1.2.1deletedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestCase.javafile CleanDetectionTestCase.java was added on branch remoting_2_x on 2007-03-27 08:22:43 +0000
1.1.2.1deletedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestClient.javafile CleanDetectionTestClient.java was added on branch remoting_2_x on 2007-03-27 08:22:43 +0000
1.1.2.1deletedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestServer.javafile CleanDetectionTestServer.java was added on branch remoting_2_x on 2007-03-27 08:22:43 +0000
1.14.2.1modifiedrsigalsrc/main/org/jboss/remoting/detection/jndi/JNDIDetector.javaJBREM-730: (1) Does clean detection with first heartbeat; (2) binds detection messages in context with rebind().
1.32.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.javaJBREM-729: Added some exception messages to IOException catch clause.
1.59.2.3modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.javaJBREM-729: (1) Doesn't stop run() in case of EOFException; (2) sets timeout for MasterServerSockets.
1.57.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexingManager.javaJBREM-729: Reduced log.info() messages to log.debug().
1.11.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MasterServerSocket.javaJBREM-729: Log timeout exception in accept() at debug level.
1.27.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/InputMultiplexor.javaJBREM-729: Doesn't count SSL exceptions toward error count.