JBoss-AS-5.0.x - Build # 2534 - Still Failing:
Check console output at
https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x/2534 to view
the results.
Modifications since last build:
[bstansberry(a)jboss.com] Fix typo
-------------------------------------------------------------------------
[...truncated 16985 lines...]
_module-connector-most:
_module-connector-most:
[copy] Warning: jboss-jca.deployer/META-INF/jca-deployers-jboss-beans.xml modified in
the future.
[copy] Warning: jboss-jca.deployer/jboss-jca-deployer.jar modified in the future.
[copy] Warning: jboss-jca.deployer modified in the future.
[copy] Warning: jboss-jca.deployer/META-INF modified in the future.
[copy] Copying 2 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/deployers
[copy] Warning: jboss-local-jdbc.rar modified in the future.
[copy] Warning: jboss-xa-jdbc.rar modified in the future.
[copy] Warning: mail-ra.rar modified in the future.
[copy] Warning: quartz-ra.rar modified in the future.
[copy] Warning: jbossjca-service.xml modified in the future.
[copy] Copying 5 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/deploy
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/deploy
[copy] Copying 2 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/lib
[copy] Copying 3 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/docs/dtd
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/docs/examples/jca
[copy] Copying 38 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/docs/examples/jca
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/deploy
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/client
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/lib
======================================================================
== Executing 'most' in module 'management'...
==
_buildmagic:init:
configure:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
[javac] Compiling 183 source files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/deployers/EjbModuleJSR77Deployer.java:32:
warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been
deprecated
import org.jboss.metadata.BeanMetaData;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/deployers/EjbModuleJSR77Deployer.java:33:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
import org.jboss.metadata.SessionMetaData;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:35:
warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been
deprecated
import org.jboss.metadata.BeanMetaData;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:36:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
import org.jboss.metadata.SessionMetaData;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/JTAResource.java:101:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/URLResource.java:117:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:135:
warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been
deprecated
BeanMetaData metaData = (BeanMetaData) server.getAttribute(containerName,
"BeanMetaData");
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:135:
warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been
deprecated
BeanMetaData metaData = (BeanMetaData) server.getAttribute(containerName,
"BeanMetaData");
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:144:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
SessionMetaData smetaData = (SessionMetaData) metaData;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:144:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
SessionMetaData smetaData = (SessionMetaData) metaData;
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
10 warnings
compile-rmi:
[rmic] Warning: org/jboss/management/mejb/RMIClientNotificationListener.class
modified in the future.
[rmic] RMI Compiling 1 class to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
[rmic] Unknown stub option 1.5
compile-etc:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/etc
[copy] Copying 2 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/etc
compile:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-jsr77.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-jsr77-client.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-management.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/ejb-management.jar
[touch] Creating
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/build-marker
most:
==
== Finished with 'most' in module 'management'.
======================================================================
_module-management-most:
_module-management-most:
[copy] Warning: jboss-management.jar modified in the future.
[copy] Copying 2 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/lib
[copy] Warning: ejb-management.jar modified in the future.
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/docs/examples/jmx
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/client
======================================================================
== Executing 'most' in module 'ejb3'...
==
_buildmagic:init:
configure:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
internal-jars:
_buildmagic:init:
init:
compile-etc:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/etc
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/etc
compile-classes:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/classes
[javac] Compiling 40 source files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/classes
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/client/ClientLauncher.java:296:
warning: non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
theMainClass = (Class<?>) getMainClass.invoke(client, null);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
compile:
[touch] Creating
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/build-marker
jars:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib/jboss-appclient.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib/jboss-ejb3-iiop.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib/jboss-ejb3-deployer.jar
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/resources
[unjar] Expanding:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar
into /mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/resources
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib/ejb3.deployer
[copy] Warning: jboss-ejb3-deployer.jar modified in the future.
[copy] Warning: jboss-ejb3-iiop.jar modified in the future.
[copy] Copying 5 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib/ejb3.deployer
[copy] Copying 3 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/lib
most:
==
== Finished with 'most' in module 'ejb3'.
======================================================================
_module-ejb3-most:
_module-ejb3-most:
[copy] Warning: ejb3-connectors-jboss-beans.xml modified in the future.
[copy] Warning: ejb3-interceptors-aop.xml modified in the future.
[copy] Warning: ejb3-timer-service.xml modified in the future.
[copy] Copying 3 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/deploy
[copy] Copying 5 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/deployers
[copy] Copying 18 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/server/all/lib
[copy] Copying 11 files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.GA/client
======================================================================
== Executing 'most' in module 'tomcat'...
==
_buildmagic:init:
configure:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/output/classes
[javac] Compiling 152 source files to
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/output/classes
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/JBossContextConfig.java:81:
cannot find symbol
symbol : class ContextXMLObjectModelFactory
location: package org.jboss.web.tomcat.metadata
import org.jboss.web.tomcat.metadata.ContextXMLObjectModelFactory;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatService.java:63:
cannot find symbol
symbol : class ServerXMLObjectModelFactory
location: package org.jboss.web.tomcat.metadata
import org.jboss.web.tomcat.metadata.ServerXMLObjectModelFactory;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/src/tests/org/jboss/test/web/metadata/ServerMetaDataUniTestCase.java:32:
cannot find symbol
symbol : class ServerXMLObjectModelFactory
location: package org.jboss.web.tomcat.metadata
import org.jboss.web.tomcat.metadata.ServerXMLObjectModelFactory;
^
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/src/tests/org/jboss/test/web/metadata/ServerMetaDataUniTestCase.java:47:
cannot find symbol
symbol : class ServerXMLObjectModelFactory
location: class org.jboss.test.web.metadata.ServerMetaDataUniTestCase
ObjectModelFactory factory = new ServerXMLObjectModelFactory();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
BUILD FAILED
/mnt/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tomcat/build.xml:185: Compile failed;
see the compiler error output for details.
Total time: 2 minutes 26 seconds
Recording fingerprints
Build was marked for publishing on
https://hudson.jboss.org/hudson/
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure