JBoss-AS-5.0.x - Build # 1880 - Failure!
by jboss-qa-internal@redhat.com
JBoss-AS-5.0.x - Build # 1880 - Failure:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x/1880 to view the results.
Modifications since last build:
[stalep] [JBAS-5757] added scoped annotated testes
-------------------------------------------------------------------------
[...truncated 19308 lines...]
createthirdparty:
init:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/ejb
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/interfaces
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/service
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/interfaces
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/ejb
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/service
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/classloader/scoping/singleton
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/classloader/scoping/singleton
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources
[copy] Copying 1370 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources
[copy] Copied 925 empty directories to 8 empty directories under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources
init-code-generation:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/reports
compile-bean-sources:
compile-mbean-sources:
compile-proxycompiler-bean-sources:
compile-annotated-classes-50:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
[javac] Compiling 239 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
[javac] Note: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/util/web/HttpUtils.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
compile-classes-only:
[javac] Compiling 2595 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
[javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:207: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
[javac] Method method = PropertyTestAdminObject.class.getMethod(getter, null);
[javac] ^
[javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:208: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[javac] Object value = method.invoke(ao, null);
[javac] ^
[javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:207: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
[javac] Method method = PropertyTestAdminObject.class.getMethod(getter, null);
[javac] ^
[javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:208: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[javac] Object value = method.invoke(ao, null);
[javac] ^
[javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java:91: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
[javac] Method method = clazz.getMethod("initResolver", null);
[javac] ^
[javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java:92: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[javac] defaultResolver = (SchemaBindingResolver) method.invoke(null, null);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 6 warnings
compile-classes:
compile-xmbean-dds:
compile-stubs:
[rmic] Warning: org/jboss/test/cts/test/ClientCallbackImpl.class modified in the future.
[rmic] Warning: org/jboss/test/jmx/invoker/RMIBadListener.class modified in the future.
[rmic] Warning: org/jboss/test/jmx/invoker/RMIListener.class modified in the future.
[rmic] RMI Compiling 3 classes to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/etc
[copy] Copying 46 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/etc
compile-stylesheets:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/stylesheets
[copy] Copying 8 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/stylesheets
compile:
_jars-dummy:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/tests-dummy.jar
_jars-aop:
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
compile-aop-annotatations:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aoptest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/simpleejb.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-call-logging.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-invocationlog.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-invocationlog.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aoptest.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aoptest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/simpleejb.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/jmx-aoptest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-deployertest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-deployertest-xml.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-deployertest-annotations.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-jmxtest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-jmxtest-has-dependency.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-jmxtest-dependency.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-defaultannotationtest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-annotated.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-annotated.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scoped-annotated.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scoped-annotated.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedtest1.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedtest1.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedtest2.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1-ejb.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1.aop
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2-ejb.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2.aop
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-extendertest.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-extendertest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-parentdelegation.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-noparentdelegation.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base-notloaded.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base-loaded.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-parentdelegation.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-noparentdelegation.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest1.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest1.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest2.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest2.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf-lib.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf-ejb.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-proxycache.aop
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-proxycache-global.sar
_jars-bank:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/banktest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bank.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bank-ejb20.jar
_jars-bank-new:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/banknewtest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/banknew.jar
_jars-bankiiop:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bankiioptest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bankiiop.jar
_jars-bench:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bench.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bench.war
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bench.ear
_jars-bmp:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bmptest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bmp.jar
_jars-cache:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/META-INF
[copy] Copying 9 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/META-INF
Overriding previous definition of reference to aop.task.classpath
[aopc] Build Successful: 4617 ms
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/cachetest.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/cluster/cache/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/cachetest.sar
[delete] Deleting: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/cluster/cache/META-INF/jboss-service.xml
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/cluster/cache/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/cacheAoptest.sar
_jars-classloader:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes/java/sql
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes/java/sql/Fake.class
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/java-sql.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/interrupt.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loading.sar
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loadingresource.ear
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/META-INF
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/META-INF
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/tests-dummy.jar
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/tests-dummy.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/tests.dummy.jar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/loading.sar/META-INF
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loading.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/loading.sar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/loading.sar/META-INF
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/dtds
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/META-INF
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/META-INF
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/tests-dummy.jar
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/tests-dummy.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/tests.dummy.jar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/META-INF
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loading.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/META-INF
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/dtds
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/dtds
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.sar
[delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loadingclazz.sar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/classloader/scoping/singleton
[echo] V1 MySingleton.java cksum: 4208e590356f488b8d8ab24a93c292a5
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes/org/jboss/test/classloader/scoping/singleton
[javac] Warning: org/jboss/test/classloader/scoping/singleton/MySingleton.java modified in the future.
[javac] Compiling 1 source file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/imports/sections/classloader.xml:130: /opt/jboss-5.0.0.CR1/client not found.
Total time: 3 minutes 46 seconds
Deleting old artifacts from #1878
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
16 years, 7 months
JBoss-AS-4.2.x - Build # 320 - Failure!
by jboss-qa-internal@redhat.com
JBoss-AS-4.2.x - Build # 320 - Failure:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-4.2.x/320 to view the results.
Modifications since last build:
-------------------------------------------------------------------------
[...truncated 5624 lines...]
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/javabean/test/EmptyPropertyName_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/javabean/test/ErrorInProperty_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/javabean/test/AttributeClassNotFound_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/javabean/test/ErrorInConstructor_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/javabean/test/ExplicitClass_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/javabean/test/NoPropertyEditor_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/element
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/element/test
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/element/test/Element_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/PatternValue_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/EmptyValue_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/None_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/BrokenSetAttribute_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/One_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/Nested_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/InvalidValue_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/NoValue_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/Two_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/configure/value/dependslist/test/UnknownElement_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/PlainMBeanTwoArg_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/StandardMBeanNoArg_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/PlainMBeanArgTypeMissing_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/PlainMBeanNoArg_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/StandardMBeanArgTypeEmpty_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/StandardMBeanOneArg_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/PlainMBeanArgTypeEmpty_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/PlainMBeanOneArg_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/StandardMBeanArgValueMissing_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/PlainMBeanArgValueMissing_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/StandardMBeanTwoArg_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/test/StandardMBeanArgTypeMissing_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanAbstractClass_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanCodeEmpty_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanConstructorInvalidValue_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanCodeClassNotFound_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanInterfaceNotFound_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanConstructorInvalidType_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanConstructorError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanRedeployAfterError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBean_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanInterface_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanRedeployAfterError_good.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanCodeMissing_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanConstructorException_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanConstructorTypeNotFound_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/standard/test/StandardMBeanInterfaceNotImplemented_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanConstructorInvalidValue_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanCodeEmpty_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanAbstractClass_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanPostDeregisterError_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanPreDeregisterError_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanConstructorInvalidType_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanConstructorError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBean_install.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanNotMBean_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanPostRegisterError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanConstructorTypeNotFound_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanConstructorException_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanCodeMissing_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanPreRegisterError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanGetMBeanInfoError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanCodeClassNotFound_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanRedeployAfterError_bad.xml
A system/src/resources/tests/org/jboss/test/system/controller/instantiate/plain/test/PlainMBeanRedeployAfterError_good.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration
A system/src/resources/tests/org/jboss/test/system/controller/integration/test
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/InstallMCFromJMXUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/CreateMCFromJMXUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/InstallMCFromJMXUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/ConfigureMCFromJMXUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/ConfigureJMXFromMCUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/InstantiateMCFromJMXUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/ConfigureMCFromJMXUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/ConfigureJMXFromMCUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/InstantiateMCFromJMXUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/StartMCFromJMXUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/MCDependsJMXUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/JMXDependsMCUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/StartMCFromJMXUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/MCDependsJMXUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/JMXDependsMCUnitTestCase.xml
A system/src/resources/tests/org/jboss/test/system/controller/integration/test/CreateMCFromJMXUnitTestCase-mc.xml
A system/src/resources/tests/org/jboss/test/system/controller/parse
A system/src/resources/tests/org/jboss/test/system/controller/parse/test
A system/src/resources/tests/org/jboss/test/system/controller/parse/test/NameInvalid.xml
A system/src/resources/tests/org/jboss/test/system/controller/parse/test/NameMissing.xml
A system/src/resources/tests/org/jboss/test/system/controller/parse/test/NameEmpty.xml
AU system/src/resources/log4j-trace.properties
A system/src/resources/org
A system/src/resources/org/jboss
AU system/src/resources/org/jboss/version.properties
AU system/src/resources/log4j.properties
A system/src/resources/dtd
AU system/src/resources/dtd/jboss-service_4_0.dtd
AU system/src/resources/dtd/jboss-service_3_2.dtd
A system/src/resources/dtd/jboss-service_4_2.dtd
AU system/src/resources/dtd/jboss-subscription.dtd
AU system/src/resources/log4j-debug.properties
A system/src/etc
AU system/src/etc/default.mf
AU system/src/etc/run.mf
AU system/build.sh
A system/build-test.xml
AU system/build.xml
A j2ee
AU j2ee/.classpath
AU j2ee/.project
AU j2ee/build.bat
A j2ee/src
A j2ee/src/main
A j2ee/src/main/javax
A j2ee/src/main/javax/sql
AU j2ee/src/main/javax/sql/RowSetInternal.java
AU j2ee/src/main/javax/sql/RowSetWriter.java
AU j2ee/src/main/javax/sql/ConnectionEvent.java
AU j2ee/src/main/javax/sql/PooledConnection.java
AU j2ee/src/main/javax/sql/RowSet.java
AU j2ee/src/main/javax/sql/XADataSource.java
AU j2ee/src/main/javax/sql/ConnectionPoolDataSource.java
AU j2ee/src/main/javax/sql/RowSetMetaData.java
AU j2ee/src/main/javax/sql/RowSetEvent.java
AU j2ee/src/main/javax/sql/RowSetReader.java
AU j2ee/src/main/javax/sql/ConnectionEventListener.java
AU j2ee/src/main/javax/sql/XAConnection.java
AU j2ee/src/main/javax/sql/RowSetListener.java
AU j2ee/src/main/javax/sql/DataSource.java
A j2ee/src/main/javax/ejb
AU j2ee/src/main/javax/ejb/TimerService.java
AU j2ee/src/main/javax/ejb/MessageDrivenContext.java
AU j2ee/src/main/javax/ejb/EJBMetaData.java
AU j2ee/src/main/javax/ejb/ObjectNotFoundException.java
AU j2ee/src/main/javax/ejb/SessionSynchronization.java
AU j2ee/src/main/javax/ejb/EJBContext.java
AU j2ee/src/main/javax/ejb/EJBHome.java
A j2ee/src/main/javax/ejb/spi
AU j2ee/src/main/javax/ejb/spi/HandleDelegate.java
AU j2ee/src/main/javax/ejb/NoSuchEntityException.java
AU j2ee/src/main/javax/ejb/TransactionRequiredLocalException.java
AU j2ee/src/main/javax/ejb/NoSuchObjectLocalException.java
AU j2ee/src/main/javax/ejb/EntityContext.java
AU j2ee/src/main/javax/ejb/MessageDrivenBean.java
AU j2ee/src/main/javax/ejb/FinderException.java
AU j2ee/src/main/javax/ejb/TimedObject.java
AU j2ee/src/main/javax/ejb/Handle.java
AU j2ee/src/main/javax/ejb/TransactionRolledbackLocalException.java
AU j2ee/src/main/javax/ejb/DuplicateKeyException.java
AU j2ee/src/main/javax/ejb/EJBLocalObject.java
AU j2ee/src/main/javax/ejb/EntityBean.java
AU j2ee/src/main/javax/ejb/HomeHandle.java
AU j2ee/src/main/javax/ejb/EnterpriseBean.java
AU j2ee/src/main/javax/ejb/SessionBean.java
AU j2ee/src/main/javax/ejb/RemoveException.java
AU j2ee/src/main/javax/ejb/EJBException.java
AU j2ee/src/main/javax/ejb/Timer.java
AU j2ee/src/main/javax/ejb/CreateException.java
AU j2ee/src/main/javax/ejb/EJBLocalHome.java
AU j2ee/src/main/javax/ejb/EJBObject.java
AU j2ee/src/main/javax/ejb/SessionContext.java
AU j2ee/src/main/javax/ejb/AccessLocalException.java
AU j2ee/src/main/javax/ejb/TimerHandle.java
A j2ee/src/main/javax/enterprise
A j2ee/src/main/javax/enterprise/deploy
A j2ee/src/main/javax/enterprise/deploy/model
AU j2ee/src/main/javax/enterprise/deploy/model/J2eeApplicationObject.java
AU j2ee/src/main/javax/enterprise/deploy/model/DDBeanRoot.java
A j2ee/src/main/javax/enterprise/deploy/model/exceptions
AU j2ee/src/main/javax/enterprise/deploy/model/exceptions/DDBeanCreateException.java
AU j2ee/src/main/javax/enterprise/deploy/model/exceptions/package.html
AU j2ee/src/main/javax/enterprise/deploy/model/XpathEvent.java
AU j2ee/src/main/javax/enterprise/deploy/model/DeployableObject.java
AU j2ee/src/main/javax/enterprise/deploy/model/XpathListener.java
AU j2ee/src/main/javax/enterprise/deploy/model/DDBean.java
AU j2ee/src/main/javax/enterprise/deploy/model/package.html
A j2ee/src/main/javax/enterprise/deploy/shared
AU j2ee/src/main/javax/enterprise/deploy/shared/ActionType.java
A j2ee/src/main/javax/enterprise/deploy/shared/factories
AU j2ee/src/main/javax/enterprise/deploy/shared/factories/DeploymentFactoryManager.java
AU j2ee/src/main/javax/enterprise/deploy/shared/factories/package.html
AU j2ee/src/main/javax/enterprise/deploy/shared/CommandType.java
AU j2ee/src/main/javax/enterprise/deploy/shared/StateType.java
AU j2ee/src/main/javax/enterprise/deploy/shared/DConfigBeanVersionType.java
AU j2ee/src/main/javax/enterprise/deploy/shared/ModuleType.java
AU j2ee/src/main/javax/enterprise/deploy/shared/package.html
A j2ee/src/main/javax/enterprise/deploy/spi
AU j2ee/src/main/javax/enterprise/deploy/spi/DConfigBean.java
A j2ee/src/main/javax/enterprise/deploy/spi/factories
AU j2ee/src/main/javax/enterprise/deploy/spi/factories/DeploymentFactory.java
AU j2ee/src/main/javax/enterprise/deploy/spi/factories/package.html
A j2ee/src/main/javax/enterprise/deploy/spi/exceptions
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/DeploymentManagerCreationException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/ClientExecuteException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/BeanNotFoundException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/TargetException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/ConfigurationException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/OperationUnsupportedException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/InvalidModuleException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/DConfigBeanVersionUnsupportedException.java
AU j2ee/src/main/javax/enterprise/deploy/spi/exceptions/package.html
AU j2ee/src/main/javax/enterprise/deploy/spi/DConfigBeanRoot.java
A j2ee/src/main/javax/enterprise/deploy/spi/status
AU j2ee/src/main/javax/enterprise/deploy/spi/status/DeploymentStatus.java
AU j2ee/src/main/javax/enterprise/deploy/spi/status/ClientConfiguration.java
AU j2ee/src/main/javax/enterprise/deploy/spi/status/ProgressEvent.java
AU j2ee/src/main/javax/enterprise/deploy/spi/status/ProgressListener.java
AU j2ee/src/main/javax/enterprise/deploy/spi/status/ProgressObject.java
AU j2ee/src/main/javax/enterprise/deploy/spi/status/package.html
AU j2ee/src/main/javax/enterprise/deploy/spi/Target.java
AU j2ee/src/main/javax/enterprise/deploy/spi/DeploymentConfiguration.java
AU j2ee/src/main/javax/enterprise/deploy/spi/TargetModuleID.java
ERROR: Failed to check out http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2
org.tmatesoft.svn.core.SVNException: svn: REPORT request failed on '/repos/jbossas/!svn/vcc/default'
svn: chunked stream ended unexpectedly
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:55)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:40)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:529)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:237)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:225)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:219)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:211)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:610)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:162)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:325)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:408)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:354)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1093)
at hudson.remoting.UserRequest.perform(UserRequest.java:69)
at hudson.remoting.UserRequest.perform(UserRequest.java:23)
at hudson.remoting.Request$2.run(Request.java:200)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
ERROR: No artifacts found that match the file pattern "JBossAS_4_2/build/output/jboss-4.2.x.zip, JBossAS_4_2/build/build.log, JBossAS_4_2/testsuite/build-testsuite.log". Configuration error?
ERROR: 'JBossAS_4_2/build/output/jboss-4.2.x.zip' doesn't match anything: 'JBossAS_4_2' exists but not 'JBossAS_4_2/build/output/jboss-4.2.x.zip'
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
16 years, 7 months
JBoss-AS-4.2.x-TestSuite-sun15 - Build # 184 - Unstable!
by jboss-qa-internal@redhat.com
JBoss-AS-4.2.x-TestSuite-sun15 - Build # 184 - Unstable:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-4.2.x-TestSuite-sun15/184 to view the results.
Modifications since last build:
[jeff.zhang] [JBAS-5755] fix StatisticsFormatterUnitTestCase on AS-4.2.-TestSuite-sun15-sun16
[dimitris(a)jboss.org] fix the lib/endorsed location for the scout-jaxr tests to make them pass with jdk6
[dimitris(a)jboss.org] fix the lib/endorsed location for the scout-jaxr tests to make them pass with jdk6
[dimitris(a)jboss.org] JBAS-5497, bring in the same fix from trunk
16 years, 7 months