[jboss-dev] jboss-head-testsuite-sun-1.5 Build Failed
Anil Saldhana
Anil.Saldhana at redhat.com
Fri Mar 30 10:53:22 EDT 2007
The server.xml has changed with the JBoss version of StandardService
removed. The test configs like tomcat-sso that have their own versions
of server.xml need to be updated.
Charles Crouch wrote:
> The following problem is stopping the sun and jrockit testsuite runs
> in /trunk. The problem looks like it started after r61773 and before
> r61818.
> Remy/Anil does this look familiar?
>
> Thanks
> Charles
>
> tomcat-sso-tests:
> [echo] creating tomcat-sso config
> [copy] Copying 142 files to
> /services/cruisecontrol/checkout/jboss-head-testsuite-sun-1.5/build/output/jboss-5.0.0.Beta2/server/tomcat-sso
>
> [echo] Overwriting config descriptors
> [copy] Copying 4 files to
> /services/cruisecontrol/checkout/jboss-head-testsuite-sun-1.5/build/output/jboss-5.0.0.Beta2/server/tomcat-sso
>
> [server:start] Starting server "tomcat-sso" with command:
> [server:start] /opt/jdk1.5.0_10/bin/java -cp
> /services/cruisecontrol/checkout/jboss-head-testsuite-sun-1.5/build/output/jboss-5.0.0.Beta2/bin/run.jar:/opt/jdk1.5.0_10/lib/tools.jar
> -Xmx128m org.jboss.Main -c tomcat-sso -b localhost
> BUILD FAILED
> /services/cruisecontrol/checkout/jboss-head-testsuite-sun-1.5/testsuite/build.xml:875:
> The following error occurred while executing this line:
> /services/cruisecontrol/checkout/jboss-head-testsuite-sun-1.5/testsuite/build.xml:1219:
> Error starting server "tomcat-sso": Server failed to start; see logs.
>
>
>
> jboss-qa-internal at redhat.com said the following on 3/29/2007 12:54 AM:
>> View results here ->
>> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite-sun-1.5?log=log20070328220012
>>
>>
>> BUILD FAILED
>> Ant Error Message:
>> /services/cruisecontrol/work/scripts/build-jboss-common.xml:261: The
>> following error occurred while executing this line:
>> /services/cruisecontrol/work/scripts/build-jboss-common.xml:163: Exit
>> code: 1 See tests.log in Build Artifacts for details.
>> Date of build: 03/28/2007 22:00:12
>> Time to build: 229 minutes 22 seconds
>> Last changed: 03/28/2007 19:50:14
>> Last log entry: Cleanup some issues, this test does not validate
>> receipt of msgs by the mdbs, so its questionable
>>
>> Unit Tests: (0) Total Errors and Failures: (0)
>>
>>
>>
>> Modifications since last build: (first 50 of 37)
>> 61818 modified scott.stark at jboss.org
>> //trunk/testsuite/src/main/org/jboss/test/mdb/test/MDBUnitTestCase.java
>> Cleanup some issues, this test does not validate receipt of msgs
>> by the mdbs, so its questionable
>> 61817 modified scott.stark at jboss.org
>> //trunk/testsuite/src/resources/mdb/jboss-service.xml Update the
>> jms destination mbeans to the jbm 1.2 version
>> 61816 modified remy.maucherat at jboss.com
>> //trunk/tomcat/src/resources/server.xml - Remove "custom"
>> StandardService.
>> 61816 deleted remy.maucherat at jboss.com
>> //trunk/tomcat/src/main/org/jboss/web/tomcat/service/StandardService.java
>> - Remove "custom" StandardService.
>> 61815 modified anil.saldhana at jboss.com
>> //trunk/tomcat/src/main/org/jboss/web/tomcat/service/StandardService.java
>> JBAS-4263:update the jboss version of StandardService with the
>> executor related updates to the Catalina Service interface
>> 61813 modified bill.burke at jboss.com
>> //trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java
>> turn off automatic queue/topic creation
>> 61812 modified scott.stark at jboss.org
>> //trunk/testsuite/src/resources/mdb/META-INF/jboss.xml Set
>> createJBossMQDestination to false by default
>> 61811 modified scott.stark at jboss.org
>> //trunk/server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java
>> Set createJBossMQDestination to false by default
>> 61810 modified petemuir
>> //trunk/connector/src/main/org/jboss/resource/adapter/mail/inflow/MailFolder.java
>> JBAS-4115
>> 61810 modified petemuir
>> //trunk/connector/src/main/org/jboss/resource/adapter/mail/inflow/MailActivationSpec.java
>> JBAS-4115
>> 61810 added petemuir
>> //trunk/connector/src/main/org/jboss/resource/adapter/mail/inflow/POP3MailFolder.java
>> JBAS-4115
>> 61810 modified petemuir
>> //trunk/connector/src/main/org/jboss/resource/adapter/mail/inflow/MailActivation.java
>> JBAS-4115
>> 61810 added petemuir
>> //trunk/connector/src/main/org/jboss/resource/adapter/mail/inflow/IMAPMailFolder.java
>> JBAS-4115
>> 61808 modified bdecoste
>> //trunk/ejb3/src/test/org/jboss/ejb3/test/consumer/DeploymentDescriptorQueueTestConsumer.java
>> moved testInjections() in method1(...) so mutliple
>> instances/threads register their order correctly
>> 61805 modified anil.saldhana at jboss.com
>> //trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java
>> use unit.getParent() to determine top-level status
>> 61804 modified anil.saldhana at jboss.com
>> //trunk/server/src/main/org/jboss/deployment/security/JaccPolicyUtil.java
>> use unit.getParent() to determine top-level status
>> 61803 modified anil.saldhana at jboss.com
>> //trunk/server/src/main/org/jboss/ejb/EjbModule.java remove
>> commented out code
>> 61802 modified anil.saldhana at jboss.com
>> //trunk/server/src/main/org/jboss/ejb/deployers/EjbDeployer.java
>> use unit.getParent() to determine top-level status
>> 61801 modified anil.saldhana at jboss.com
>> //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java
>> use unit.getParent() to determine top-level status
>> 61800 modified anil.saldhana at jboss.com
>> //trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java
>> remove commented out code
>> 61791 modified scott.stark at jboss.org
>> //trunk/testsuite/src/resources/messaging/test-destinations-full-service.xml
>> Add the testObjectMessage queue
>> 61790 modified scott.stark at jboss.org
>> //trunk/messaging/src/etc/deploy/non-clustered/destinations-service.xml
>> Drop the testsuite queues as these are deployed by the tests
>> 61790 modified scott.stark at jboss.org
>> //trunk/messaging/src/etc/deploy/clustered/destinations-service.xml
>> Drop the testsuite queues as these are deployed by the tests
>> 61789 modified wolfc
>> //trunk/ejb3/src/main/org/jboss/ejb3/enc/DeploymentEjbResolver.java
>> EJBTHREE-931: fixed DeploymentEjbResolver
>> 61788 modified remy.maucherat at jboss.com
>> //trunk/build/build-thirdparty.xml - Switch back to snapshot for
>> now to integrate some fixes.
>> 61787 modified dimitris at jboss.org
>> //trunk/testsuite/src/main/org/jboss/test/util/ejb/EJBTestRunner.java
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61787 modified dimitris at jboss.org
>> //trunk/testsuite/src/main/org/jboss/test/util/ejb/EJBTestCase.java
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61786 modified dimitris at jboss.org
>> //trunk/build/build-thirdparty.xml JBAS-4144, remove remaining
>> uses of the legacy ejbunit class (i.e. cmp2 tests)
>> 61785 modified dimitris at jboss.org
>> //trunk/testsuite/build.xml JBAS-4144, remove remaining uses of the
>> legacy ejbunit class (i.e. cmp2 tests)
>> 61784 modified dimitris at jboss.org
>> //trunk/testsuite/src/etc/cmp2/fkstackoverflow/session-beans.xml
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61784 modified dimitris at jboss.org
>> //trunk/testsuite/src/etc/cmp2/fkmapping/session-beans.xml
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61784 modified dimitris at jboss.org
>> //trunk/testsuite/src/etc/cmp2/ejbselect/session-beans.xml
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61784 modified dimitris at jboss.org
>> //trunk/testsuite/src/etc/cmp2/cmrtree/session-beans.xml
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61784 modified dimitris at jboss.org
>> //trunk/testsuite/src/etc/cmp2/fkupdates/session-beans.xml
>> JBAS-4144, remove remaining uses of the legacy ejbunit class (i.e.
>> cmp2 tests)
>> 61781 modified jerrygauth
>> //trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImpl.java
>> Fixed NPE's.
>> 61773 deleted anil.saldhana at jboss.com
>> //trunk/testsuite/src/resources/test-configs/jacc/conf/standardjboss.xml
>> remove the standardjboss.xml in jacc config because we now plug
>> in Jacc behavior via the authorization module at the security domain
>> level
>> 61772 modified anil.saldhana at jboss.com
>> //trunk/testsuite/imports/server-config.xml explicit heap of 128m
>> for jacc
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-development
>>
>
--
Anil Saldhana
JBoss Security & Identity Management
http://labs.jboss.com/portal/jbosssecurity/
More information about the jboss-development
mailing list