View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501105435

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1 See compile.log in Build Artifacts for details.
Date of build: 05/01/2006 10:54:35
Time to build: 15 minutes 49 seconds
Last changed: 05/01/2006 10:36:11
Last log entry: Get the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165

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

 Modifications since last build:  (first 50 of 77)
1.3modifiedpilhuhnvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfo.javaGet the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165
1.2modifiedpilhuhnvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfoMBean.javaGet the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165
1.9modifiedpilhuhnvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmlGet the system uptime from the agent, which computes it anyway.This is a good aproximation, but fails when the agent is restarted.JBAS-3165
1.2modifiedpilhuhnvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpSystemInfo.javaProvide a default for sysName in the form of '<config>@<host>'. JBAS-3165.
1.567modifiedbstansberrytestsuite/build.xmlUse std JBossCache setup for clustered sso tests
1.6deletedbstansberrytestsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/tc5-cluster-service.xmlUse std JBossCache setup for clustered sso tests
1.6modifiedbstansberrytestsuite/src/main/org/jboss/test/web/test/SSOBaseCase.javaAdd a sleep before switching servers
1.6modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xmlRemove debug attribute
1.5modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xmlAdd cookieDomain attribute
1.19modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.javaPort changes from Branch_4_0
1.12modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.javaFix broken tracking of managers
1.11modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.javaFix broken check if a JBossManager is stopped
1.8modifiedbstansberrytestsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.javaFix log message
1.1addedbstansberrytestsuite/src/resources/web/sso/war/web-form-auth-clustered.xmlbranches: 1.1.2;Only make war distributable in clustered sso tests
1.6modifiedbstansberrytestsuite/src/resources/web/sso/war/web-form-auth.xmlOnly make war distributable in clustered sso tests
1.7modifiedbstansberrytestsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.javaUse the specialized ear with distrbutable webapps
1.10modifiedbstansberrytestsuite/imports/sections/web.xmlOnly make war distributable in clustered sso tests
1.5modifiedbstansberrytestsuite/src/main/org/jboss/test/web/test/SingleSignOnUnitTestCase.javaUse the SSOBaseCase
1.1addedpilhuhnvaria/src/resources/jmx/examples/JBOSS-MIB-EXAMPLE.txtAn example mib-file for use with the provided snmp-getvalues.xml.JBAS-3144 / JBAS-1454.
1.40modifieddimitrissystem/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.javaJBAS-3107, log a warning and return immediately when an IOException occurs during scan to avoid undeployment of all deploy/ packages, when a transient error occurs.
1.39modifieddimitrissystem/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.javaJBAS-3118, refactor Andy's changes so that suspending/resuming of scaning for particular deployments works in all situations (added/changed/removed url)
1.6modifieddimitrissystem/src/main/org/jboss/deployment/scanner/URLDeploymentScannerMBean.javaJBAS-3118, refactor Andy's changes so that suspending/resuming of scaning for particular deployments works in all situations (added/changed/removed url)
1.2modifiedrrajasekarantools/etc/cruisecontrol/scripts/build-jboss-serialization-testsuite.xmlRemoved jboss-serialization runs with jrockit1.4
1.58modifiedrrajasekarantools/etc/cruisecontrol/templates/projects.xmlAdded jboss-serialization-testsuite project
1.1addedrrajasekarantools/etc/cruisecontrol/scripts/build-jboss-serialization-testsuite.xmlBuild file for jboss-serialization-testsuite
1.5modifieddimitrissystem/src/main/org/jboss/deployment/SuffixOrderHelper.javacorrect the output when printing an enhanced suffix
1.19modifieddimitrisserver/src/etc/deploy/ejb-deployer.xmlJBAS-3053, inject a TransactionManagerFactory to the ejb timer service, use that upon start or fall back to the locator
1.11modifieddimitrisserver/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImpl.javaJBAS-3053, inject a TransactionManagerFactory to the ejb timer service, use that upon start or fall back to the locator
1.4modifieddimitrisserver/src/main/org/jboss/ejb/txtimer/EJBTimerServiceImplMBean.javaJBAS-3053, inject a TransactionManagerFactory to the ejb timer service, use that upon start or fall back to the locator
1.9modifieddimitristransaction/src/main/org/jboss/tm/TransactionManagerServiceMBean.javaJBAS-3053, create a separate TransactionManagerFactory interface for cleaner injection of TransactionManager to ejb timer service
1.1addeddimitristransaction/src/main/org/jboss/tm/TransactionManagerFactory.javabranches: 1.1.2;JBAS-3053, create a separate TransactionManagerFactory interface for cleaner injection of TransactionManager to ejb timer service
1.1addedbillkernel/src/main/org/jboss/deployment/DeploymentImpl.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/KernelErrorsLogger.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/MainDeployerImpl.javaDeployer prototype
1.1addedbillkernel/src/resources/deployment/classpath-bootstrap.xmlDeployer prototype
1.1addedbillkernel/src/resources/xml-test/org/jboss/test/deployment/four-beans.xmlDeployer prototype
1.1addedbillkernel/src/resources/xml-test/org/jboss/test/deployment/one-beans.xmlDeployer prototype
1.1addedbillkernel/src/resources/xml-test/org/jboss/test/deployment/three-beans.xmlDeployer prototype
1.1addedbillkernel/src/resources/xml-test/org/jboss/test/deployment/two-beans.xmlDeployer prototype
1.1addedbillkernel/src/tests/org/jboss/test/deployment/BaseDeploymentTestCase.javaDeployer prototype
1.1addedbillkernel/src/tests/org/jboss/test/deployment/Bean.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/plugins/ClasspathBootstrap.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/plugins/ClasspathScanner.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/plugins/IgnoredJars.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/plugins/MCDeployer.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/plugins/TCLDeployerAspect.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/spi/Deployer.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/spi/DeployerAspect.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/spi/Deployment.javaDeployer prototype
1.1addedbillkernel/src/main/org/jboss/deployment/spi/MainDeployer.javaDeployer prototype

Reply via email to