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

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: 01/19/2007 11:20:04
Time to build: 111 minutes 31 seconds
Last changed: 01/19/2007 03:47:35
Last log entry: JBREM-676: Unit tests for TimerUtil's treatment of StoppableTimerTasks.

 Unit Tests: (492)  Total Errors and Failures: (27)
testJBossInvocationorg.jboss.test.remoting.byvalue.ByValueInvocationTestCase(java_serialization)
testClientConfigurationorg.jboss.test.remoting.configuration.RMIConfigurationTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.bisocket.connection.BisocketConnectionCheckTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.bisocket.connection.BisocketConnectionTestCase(java_serialization)
testOneClientOneConnectorTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testOneClientTwoConnectorsOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testOneClientTwoConnectorsTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsOneConnectorOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsOneConnectorTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsTwoConnectorsOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testTwoClientsTwoConnectorsTwoHandlersorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(java_serialization)
testOneClientOneConnectorOneHandlerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 67)
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/util/TimerUtilTestCase.javaJBREM-676: Unit tests for TimerUtil's treatment of StoppableTimerTasks.
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/connection/ConnectionValidatorCachedInvokerTestCase.javaJBREM-662, JBREM-676: Unit tests for creation of a single client invoker by ConnectionValidator and for ConnectionValidator as StoppableTimerTask.
1.4.4.1modifiedrsigalsrc/main/org/jboss/remoting/util/TimerUtil.javaJBREM-676: Added handling for StoppableTimerTasks.
1.1.2.1modifiedrsigalsrc/main/org/jboss/remoting/util/StoppableTimerTask.javaJBREM-676: Interface for TimerTasks for which stop() should be called in TimerUtil.destroy() or TimerUtil.unschedule().
1.1.2.4modifiedtelrodsrc/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.javaJBREM-673 - fixed places where java.util.Timer created as non daemon and should be.
1.1.2.7modifiedtelrodsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-673 - fixed places where java.util.Timer created as non daemon and should be.
1.12.2.3modifiedrsigalsrc/main/org/jboss/remoting/Version.javaJBREM-672: Snapshot build 2.2.0.Alpha6 for Messaging.
1.6.10.1modifiedtelrodsrc/main/org/jboss/remoting/transport/web/WebServerInvoker.javaJBREM-671 - fixed so leasing will work again when using servlet invoker.
1.9.2.1modifiedtelrodsrc/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.javaJBREM-671 - fixed so leasing will work again when using servlet invoker.
1.8.4.2modifiedtelrodsrc/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.javaJBREM-671 - fixed so leasing will work again when using servlet invoker.
1.9.4.2modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.javaJBREM-298: Changed a typo in a comment.
1.16.2.7modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-662: In getConnection() moved bailOut test to beginning of loop.
1.1.2.1modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/http/timeout/ConnectionTimeoutTestCase.javaUpdating http invoker client timeout tests (and including new one for connection timeout)
1.3.4.1modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/http/timeout/TimeoutClientTest.javaUpdating http invoker client timeout tests (and including new one for connection timeout)
1.1.8.1modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/http/timeout/TimeoutServerTest.javaUpdating http invoker client timeout tests (and including new one for connection timeout)
1.52.2.17modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-298: Added ability to create socket creation listener from class name.
1.52.2.16modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-298: Created distinction between client and server socket creation listeners.
1.1.4.2modifiedrsigalsrc/main/org/jboss/remoting/transport/sslrmi/SSLRMIServerInvoker.javaJBREM-298: Removes both kinds of socket creation listeners from RemotingRMIClientSocketFactory config map.
1.1.2.3modifiedrsigalsrc/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.javaJBREM-298: Added ability to wrap SocketFactory.
1.17.4.3modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.javaJBREM-298: Removes both kinds of socket creation listeners from RemotingRMIClientSocketFactory config map.
1.1.2.6modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-298: Makes sure socketFactory and secondayServerSocket are properly wrapped.
1.29.2.9modifiedovidiusrc/main/org/jboss/remoting/transport/socket/ServerThread.javaFixed http://jira.jboss.org/jira/browse/JBREM-666 by moving all I/O initialization-relatedoperations from the acceptor thread to the worker thread.
1.30.2.8modifiedovidiusrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaFixed http://jira.jboss.org/jira/browse/JBREM-666 by moving all I/O initialization-relatedoperations from the acceptor thread to the worker thread.
1.16.2.6modifiedovidiusrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaflushing minor changes (trivial refactoring, logging improvments) before attempting a fix for http://jira.jboss.org/jira/browse/JBREM-666
1.29.2.8modifiedovidiusrc/main/org/jboss/remoting/transport/socket/ServerThread.javaflushing minor changes (trivial refactoring, logging improvments) before attempting a fix for http://jira.jboss.org/jira/browse/JBREM-666
1.30.2.7modifiedovidiusrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaflushing minor changes (trivial refactoring, logging improvments) before attempting a fix for http://jira.jboss.org/jira/browse/JBREM-666
1.59.2.2modifiedovidiusrc/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.javaflushing minor changes (trivial refactoring, logging improvments) before attempting a fix for http://jira.jboss.org/jira/browse/JBREM-666
1.52.2.15modifiedovidiusrc/main/org/jboss/remoting/ServerInvoker.javaflushing minor changes (trivial refactoring, logging improvments) before attempting a fix for http://jira.jboss.org/jira/browse/JBREM-666
1.1.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/sslrmi/SSLRMIServerInvoker.javaJBREM-298: Removed socket creation listener and custom server socket factory from config map passed to SerializableSSLClientSocketFactory.
1.1.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/sslrmi/SSLRMIClientInvoker.javaJBREM-298: Refactored with RMIClientInvoker to allow storage of client side config parameters for RMI as well as SSLRMI.
1.9.2.1modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.javaJBREM-298: Refactored with SSLRMIClientInvoker to allow storage of client side config parameters for RMI as well as SSLRMI.
1.3.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.javaJBREM-298: Refactored with RemotingRMIClientSocketFactory to allow storage of client side config parameters for RMI as well as SSLRMI.
1.9.4.1modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.javaJBREM-298, JBREM-670: (1) Refactored with SerializableSSLClientSocketFactory to allow storage of client side config parameters for RMI as well as SSLRMI; (2) removed equals() and hashCode(); (3) removed some unused constructors.
1.17.4.2modifiedrsigalsrc/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.javaJBREM-298: Removed socket creation listener (and custom socket server socket factory) from config map passed to RemotingRMIClientSocketFactory.
1.3.2.1modifiedrsigalsrc/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.javaJBREM-298: Added ability to wrap SocketFactory.
1.4.2.1modifiedrsigalsrc/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.javaJBREM-298: Added ability to wrap SocketFactory.
1.1.2.2modifiedrsigalsrc/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.javaJBREM-298: Added ability to wrap SocketFactory.
1.11.4.2modifiedrsigalsrc/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.javaJBREM-298: Added ability to wrap SocketFactory.
1.52.2.14modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-298: Added ability to wrap ServerSocketFactory with a CreationListenerServerSocketFactory.
1.3.4.1modifiedrsigalsrc/main/org/jboss/remoting/Remoting.javaJBREM-298: Added constant SOCKET_CREATION_LISTENER.
1.11.4.1modifiedovidiusrc/main/org/jboss/remoting/serialization/impl/jboss/JBossSerializationManager.javamore TRACE logging and tests
1.15.10.3modifiedovidiusrc/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.javamore TRACE logging and tests
1.14.6.3modifiedovidiusrc/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.javamore TRACE logging and tests
1.29.2.7modifiedovidiusrc/main/org/jboss/remoting/transport/socket/ServerThread.javamore TRACE logging and tests
1.30.2.6modifiedovidiusrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javamore TRACE logging and tests
1.8.10.1modifiedovidiusrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javamore TRACE logging and tests
1.1.2.1modifiedovidiusrc/tests/org/jboss/test/remoting/transport/socket/serverlockup/RogueClientInvoker.javamore TRACE logging and tests
1.1.2.2modifiedovidiusrc/tests/org/jboss/test/remoting/transport/socket/serverlockup/ServerLockupClientTest.javamore TRACE logging and tests
1.1.2.2modifiedovidiusrc/tests/org/jboss/test/remoting/transport/socket/serverlockup/ServerLockupServerTest.javamore TRACE logging and tests
1.52.2.13modifiedovidiusrc/main/org/jboss/remoting/ServerInvoker.javamore TRACE logging and tests