jboss-4.0-compatibility-matrix Build Failed

[email protected] Thu, 22 Jun 2006 16:04:02 -0400 (EDT)
Newsgroups gmane.comp.java.jboss.devel
Message-ID <14207560.1151006642816.JavaMail.cruisecontrol@build01.dmz.inap.jboss.com>
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-compatibility-matrix?log=log20060622152903

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:272: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:127: Exit code: 1 See compile-testsuite.log in Build Artifacts for details.
Date of build: 06/22/2006 15:29:03
Time to build: 25 minutes 47 seconds
Last changed: 06/22/2006 15:19:28
Last log entry: removed invokedMethod to fix concurrent access bug

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

Modifications since last build: (first 50 of 60)
1.41.2.10 modified starksm security/src/main/org/jboss/security/plugins/JaasSecurityManager.java JBAS-3287, allow for transparent comparison of String/char[] forms of a credential to avoid uneccessary trashing of the cache.
1.3.2.39 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java Remove System.out.println() call
1.3.2.38 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java Remove usage of CachedType
1.6.2.43 modified bstansberry testsuite/imports/server-config.xml Handle the new JBC UseRegionBasedMarshalling attribute
1.3.2.44 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java 1) Wrap loadSession() in a tx so data gravitation is in a tx2) Don't fail processExpires() on an exception in one session
1.3.4.4 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/BatchReplicationClusteredSessionValve.java Access the session before starting the tx to allow any gravitation to occur outside of the tx
1.3.4.6 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheWrapper.java Remove reflection; directly use on the JBC 1.4.0 Option API
1.3.6.3 modified aloubyansky server/src/main/org/jboss/ejb/plugins/keygenerator/hilo/HiLoKeyGenerator.java JBAS-3328
1.3.2.43 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java [JBAS-3298] Stop using JMX-style reflection for accessing the 1.2.4 API.
1.3.2.37 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java [JBAS-3298] Stop using JMX-style reflection for accessing the 1.2.4 API.
1.4.2.6 modified ssilvert tomcat/src/resources/web.xml Upgraded MyFaces to version 1.1.3. See http://jira.jboss.com/jira/browse/JBAS-3306
1.15.2.26 modified ssilvert tomcat/build.xml Upgraded MyFaces to version 1.1.3. See http://jira.jboss.com/jira/browse/JBAS-3306
1.3.2.36 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java [JBAS-3298] Use JBC 1.4.0.CR1 version of CachedType
1.26.4.14 modified rloehr tools/lib/jbossbuild.jar JBossBuild320 - break build if thirdparty license does not exist
1.406.2.206 modified dlofthouse testsuite/build.xml JBAS-3320 - Added jboss-bean.deployer to the jacc server configurations as this is required to run the web services test JBWS-309
1.4.6.4 modified starksm security/src/main/org/jboss/security/ssl/ClientSocketFactory.java JBAS-3313, fix the leak of the DomainSocketFactory.class via the logger initialization.
1.10.2.9 modified starksm server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java JBAS-3216, cleanup the socket pool synchronization, logging
1.8.6.12 modified starksm server/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.java JBAS-3216, cleanup the socket pool synchronization, logging
1.2.2.12 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/SimpleTestCase.java Fix session timeout test
1.2.2.12 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/BaseTest.java Fix assertion message
1.3.4.5 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheWrapper.java Do more thorough subtree eviction
1.6.2.11 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/CacheListener.java [JBAS-3310] Clear remotely created sessions properly.
1.3.2.42 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java [JBAS-3310] Clear remotely created sessions properly.
1.3.2.35 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java [JBAS-3310] Clear remotely created sessions properly.
1.1.2.1 modified asaldhana varia/src/main/org/jboss/jmx/adaptor/html/JMXOpsAccessControlFilter.java JBAS-3311: Filter that does access control on the jmx ops in the jmx-console
1.2.6.2 modified asaldhana varia/src/resources/jmx/jmx-console-web.xml JBAS-3311: Filter that does access control on the jmx ops in the jmx-console
1.2.2.11 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/SimpleTestCase.java [JBAS-3310] Check that expired remote sessions are cleared from JBoss Cache
1.5.4.8 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/FieldBasedTestCase.java Put code to query JBossCache for session info in a separate util class
1.1.2.1 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/SessionTestUtil.java Put code to query JBossCache for session info in a separate util class
1.406.2.205 modified rrajasekaran testsuite/build.xml Added compatibility tests for 4.0.4.SP1
1.1.2.11 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java Reduce excess number of loops; bump allowed time per loop
1.1.4.12 modified starksm tomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.java JBAS-3279, build the request uri passed to WebResourcePermission and WebUserDataPermission from the coyote request mapping data to obtain a canonicalized representation.
1.22.2.14 modified starksm testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java JBAS-3279, add a request uri that uses the %2f escape sequence form of /
1.1.2.7 modified tdiesler testsuite/src/main/org/jboss/test/webservice/addressrewrite/AddressRewriteTestCase.java Fix tests regression for jbossws-1.0.1
1.1.2.2 modified tdiesler testsuite/src/resources/webservice/addressrewrite/WEB-INF/web-sec.xml Fix tests regression for jbossws-1.0.1
1.1.2.3 modified tdiesler testsuite/src/resources/webservice/addressrewrite/WEB-INF/web.xml Fix tests regression for jbossws-1.0.1
1.1.2.3 modified tdiesler testsuite/src/resources/webservice/addressrewrite/WEB-INF/webservices.xml Fix tests regression for jbossws-1.0.1
1.1.2.4 modified tdiesler testsuite/src/resources/webservice/jbws124/WEB-INF/web.xml Fix tests regression for jbossws-1.0.1
1.406.2.204 modified tdiesler testsuite/build.xml Fix tests regression for jbossws-1.0.1
1.22.2.13 modified asaldhana testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java JBAS-3279: Test case that tests bypassing of security constraints while using jacc, with multiple slashes.
1.13.2.15 modified asaldhana testsuite/src/resources/web/WEB-INF/jbosstest-web.xml JBAS-3279: Test case that tests bypassing of security constraints while using jacc, with multiple slashes.
1.5.4.7 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/FieldBasedTestCase.java Remove ref to BuddyManager
1.1.2.5 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/StateTransferTestCase.java Remove ref to BuddyManager
1.5.4.6 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/FieldBasedTestCase.java [JBAS-3297] Support buddy replication for http session repl
1.1.2.4 modified bstansberry testsuite/src/main/org/jboss/test/cluster/test/StateTransferTestCase.java [JBAS-3297] Support buddy replication for http session repl
1.6.2.10 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/CacheListener.java [JBAS-3297] Support buddy replication for http session repl
1.4.2.4 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSessionValve.java [JBAS-3297] Support buddy replication for http session repl
1.3.2.41 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java [JBAS-3297] Support buddy replication for http session repl
1.3.2.34 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java [JBAS-3297] Support buddy replication for http session repl
1.3.4.4 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheWrapper.java [JBAS-3297] Support buddy replication for http session repl

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development