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

BUILD FAILED
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See tests.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/
Date of build: 02/01/2005 00:45:42
Time to build: 87 minutes 8 seconds
Last changed: 01/31/2005 23:41:33
Last log entry: Added test for session bind/unbind event

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

 Modifications since last build:  (110)
1.1.2.1modifiedbwang00testsuite/src/main/org/jboss/test/cluster/web/BindingListener.javaAdded test for session bind/unbind event
1.2.2.4modifiedbwang00testsuite/src/main/org/jboss/test/cluster/test/BaseTest.javaAdded test for session bind/unbind event
1.2.2.1modifiedbwang00testsuite/src/main/org/jboss/test/cluster/test/SessionEventTestCase.javaAdded test for session bind/unbind event
1.2.2.3modifiedbwang00testsuite/src/main/org/jboss/test/cluster/test/SimpleTestCase.javaAdded test for session bind/unbind event
1.4.2.5modifiedbwang00testsuite/src/main/org/jboss/test/cluster/test/WebSessionTestCase.javaAdded test for session bind/unbind event
1.4.2.1modifiedbwang00testsuite/src/resources/cluster/http/bindSession.jspAdded test for session bind/unbind event
1.2.4.1modifiedbwang00testsuite/src/resources/cluster/http/web.xmlAdded test for session bind/unbind event
1.9.2.39modifiedbwang00testsuite/imports/test-jars.xmlUpdated
1.26.2.7modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Update to resolve the jboss-web/virtual-host names from the deployment info to the configured Host names. Resolved JBAS-1301.- the cluster manager name must include the vhost in addition to the war context path since there can be multiple deployments with the same context path when
1.4.6.1modifiedstarksmtestsuite/src/resources/deadlock/META-INF/ejb-jar.xmlFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.2.6.1modifiedstarksmtestsuite/src/resources/jca/ejb/META-INF/ejb-jar.xmlFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.2.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/jca/ejb/UnshareableConnectionSessionBean.javaFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.5.16.1modifiedstarksmtestsuite/src/main/org/jboss/test/perf/ejb/SessionBean.javaFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.4.6.1modifiedstarksmtestsuite/src/resources/secure-perf/META-INF/ejb-jar.xmlFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.12.6.1modifiedstarksmtestsuite/src/resources/perf/META-INF/ejb-jar.xmlFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.7.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/deadlock/bean/StatelessSessionBean.javaFix the invalid direct lookup of the local home by adding an ejb-local-ref
1.5.6.2modifiedstarksmtestsuite/src/resources/invokers/META-INF/jboss.xmlAdd the client-interceptors exposeContainer attribute to have the IClientContainer interface added to the ejb proxies.
1.12.6.2modifiedstarksmserver/src/main/org/jboss/proxy/ClientContainer.javaFactor out the IClientContainer to a subclass so that older clients do not fail because the downloaded proxy is pulling in IClientContainer.
1.39.2.2modifiedstarksmserver/src/main/org/jboss/proxy/ejb/ProxyFactory.javaOnly add the IClientContainer interface added to the ejb proxies if the client-interceptors exposeContainer attribute exists so that legacy clients are not broken due to a missing IClientContainer.
1.20.2.7modifiedstarksmserver/src/resources/dtd/jboss_4_0.dtdSynch with the 3.2.7 version which adds an exposeContainer attribute to client-interceptors that determines whether the proxy should expose an IClientContainer interface.
1.8.2.1modifiedstarksmserver/src/resources/dtd/jboss_3_2.dtdSynch with the 3.2.7 version which adds an exposeContainer attribute to client-interceptors that determines whether the proxy should expose an IClientContainer interface.
1.6.6.2modifiedstarksmserver/src/main/org/jboss/proxy/GenericProxyFactory.javaCreate a ClientContainerEx if the proxy interceptor list includes the org.jboss.proxy.IClientContainer so that the proxy handler has an implementation for the IClientContainer methods. Resolves [JBAS-1352] Generalized detached invoker proxy factory handling of IClientContainer.
1.5.2.4modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.javaFixed JBAS-1360 Session unbound event not fired when session expired
1.406.2.36modifiedbwang00testsuite/build.xmlUpdated
1.355.2.20modifiedremmbuild/build.xml- Improve the default configuration so that clustering works in all.
1.1.2.1modifiedremmtomcat/src/resources/jboss-service-all.xml- Improve the default configuration so that clustering works in all.
1.3.2.2modifiedremmtomcat/src/resources/jboss-service.xml- Improve the default configuration so that clustering works in all.
1.3.2.2modifiedremmtomcat/src/resources/server.xml- Improve the default configuration so that clustering works in all.
1.3.2.6modifiedvietjtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.javabug fix : JBAS-1358 - Tomcat session replication breaks if there is already an active transaction
1.8.6.1modifiedstarksmconsole/src/main/org/jboss/console/plugins/helpers/AbstractPluginWrapper.javaGuard against NPE during shutdown when the plugin manager was not initialized
1.45.2.3modifiedstarksmsystem/src/main/org/jboss/system/ServiceController.javaCreate a ServiceContext in the RUNNING state in the preRegister callback so that the ServiceController can be used as a depends target. Resolves [JBAS-1354] Dependency on the ServiceController is broken.
1.25.2.2modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/TxConnectionManager.javaPort delist fix from 3.2.x
1.64.2.4modifiedejortserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java[JBAS-1356] Fix typo in activation config parsing subscriptionDurablity -> subscriptionDurability
1.35.2.1modifiedejortjboss.net/.classpathFix the eclipse build
1.8.4.1modifiedejorttomcat/.classpathFix the eclipse build
1.10.6.2modifiedejortsecurity/src/main/org/jboss/security/srp/SRPRemoteServer.javaThis exception can no longer be thrown.
1.1.2.1modifiedremmtomcat/src/resources/context.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.1.1.16.1deletedremmtomcat/src/resources/jboss-mbeans.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.14.2.3deletedremmtomcat/src/resources/jboss-service-50.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.1modifiedremmtomcat/src/resources/jboss-service.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.16.2.3deletedremmtomcat/src/resources/server-50.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.1modifiedremmtomcat/src/resources/server.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.1.1.16.1deletedremmtomcat/src/main/org/jboss/web/tomcat/Log4jLogger.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.6.1deletedremmtomcat/src/main/org/jboss/web/tomcat/mbean-descriptors.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.2.2.3modifiedremmtomcat/src/resources/tc5-cluster-service.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.4.2.1modifiedremmtomcat/src/resources/web.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.4.2.1modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.3modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/AttributeBasedClusteredSession.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.5.2.3modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSessionCMP.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.4.2.1modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSessionValve.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.4.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/InstantSnapshotManager.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.4.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/IntervalSnapshotManager.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.5modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.3modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.5.2.4modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManager.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMP.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMPMBean.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.3modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/SessionBasedClusteredSession.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/SessionIDGenerator.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/SnapshotManager.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/session/AbstractJBossManager.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.5.2.1modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/jca/CachedConnectionValve.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.1deletedremmtomcat/src/main/org/jboss/web/tomcat/tc5/ContextConfigRuleSet.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.3modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/JvmRouteFilter.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.2.1modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/StandardService.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.24.2.3modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.12.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/Tomcat5MBean.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.26.2.6modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.6.2.1modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/WebCtxLoader.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.1.1.16.1deletedremmtomcat/src/main/org/jboss/web/tomcat/security/SSLServerSocketFactory.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.16.2.4modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.4modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/CustomPrincipalValve.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.2.2.1modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/FormAuthValve.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.3.4.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.10.2.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.4.2modifiedremmtomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.java- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.15.2.4modifiedremmtomcat/build.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.355.2.19modifiedremmbuild/build.xml- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.41.2.3modifiedremmtools/etc/buildmagic/libraries.ent- Update JBoss 4.0 branch to Tomcat 5.5.7.
1.1.2.1deletedremmthirdparty/apache-tomcat55/jakarta-regexp-1.3.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1deletedremmthirdparty/apache-tomcat55/naming-common.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1deletedremmthirdparty/apache-tomcat55/servlets-common.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/servlets-invoker.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/servlets-ssi.renametojar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/servlets-webdav.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/tomcat-ajp.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/tomcat-coyote.jar- Update JB 4.0 branch to Tomcat 5.5.
1.5.2.1modifiedremmthirdparty/apache-tomcat55/tomcat-http.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1deletedremmthirdparty/apache-tomcat55/tomcat-http11.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/tomcat-util.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/jasper-runtime.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/naming-resources.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/servlets-cgi.renametojar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/servlets-default.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/catalina.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/jasper-compiler-jdt.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/jasper-compiler.jar- Update JB 4.0 branch to Tomcat 5.5.
1.2.2.1modifiedremmthirdparty/apache-tomcat55/README- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/catalina-manager.jar- Update JB 4.0 branch to Tomcat 5.5.
1.1.2.1modifiedremmthirdparty/apache-tomcat55/catalina-optional.jar- Update JB 4.0 branch to Tomcat 5.5.
1.15.6.1modifiedstarksmbuild/build.batDrop the obsolete jaxp settings
1.9.2.38modifiedstarksmtestsuite/imports/test-jars.xmlUpdate the cmp2-keygen.jar to use the jboss ejb testcase
1.2.6.1modifiedstarksmtestsuite/src/resources/cmp2/keygen/META-INF/ejb-jar.xmlCorrect the invalid direct use of the ejb local home jndi binding.
1.2.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/cmp2/keygen/test/KeyGenerationUnitTestCase.javaCorrect the invalid direct use of the ejb local home jndi binding.
1.2.4.1modifiedacoliver2cluster/src/main/org/jboss/ha/jndi/DetachedHANamingServiceMBean.javaNow you can actually disable discovery by specifying<attribute name="DiscoveryDisabled">true</attribute>in the cluster-service.xml under HAJNDI. Previously the defaults wouldforce auto discovery on even if you left off the config stuff.
1.16.4.1modifiedacoliver2cluster/src/main/org/jboss/ha/jndi/HANamingServiceMBean.javaNow you can actually disable discovery by specifying<attribute name="DiscoveryDisabled">true</attribute>in the cluster-service.xml under HAJNDI. Previously the defaults wouldforce auto discovery on even if you left off the config stuff.
1.2.4.3modifiedacoliver2cluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.javaNow you can actually disable discovery by specifying<attribute name="DiscoveryDisabled">true</attribute>in the cluster-service.xml under HAJNDI. Previously the defaults wouldforce auto discovery on even if you left off the config stuff.
1.19.2.1modifiedstarksmsystem/src/main/org/jboss/system/ServiceCreator.javaAllow the mbean constructor arg value attributes to reference system property variables that are replaced at runtime.

Reply via email to