View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite-win-sun-1.4?log=log20070417141244

BUILD FAILED
Ant Error Message: H:\cruisecontrol\work\scripts\build-jboss-win.xml:274: The following error occurred while executing this line: H:\cruisecontrol\work\scripts\build-jboss-win.xml:176: Testsuite failed to complete. See tests.log in Build Artifacts for details.
Date of build: 04/17/2007 14:12:44
Time to build: 43 minutes 11 seconds
Last changed: 04/15/2007 12:50:50
Last log entry: JBAS-3846, add mail.smtp.port property to mail-service.xml and fix the dependency on the naming service

 Errors/Warnings: (7)
Result: 1Result: 1

Result: 1

Result: 1

Result: 1

Trying: FOR /F "usebackq tokens=5" %i in (`cmd /c ^"netstat -aon ^| find ^"LISTENING^" ^| find ^":8080^"^"`) do kill %i

Trying: FOR /F "usebackq tokens=5" %i in (`cmd /c ^"netstat -aon ^| find ^"LISTENING^" ^| find ^":8080^"^"`) do kill %i

 Unit Tests: (0)  Total Errors and Failures: (0)
No Tests Run
This project doesn't have any tests
 

 Modifications since last successful build:  (first 50 of 203)
modified dimitris@jboss.org /branches/Branch_4_0/varia/src/etc/mail-service.xml 04/15/2007 12:50:50 JBAS-3846, add mail.smtp.port property to mail-service.xml and fix the dependency on the naming service
modified thomas.diesler@jboss.com /branches/Branch_4_0/thirdparty 04/15/2007 12:05:06 svn:ignore stax-api
modified thomas.diesler@jboss.com /branches/Branch_4_0/build/build-thirdparty.xml 04/15/2007 11:56:29 jbossws-1.2.1.GA
modified dimitris@jboss.org /branches/Branch_4_0/varia/src/resources/jmx/jmx-console-web.xml 04/13/2007 10:58:22 JBPAPP-143, Update mcast port to look for jboss.partition.udpPort override
modified dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/txtimer/TimerImpl.java 04/13/2007 09:52:20 cosmetic
modified alex.loubyansky@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/ejb/GlobalTxEntityMap.java 04/13/2007 09:49:19 JBAS-4304
modified alex.loubyansky@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/EntityCreationInterceptor.java 04/13/2007 09:49:19 JBAS-4304
modified alex.loubyansky@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/EntityInstanceInterceptor.java 04/13/2007 09:49:19 JBAS-4304
modified adrian@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/naming/LinkRefPairService.java 04/13/2007 08:06:35 Port JBAS-4329 from jboss-4.2
added dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/txtimer/DatabasePersistencePluginExt.java 04/13/2007 07:01:25 JBAS-4042, allow configuration of timers table name (and schema)
modified dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.java 04/13/2007 07:01:25 JBAS-4042, allow configuration of timers table name (and schema)
modified dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicyMBean.java 04/13/2007 07:01:25 JBAS-4042, allow configuration of timers table name (and schema)
modified dimitris@jboss.org /branches/Branch_4_0/server/src/etc/deploy/ejb-deployer.xml 04/13/2007 07:01:25 JBAS-4042, allow configuration of timers table name (and schema)
modified dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.java 04/13/2007 07:01:25 JBAS-4042, allow configuration of timers table name (and schema)
modified dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/txtimer/OracleDatabasePersistencePlugin.java 04/12/2007 14:40:38 JBAS-3953, use the correct signature for overriding the baseclass selectTimers(ObjectName) method.
modified adrian@jboss.org /branches/Branch_4_0/messaging/src/main/org/jboss/mq/sm/AbstractStateManager.java 04/12/2007 06:53:43 [JBAS-4324] - Fix race condition in client id checking
modified bstansberry@jboss.com /branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java 04/11/2007 10:39:08 [JBAS-4316] Fix membership size logging
modified adrian@jboss.org /branches/Branch_4_0/messaging/src/main/org/jboss/mq/SpyConnectionConsumer.java 04/10/2007 13:21:31 [JBAS-4312] - Fire the exception listener if the ConnectionConsumer thread ends in error
added adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/support/DummyJBossMQTest.java 04/10/2007 13:18:39 [JBAS-4312] - Add a mock test for the ExceptionListener getting fired when there is an error in the listening thread for the Connection Consumer
added adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/test/ConnectionConsumerErrorFiredUnitTestCase.java 04/10/2007 13:18:39 [JBAS-4312] - Add a mock test for the ExceptionListener getting fired when there is an error in the listening thread for the Connection Consumer
added adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/support/DummyClientILService.java 04/10/2007 13:18:39 [JBAS-4312] - Add a mock test for the ExceptionListener getting fired when there is an error in the listening thread for the Connection Consumer
added adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/support/DummyServerSessionPool.java 04/10/2007 13:18:39 [JBAS-4312] - Add a mock test for the ExceptionListener getting fired when there is an error in the listening thread for the Connection Consumer
added adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/support/DummyServerSession.java 04/10/2007 13:18:39 [JBAS-4312] - Add a mock test for the ExceptionListener getting fired when there is an error in the listening thread for the Connection Consumer
added adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmq/support/DummyServerIL.java 04/10/2007 13:18:39 [JBAS-4312] - Add a mock test for the ExceptionListener getting fired when there is an error in the listening thread for the Connection Consumer
modified dimitris@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/jmx/connector/invoker/serializablepolicy/StripModelMBeanInfoPolicy.java 04/10/2007 08:47:53 JBAS-1955, rollback the latest changes.
modified dimitris@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jmx/test/RMIAdaptorUnitTestCase.java 04/10/2007 08:46:22 JBAS-1955, rollback the latest changes.
modified mageshbk@jboss.com /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jmx/test/RMIAdaptorUnitTestCase.java 04/08/2007 08:44:07 [JBAS-1955] Updated to test the SerializablePolicy too so that it works with getAttributes similar to twiddle.
modified mageshbk@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/jmx/connector/invoker/serializablepolicy/StripModelMBeanInfoPolicy.java 04/08/2007 08:42:04 [JBAS-1955] Updated the policy so that it works with getAttributes too for twiddle.
modified mageshbk@jboss.com /branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml 04/08/2007 08:42:04 [JBAS-1955] Updated the policy so that it works with getAttributes too for twiddle.
modified darran.lofthouse@jboss.com /branches/Branch_4_0/console/src/main/org/jboss/console/plugins/EJBModuleLister.java 04/05/2007 10:49:55 JBAS-4305 - Add explicit serialVersionUID.
modified adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/bmp/beans/SimpleBMPBean.java 04/05/2007 10:41:12 [JBAS-4304] - Test for ejbStore() getting invoked during ejbPostCreate() when
it executes a finder.
modified adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/bmp/test/BmpUnitTestCase.java 04/05/2007 10:41:12 [JBAS-4304] - Test for ejbStore() getting invoked during ejbPostCreate() when
it executes a finder.
modified adrian@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/bmp/interfaces/SimpleBMP.java 04/05/2007 10:41:12 [JBAS-4304] - Test for ejbStore() getting invoked during ejbPostCreate() when
it executes a finder.
modified thomas.diesler@jboss.com /branches/Branch_4_0/testsuite/src/main/org/jboss/test/wsrp/WSRPWSDLToEndpointTestCase.java 04/05/2007 03:44:47 Add WSDLLocator.close()
modified rrajesh /branches/Branch_4_0/build/build-release.xml 04/04/2007 16:50:50 Updated location of dom4j.jar while creating release
modified bstansberry@jboss.com /branches/Branch_4_0/cluster/src/main/org/jboss/ha/singleton/HASingletonController.java 04/04/2007 12:50:03 [JBAS-4262] Just go the simple StandardMBean route
modified bstansberry@jboss.com /branches/Branch_4_0/cluster/src/main/org/jboss/ha/singleton/RestartOnMergeHASingletonController.java 04/04/2007 12:50:03 [JBAS-4262] Just go the simple StandardMBean route
added bstansberry@jboss.com /branches/Branch_4_0/cluster/src/main/org/jboss/ha/singleton/RestartOnMergeHASingletonControllerMBean.java 04/04/2007 12:50:03 [JBAS-4262] Just go the simple StandardMBean route
modified bstansberry@jboss.com /branches/Branch_4_0/cluster/src/etc/deploy-hasingleton-service.xml 04/04/2007 12:50:03 [JBAS-4262] Just go the simple StandardMBean route
modified alex.loubyansky@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/PartitionedTableCacheMBean.java 04/04/2007 10:55:06 JBAS-4297
modified alex.loubyansky@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/TableCacheMBean.java 04/04/2007 10:55:06 JBAS-4297
modified thomas.diesler@jboss.com /branches/Branch_4_0/build/build-thirdparty.xml 04/04/2007 09:54:21 [JBXB-99] parseDate fails to parse the time zone specifier
modified alex.loubyansky@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/JDBCCMRFieldBridge2.java 04/04/2007 04:54:29 JBAS-4295
modified scott.stark@jboss.org /branches/Branch_4_0/server/src/main/org/jboss/ejb/plugins/keygenerator/hilo/HiLoKeyGeneratorFactory.java 04/03/2007 19:19:21 Fix the invalid jdk5 IllegalStatException ctor use
modified dimitris@jboss.org /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmx/compliance/timer/PeriodTestCase.java 04/03/2007 18:58:35 JBAS-4291, remove the comment :)
modified vivekl@redhat.com /branches/Branch_4_0/testsuite/src/main/org/jboss/test/jbossmx/compliance/timer/PeriodTestCase.java 04/03/2007 18:46:11 - Resolve: JBAS-4291 (PeriodTestCase - wrong computation of maxDeviation)
modified mageshbk@jboss.com /branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml 04/03/2007 17:02:54 Commented the Serializable interceptor as it applies to only JDK5
modified mageshbk@jboss.com /branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml 04/03/2007 15:21:44 [JBAS-4288] Backport-XMBean Interceptor for InvokerAdaptorService to deal with NonSerializableExceptions to Branch_4_0
added mageshbk@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/jmx/connector/invoker/serializablepolicy 04/03/2007 15:20:12 [JBAS-4288] Backport-XMBean Interceptor for InvokerAdaptorService to deal with NonSerializableExceptions to Branch_4_0
added mageshbk@jboss.com /branches/Branch_4_0/server/src/main/org/jboss/jmx/connector/invoker/serializablepolicy/StripModelMBeanInfoPolicy.java 04/03/2007 15:20:12 [JBAS-4288] Backport-XMBean Interceptor for InvokerAdaptorService to deal with NonSerializableExceptions to Branch_4_0