BUILD TIMED OUT |
Ant Error Message: build timeout |
Date of build: 09/24/2006 02:28:56 |
Time to build: |
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: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (first 50 of 94) | ||||
1.3 | modified | telrod | src/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestCase.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestClient.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/http/multiple/HTTPLeaseTestServer.java | JBREM-601 - changes to how leasing works within http invoker transport (basically so messaging will work with http transport). |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/lease/LeaseTestServer.java | JBREM-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.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/http/HTTPLeaseTestServer.java | JBREM-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.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/multiplex/MultiplexLeaseTestServer.java | JBREM-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.3 | modified | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-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.2 | modified | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.java | JBREM-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.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/timer/TimerUtilTestCase.java | JBREM-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.13 | modified | telrod | src/tests/org/jboss/test/remoting/transport/InvokerClientTest.java | JBREM-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.4 | modified | telrod | src/main/org/jboss/remoting/transport/sslmultiplex/SSLMultiplexClientInvoker.java | JBREM-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.3 | modified | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java | JBREM-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.9 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.java | JBREM-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.15 | modified | telrod | src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java | JBREM-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.38 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java | JBREM-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.2 | modified | csuconic | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - fixing test scenario to the failing point |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestCase.java | JBREM-596 - tests |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestClient.java | JBREM-596 - tests |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/lease/socket/multiple/SocketLeaseTestServer.java | JBREM-596 - tests |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt | JBREM-562: Changed list of spring jar files to conform to current contents of JBossRemoting/lib/spring. |
1.5 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/raw/socket/MultiThreadedSocketPerformanceClient.java | JBREM-589: Duplicated change in getSocket() made in SocketPerformanceClient() - throws an exception if unable to create socket. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceClient.java | JBREM-592: Duplicated changes in addCallbackListener() made to SpringRMIPerformanceClient - ApplicationContext is created in a loop and the callback server is exported programmatically. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.java | JBREM-595: Put the body of makeInvocation() in a loop, to allow for temporary failures due to no port being available. |
1.8 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/raw/socket/SocketServer.java | JBREM-589: Changed callbackServerPort from an int to a ThreadLocal. |
1.5 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Added a break to the loop that exports callback servers. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.java | JBREM-595: sessionId is now passed to SpringHttpHandler constructor. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.java | JBREM-595: Callback server proxy is now created programmatically. |
1.2 | deleted | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml | JBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used. |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml.save | JBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used. |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceDummyServer.java | JBREM-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.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceTestCase.java | JBREM-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.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xml | JBREM-595: Commented out registration of callback server. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.java | JBREM-595: Registration of callback server with rmi registry is now done programmatically. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt | JBREM-595: Mentioned new ant target for running spring http performance test. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/lifecycle/InvokerLifecycleTestCase.java | JBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start. |
1.2 | deleted | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml | JBREM-592: Renamed SpringRMICallbackServerService.xml to SpringRMICallbackServerService.xml.save. |
1.4 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Changed a comment. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xml | JBREM-592: Callback servers are now exported programmatically. |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml.save | JBREM-592: SpringRMICallbackServerService.xml is no longer used. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerImpl.java | JBREM-592: Passes sessionId to SpringRMIHandler() constructor. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Callback servers are now exported programatically under name ending in sessionId. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIHandler.java | JBREM-592: (1) New constructor gets sessionId parameter. (2) Callback are created programmatically instead of declaratively, and registered with a name ending in sessionId. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java | JBREM-593: Added a synchronizing ServerSocket. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestServer.java | JBREM-593: Added a synchronizing ServerSocket. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.java | JBREM-592: Lengthened timeout periods and added some logging. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Put loading of SpringRMIClientService.xml in a loop to avoid problems when creating multiple callback servers. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.java | JBREM-592: Extened time server runs. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xml | JBREM-592: Commented out servicePort property to avoid bind port collisions. |
1.2 | modified | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java | JBREM-590 - updated SSLSocketClientInvoker to pass config metadata map to the SSLSocketBuilder. |