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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:51: Exit code: 1 See compile.log in Build Artifacts for details.
Date of build: 08/29/2007 03:23:44
Time to build: 4 minutes 1 second
Last changed: 08/29/2007 03:16:01
Last log entry: JBREM-797: Added "running" variable to PingTimerTask. Also, synchronized with branch remoting_2_2_0_GA: JBREM-774: replaceControlSocket() and handleDisconnect() close control socket; JBREM-785: Declares a stack variable listenerId in transport(); JBREM-767: Network i/o moved from constructor to handleConnect(); JBREM-784: Added listenerIdToControlSocketsMap; JBREM-788: Synchronized access to static maps in handleDisconnect(); JBREM-767: handleDisconnect() wakes up any threads blocked in createSocket(); JBREM-766: Put wait() in a loop in handleConnect() and createSocket().

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 8)
1.1.2.20modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.javaJBREM-797: Added "running" variable to PingTimerTask. Also, synchronized with branch remoting_2_2_0_GA: JBREM-774: replaceControlSocket() and handleDisconnect() close control socket; JBREM-785: Declares a stack variable listenerId in transport(); JBREM-767: Network i/o moved from constructor to handleConnect(); JBREM-784: Added listenerIdToControlSocketsMap; JBREM-788: Synchronized access to static maps in handleDisconnect(); JBREM-767: handleDisconnect() wakes up any threads blocked in createSocket(); JBREM-766: Put wait() in a loop in handleConnect() and createSocket().
1.1.2.8modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/Bisocket.javaJBREM-749: Synchronized with branch remoting_2_2_0_GA: added SECONDARY_BIND_PORT and SECONDARY_CONNECT_PORT.
1.52.2.34modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-781, JBREM-782, JBREM-783: Synchronized with branch remoting_2_2_0_GA: (1) Responds to "$GET_CLIENT_LOCAL_ADDRESS$" request; (2) in getCallbackHandler() calls ServerInvokerCallbackHandler.connect(); (3) added some logging to terminateLease(); .
1.7.2.16modifiedrsigalsrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaJBREM-783: Synchronized with branch remoting_2_2_0_GA: reverted to version before changes made for JBREM-783.
1.8.2.15modifiedrsigalsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-783: Synchronized with branch remoting_2_2_0_GA: reverted to version before JBREM-783 changes.
1.11.2.2modifiedrsigalsrc/main/org/jboss/remoting/Lease.javaJBREM-783: Synchronized with branch remoting_2_2_0_GA: added two log statements.
1.15.2.14modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-782, JBREM-765: Synchronized with branch remoting_2_2_0_GA: (1) moved callbackClient.connect() from init() to connect(); (2) Checks for "callbackTimeout" configuration parameter.
1.5.2.11modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-641: Synchronizing with branch remoting_2_2_0_GA: (1) Doesn't log error message if running == false, and doesn't set running = true in BlockingPollerThread.run(); (2) in run() if running == false, call stop() before returning (for synchronized shutdown).