View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite-1.6?log=log20060915181419

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:293: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:124: Exit code: 1 See compile-build.log in Build Artifacts for details.
Date of build: 09/15/2006 18:14:19
Time to build: 15 minutes 32 seconds
Last changed: 09/15/2006 12:38:31
Last log entry: Call static method statically

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

 Modifications since last build:  (first 50 of 1506)
56892modifiedbstansberry@jboss.com//branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.javaCall static method statically
56890modifiedbstansberry@jboss.com//branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/ClusterFileTransfer.javaDon't disguise non-response to open call as an ArrayIndexOutOfBoundsException
56888modifiedbstansberry@jboss.com//branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/FarmMemberService.javaDon't dump a stack trace to syserr when logging errors
56885modifiedweston.price@jboss.com//branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSession.java[JBAS-3631] Added transaction handling branch to onMessage for StdServerSession.
56884modifiedweston.price@jboss.com//branches/Branch_4_0/server/src/main/org/jboss/jms/asf/StdServerSessionPool.java[JBAS-3483] Modify JavaDoc to be more accurate regarding server session pool sizeas well as exectuor threads.
56881modifiedscott.stark@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/classloader/test/BasicLoaderUnitTestCase.javaJBAS-3494, don't rely on getMethods() attempting to load all classes in the method signatures.
56880modifiedscott.stark@jboss.org//branches/Branch_4_0/ejb3/.classpathFix the build path for the iiop dependencies
56880modifiedscott.stark@jboss.org//branches/Branch_4_0/ejb3/.projectFix the build path for the iiop dependencies
56862modifiedbstansberry@jboss.com//branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java[JBAS-3656] Disconnect HAPartition channel upon failure in startService()
56861modifiedbstansberry@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/partition/test/BadStateTransferTestCase.java[JBAS-3656] Disconnect HAPartition channel upon failure in startService()
56850addedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/RuntimeErrorHandler.javabackmerge
56850addedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/DefaultRuntimeErrorHandler.javabackmerge
56846modifiedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/dlq/AbstractDLQHandler.javamerge from head
56846modifiedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSession.javamerge from head
56846modifiedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.javamerge from head
56846modifiedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivation.javamerge from head
56846modifiedbill.burke@jboss.com//branches/Branch_4_0/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSessionPool.javamerge from head
56840modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.javaJBAS-3600, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56835modifieddimitris@jboss.org//branches/Branch_4_0/server/src/bin/jboss_init_hpux.shJBAS-3641, Updated bin/jboss_init_hpux.sh script
56831modifieddimitris@jboss.org//branches/Branch_4_0/jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.javaJBAS-3655, fix the logging
56826modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.javarace condition in test
56821modifiedbstansberry@jboss.com//branches/Branch_4_0/system/src/main/org/jboss/Main.javaEnsure JG < 2.4 respects jgroups.bind_addr
56820modifiedbstansberry@jboss.com//branches/Branch_4_0/system/src/main/org/jboss/Main.java[JBAS-3649] Set the new JGroups system properties
56819modifiedanil.saldhana@jboss.com//branches/Branch_4_0/jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.javaJBAS-3655: lower the log level of interceptor ctr missing ctr(mbeaninvoker) as the default ctr will be used
56808modifiedscott.stark@jboss.org//branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.javaJBAS-3653, retrieve all roles from the roleDN context when roleAttributeIsDN=true
56808modifiedscott.stark@jboss.org//branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapLoginModule.javaJBAS-3653, retrieve all roles from the roleDN context when roleAttributeIsDN=true
56783modifiedscott.stark@jboss.org//branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.javaJBAS-3645, close all NamingEnumeration results as these delay the close of the context connection.
56783modifiedscott.stark@jboss.org//branches/Branch_4_0/security/src/main/org/jboss/security/auth/spi/LdapLoginModule.javaJBAS-3645, close all NamingEnumeration results as these delay the close of the context connection.
56775addedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/src/resources/web/federation/genericheaderJBAS-2283: custom header based auth support test case/resources
56775addedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/src/resources/web/federation/genericheader/application.xmlJBAS-2283: custom header based auth support test case/resources
56775addedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/security/CustomHeaderAuthTestCase.javaJBAS-2283: custom header based auth support test case/resources
56775modifiedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/src/resources/web/federation/authext/jboss-service.xmlJBAS-2283: custom header based auth support test case/resources
56775modifiedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/build.xmlJBAS-2283: custom header based auth support test case/resources
56775modifiedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/.classpathJBAS-2283: custom header based auth support test case/resources
56775modifiedanil.saldhana@jboss.com//branches/Branch_4_0/testsuite/imports/sections/web.xmlJBAS-2283: custom header based auth support test case/resources
56774modifiedanil.saldhana@jboss.com//branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xmlJBAS-2283: provide custom header based authentication support in a generic way
56774addedanil.saldhana@jboss.com//branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/security/GenericHeaderAuthenticator.javaJBAS-2283: provide custom header based authentication support in a generic way
56774modifiedanil.saldhana@jboss.com//branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.javaJBAS-2283: provide custom header based authentication support in a generic way
56765modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/webservice/secure/noenv/TransportOptionsTestCase.javaJBAS-3610, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56762modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/webservice/jbws70/JBWS70TestCase.javaJBAS-3609, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56760modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/webservice/handlerflow/HandlerFlowTestCase.javaJBAS-3608, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56758modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/session/test/EjbRemoveUnitTestCase.javaJBAS-3607, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56756modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.javaJBAS-3606, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56754modifieddimitris@jboss.org//branches/Branch_4_0/testsuite/src/main/org/jboss/test/jacc/test/EJBSpecUnitTestCase.javaJBAS-3602, the execution order of tests in this test case is important so it must be defined explicitly when running under some JVMs
56749modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/docs/tutorial/entity-security/src/org/jboss/tutorial/entity/security/client/Client.javafix
56749modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/docs/tutorial/entity-security/src/org/jboss/tutorial/entity/security/bean/StatelessBean.javafix
56748modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/jacc/unit/JaccTestCase.javafix
56748modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/jacc/StatelessBean.javafix
56747modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/build-test.xmlfix
56746modifiedbill.burke@jboss.com//branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/jacc/StatelessBean.javaremove requires