Build failed in Jenkins: JBoss-AS-7.0.x #1689
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/1689/changes>
Changes:
[bstansberry(a)jboss.com] move the 'old' protocol into the process-controller module
[bstansberry(a)jboss.com] Extend the ExtensionContext with Process Type information
[bstansberry(a)jboss.com] Remove some old code that Brian says can go
------------------------------------------
[...truncated 2568 lines...]
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
java.lang.NullPointerException
at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:109)
at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:104)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:83)
at java.lang.Thread.run(Thread.java:662)
Sep 30, 2011 12:17:47 PM org.jboss.msc.service.ServiceLogger_$logger startFailed
ERROR: MSC00001: Failed to start service jboss.bad-service
org.jboss.msc.service.StartException in service jboss.bad-service: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1780)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.RuntimeException: Bad service!
at org.jboss.as.controller.ModelControllerImplUnitTestCase$BadServiceHandler$1$1.start(ModelControllerImplUnitTestCase.java:769)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
... 3 more
Sep 30, 2011 12:17:47 PM org.jboss.as.controller.ContainerStateMonitor tick
INFO: Service status report
Services which failed to start:
service jboss.bad-service: org.jboss.msc.service.StartException in service jboss.bad-service: Failed to start service
{
"outcome" => "failed",
"result" => 1,
"failure-description" => {"Failed services" => {"jboss.bad-service" => "org.jboss.msc.service.StartException in service jboss.bad-service: Failed to start service"}},
"rolled-back" => true
}
Sep 30, 2011 12:17:47 PM org.jboss.as.controller.ContainerStateMonitor tick
INFO: Service status report
New missing/unsatisfied dependencies:
service jboss.missing (missing)
{
"outcome" => "failed",
"result" => 1,
"failure-description" => {"Services with missing/unavailable dependencies" => ["jboss.missing-service missing [ jboss.missing ]"]},
"rolled-back" => true
}
Sep 30, 2011 12:17:47 PM org.jboss.as.controller.ContainerStateMonitor tick
INFO: Service status report
Newly corrected services:
service jboss.missing (no longer required)
{
"outcome" => "success",
"result" => 1,
"response-headers" => {
"runtime-update-skipped" => true,
"operation-requires-restart" => true
}
}
{
"outcome" => "failed",
"result" => 1,
"response-headers" => {"runtime-update-skipped" => true},
"rolled-back" => true
}
{
"outcome" => "failed",
"result" => 1,
"response-headers" => {"runtime-update-skipped" => true},
"rolled-back" => true
}
{
"outcome" => "failed",
"result" => 1,
"rolled-back" => true
}
Sep 30, 2011 12:17:47 PM org.jboss.as.controller.OperationContextImpl executeStep
ERROR: Operation ("evil") failed - address: ([])
java.lang.RuntimeException: this handler is evil
at org.jboss.as.controller.ModelControllerImplUnitTestCase$ModelStageThrowsExceptionHandler.execute(ModelControllerImplUnitTestCase.java:586)
at org.jboss.as.controller.OperationContextImpl.executeStep(OperationContextImpl.java:355)
at org.jboss.as.controller.OperationContextImpl.doCompleteStep(OperationContextImpl.java:299)
at org.jboss.as.controller.OperationContextImpl.completeStep(OperationContextImpl.java:224)
at org.jboss.as.controller.ModelControllerImpl$DefaultPrepareStepHandler.execute(ModelControllerImpl.java:350)
at org.jboss.as.controller.OperationContextImpl.executeStep(OperationContextImpl.java:355)
at org.jboss.as.controller.OperationContextImpl.doCompleteStep(OperationContextImpl.java:299)
at org.jboss.as.controller.OperationContextImpl.completeStep(OperationContextImpl.java:224)
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:121)
at org.jboss.as.controller.ModelControllerImplUnitTestCase.testModelStageUnhandledFailureExecution(ModelControllerImplUnitTestCase.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
Sep 30, 2011 12:17:47 PM org.jboss.as.controller.OperationContextImpl executeStep
ERROR: Operation ("operationFailedException") failed - address: ([]) - failure description: "OFE"
{
"outcome" => "success",
"result" => 5
}
{
"outcome" => "success",
"result" => 1
}
{
"outcome" => "failed",
"result" => 1,
"rolled-back" => true
}
Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec <<< FAILURE!
Running org.jboss.as.controller.operation.validation.ModelTypeValidatorUnitTestCase
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.jboss.as.controller.ExtensionContextProcessTypeTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Results :
Failed tests: testRestartRequired(org.jboss.as.controller.ModelControllerImplUnitTestCase): expected:<[restart-requir]ed> but was:<[undefin]ed>
Tests run: 113, Failures: 1, Errors: 0, Skipped: 3
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [5.589s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [5.658s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [1.533s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [14.062s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [7.396s]
[INFO] JBoss Application Server: Public APIs ............. SUCCESS [1.462s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [10.397s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.248s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.342s]
[INFO] JBoss Application Server: Controller Core ......... FAILURE [17.989s]
[INFO] JBoss Application Server: Common code for clustering subsystems SKIPPED
[INFO] JBoss Application Server: Network ................. SKIPPED
[INFO] JBoss Application Server: Threading Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Domain Management ....... SKIPPED
[INFO] JBoss Application Server: Domain HTTP API ......... SKIPPED
[INFO] JBoss Application Server: Deployment Repository ... SKIPPED
[INFO] JBoss Application Server: Embedded ................ SKIPPED
[INFO] JBoss Application Server: Platform MBean integration SKIPPED
[INFO] JBoss Application Server: Process Controller ...... SKIPPED
[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Server .................. SKIPPED
[INFO] JBoss Application Server: Subsystem Test Harness .. SKIPPED
[INFO] JBoss Application Server: JGroups Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Clustering Server API implementation SKIPPED
[INFO] JBoss Application Server: Naming Subsystem ........ SKIPPED
[INFO] JBoss Application Server: EE ...................... SKIPPED
[INFO] JBoss Application Server: Transaction Subsystem ... SKIPPED
[INFO] JBoss Application Server: Infinispan Subsystem .... SKIPPED
[INFO] JBoss Application Server: Distributed Web Session SPI SKIPPED
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SKIPPED
[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Connector Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EE Deployment ........... SKIPPED
[INFO] JBoss Application Server: EJB Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Web Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA SPI ................. SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ SKIPPED
[INFO] JBoss Application Server: JAX-RS Integration ...... SKIPPED
[INFO] JBoss Application Server: JMX Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Host Controller ......... SKIPPED
[INFO] JBoss Application Server: JacORB Subsystem ........ SKIPPED
[INFO] JBoss Application Server: Logging Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Mail subsystem .......... SKIPPED
[INFO] JBoss Application Server: Messaging Subsystem ..... SKIPPED
[INFO] JBoss Application Server: ModCluster Subsystem .... SKIPPED
[INFO] JBoss Application Server: POJO Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi .................... SKIPPED
[INFO] JBoss Application Server: OSGi Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED
[INFO] JBoss Application Server: Service Archive Subsystem SKIPPED
[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SKIPPED
[INFO] JBoss Application Server: XTS Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SKIPPED
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SKIPPED
[INFO] JBoss Application Server: Build ................... SKIPPED
[INFO] JBoss Application Server: Arquillian .............. SKIPPED
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SKIPPED
[INFO] JBoss Application Server: Arquillian Common ....... SKIPPED
[INFO] JBoss Application Server: Arquillian Protocol JMX . SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container SKIPPED
[INFO] JBoss Application Server: Arquillian Remote Container SKIPPED
[INFO] JBoss Application Server: Arquillian TestNG Integration SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Domain Container SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container for clustering SKIPPED
[INFO] JBoss Application Server: Demos: Aggregator ....... SKIPPED
[INFO] JBoss Application Server: Demos: AS7 API .......... SKIPPED
[INFO] JBoss Application Server: Demos: Spec ............. SKIPPED
[INFO] JBoss Application Server: Demos: AS7 Internals .... SKIPPED
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED SKIPPED
[INFO] JBoss Application Server: Distribution ............ SKIPPED
[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SKIPPED
[INFO] JBoss Application Server Test Suite: Aggregator ... SKIPPED
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:25.743s
[INFO] Finished at: Fri Sep 30 12:17:47 EDT 2011
[INFO] Final Memory: 110M/479M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project jboss-as-controller: There are test failures.
[ERROR]
[ERROR] Please refer to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jboss-as-controller
Archiving artifacts
Recording test results
13 years, 1 month
Build failed in Jenkins: JBoss-AS-7.0.x-testSuite-windows #484
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/48...>
Changes:
[Stuart Douglas] Change SFSB and entity synchronization to be TX based rather than thread based
[Stuart Douglas] Do not try and syncronize AsyncResult in remote interface invocations
[Stuart Douglas] Fix SFSB equality
[Stuart Douglas] Decrease SFSB default timeout to reduce likehood of long deadlocked waits with the new synchronization interceptor
[Stuart Douglas] Add another async test
------------------------------------------
[...truncated 13426 lines...]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: cmd.exe /X /C "git show"
[INFO] Working directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice
[INFO] Storing buildNumber: 6e719b8c51e3b34b67ddaef4d7f66d2561cecf60 at timestamp: 1317349252473
[INFO] Executing: cmd.exe /X /C "git show"
[INFO] Working directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (default) @ jboss-as-testsuite-timerservice ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\endorsed\jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-timerservice ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-as-testsuite-timerservice ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-testsuite-timerservice ---
[INFO] Source directory does not exist - skipping report.
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (clean-old-timers) @ jboss-as-testsuite-timerservice ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-timerservice ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ jboss-as-testsuite-timerservice ---
[INFO] Compiling 40 source files to W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\test-classes
[WARNING] \workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\src\test\java\org\jboss\as\testsuite\timerservice\schedule\descriptor\DescriptorScheduleTestCase.java:[60,28] [deprecation] Date(int,int,int,int,int,int) in java.util.Date has been deprecated
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-resources) @ jboss-as-testsuite-timerservice ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 96 resources
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ jboss-as-testsuite-timerservice ---
[INFO] Surefire report directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.testsuite.timerservice.aroundtimeout.TimerServiceInterceptorOrderTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.985 sec
Running org.jboss.as.testsuite.timerservice.cdi.requestscope.CDIRequestScopeTimerServiceTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 sec
Running org.jboss.as.testsuite.timerservice.mdb.SimpleTimerMDBTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 sec
Running org.jboss.as.testsuite.timerservice.persistence.TimerServicePersistenceFirstTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec
Running org.jboss.as.testsuite.timerservice.schedule.descriptor.DescriptorScheduleTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 sec
Running org.jboss.as.testsuite.timerservice.schedule.SimpleScheduleFirstTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 sec
Running org.jboss.as.testsuite.timerservice.serialization.TimerServiceSerializationFirstTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 sec
Running org.jboss.as.testsuite.timerservice.simple.SimpleTimerServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec
Running org.jboss.as.testsuite.timerservice.tx.retry.TimerRetryTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec
Running org.jboss.as.testsuite.timerservice.view.ViewTimerServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec
Results :
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (preview) @ jboss-as-testsuite-timerservice ---
[INFO] Surefire report directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.testsuite.timerservice.persistence.TimerServicePersistenceSecondTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.531 sec
Running org.jboss.as.testsuite.timerservice.schedule.SimpleScheduleSecondTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 sec
Running org.jboss.as.testsuite.timerservice.serialization.TimerServiceSerializationSecondTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ jboss-as-testsuite-timerservice ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ jboss-as-testsuite-timerservice ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-testsuite-timerservice ---
[INFO] Installing W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.jar to C:\Documents and Settings\hudson\.m2\repository\org\jboss\as\jboss-as-testsuite-timerservice\7.1.0.Alpha2-SNAPSHOT\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.jar
[INFO] Installing W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\pom.xml to C:\Documents and Settings\hudson\.m2\repository\org\jboss\as\jboss-as-testsuite-timerservice\7.1.0.Alpha2-SNAPSHOT\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [0.891s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.609s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.797s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [19.594s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [5.906s]
[INFO] JBoss Application Server: Public APIs ............. SUCCESS [0.859s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [10.469s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.703s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [15.109s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [18.235s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [8.218s]
[INFO] JBoss Application Server: Network ................. SUCCESS [6.125s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [10.672s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [6.125s]
[INFO] JBoss Application Server: Domain HTTP API ......... SUCCESS [8.594s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [4.125s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [8.125s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [10.047s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [11.874s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [6.547s]
[INFO] JBoss Application Server: Server .................. SUCCESS [15.531s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [13.219s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [12.219s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [5.750s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [19.734s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [14.469s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [21.093s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [21.297s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [7.734s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [17.078s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [21.844s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [38.593s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [10.797s]
[INFO] JBoss Application Server: Domain Controller ....... SUCCESS [7.641s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [5.672s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [39.093s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [31.109s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.688s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [10.062s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [25.469s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [29.172s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [16.390s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [18.344s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [17.484s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [33.906s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [29.750s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [22.265s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [33.172s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [16.890s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.985s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.719s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [24.812s]
[INFO] JBoss Application Server: OSGi Config Admin ....... SUCCESS [6.422s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [10.187s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.703s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [33.688s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [14.796s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [9.188s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [7.265s]
[INFO] JBoss Application Server: Build ................... SUCCESS [14.485s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.703s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [4.375s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [6.593s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [8.750s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [23.860s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [9.328s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [20.984s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [11.437s]
[INFO] JBoss Application Server: Arquillian Managed Container for clustering SUCCESS [6.641s]
[INFO] JBoss Application Server: Demos: Aggregator ....... SUCCESS [2.375s]
[INFO] JBoss Application Server: Demos: AS7 API .......... SUCCESS [2.797s]
[INFO] JBoss Application Server: Demos: Spec ............. SUCCESS [5.281s]
[INFO] JBoss Application Server: Demos: AS7 Internals .... SUCCESS [2.781s]
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED SUCCESS [37.641s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [1.375s]
[INFO] JBoss Application Server: OSGi Integration Plugin . SUCCESS [6.234s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [9.344s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [5.359s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [1.969s]
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SUCCESS [1:51.827s]
[INFO] JBoss Application Server Test Suite: Specification Tests SUCCESS [1:32.999s]
[INFO] JBoss Application Server Test Suite: Integration Tests SUCCESS [3:26.546s]
[INFO] JBoss Application Server Test Suite: Clustering Tests SUCCESS [44.172s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [42.218s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [13:58.542s]
[INFO] JBoss Application Server Test Suite: Timer Service Tests SUCCESS [53.484s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:03.751s
[INFO] Finished at: Thu Sep 29 22:21:44 EDT 2011
[INFO] Final Memory: 129M/247M
[INFO] ------------------------------------------------------------------------
Press any key to continue . . .
Recording test results
ERROR: Failed to archive test reports
hudson.util.IOException2: remote file operation failed: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/ws/> at hudson.remoting.Channel@3921060e:soa7-win
at hudson.FilePath.act(FilePath.java:754)
at hudson.FilePath.act(FilePath.java:738)
at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:83)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:123)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:135)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:649)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:625)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:603)
at hudson.model.Build$RunnerImpl.post2(Build.java:161)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:572)
at hudson.model.Run.run(Run.java:1386)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.util.IOException2: Failed to read <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/ws...>
at hudson.tasks.junit.TestResult.parse(TestResult.java:215)
at hudson.tasks.junit.TestResult.parse(TestResult.java:155)
at hudson.tasks.junit.TestResult.<init>(TestResult.java:118)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:114)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:87)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1958)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.dom4j.DocumentException: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.msg.SAXMessages, locale en_US Nested exception: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.msg.SAXMessages, locale en_US
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
at org.dom4j.io.SAXReader.read(SAXReader.java:264)
at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:101)
at hudson.tasks.junit.TestResult.parse(TestResult.java:200)
... 14 more
Caused by: java.util.MissingResourceException: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.msg.SAXMessages, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage(SAXMessageFormatter.java:53)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.getProperty(AbstractSAXParser.java:2060)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.setProperty(SAXParserImpl.java:467)
at org.dom4j.io.SAXHelper.setParserProperty(SAXHelper.java:34)
at org.dom4j.io.SAXReader.configureReader(SAXReader.java:911)
at org.dom4j.io.SAXReader.read(SAXReader.java:463)
... 17 more
13 years, 2 months
Build failed in Jenkins: JBoss-AS-7.0.x #1685
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/1685/changes>
Changes:
[Stuart Douglas] Change SFSB and entity synchronization to be TX based rather than thread based
[Stuart Douglas] Do not try and syncronize AsyncResult in remote interface invocations
[Stuart Douglas] Fix SFSB equality
[Stuart Douglas] Decrease SFSB default timeout to reduce likehood of long deadlocked waits with the new synchronization interceptor
[Stuart Douglas] Add another async test
------------------------------------------
[...truncated 438 lines...]
at org.jboss.remoting3.remote.RemoteConnection.handleException(RemoteConnection.java:92)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:162)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
Sep 29, 2011 9:41:34 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.channels.TranslatingSuspendableChannel.close(TranslatingSuspendableChannel.java:407)
at org.xnio.channels.FramedMessageChannel.close(FramedMessageChannel.java:298)
at org.xnio.IoUtils.safeClose(IoUtils.java:134)
at org.jboss.remoting3.remote.RemoteConnection.handleException(RemoteConnection.java:101)
at org.jboss.remoting3.remote.RemoteConnection$RemoteWriteListener.send(RemoteConnection.java:279)
at org.jboss.remoting3.remote.RemoteConnection.sendCloseRequest(RemoteConnection.java:164)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:144)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
/127.0.0.1:32123
Sep 29, 2011 9:41:34 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownReads(NioTcpChannel.java:153)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownReads(TranslatingSuspendableChannel.java:347)
at org.xnio.channels.FramedMessageChannel.shutdownReads(FramedMessageChannel.java:199)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:140)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
/127.0.0.1:32123
/127.0.0.1:32123
Sep 29, 2011 9:41:34 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownReads(NioTcpChannel.java:153)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownReads(TranslatingSuspendableChannel.java:347)
at org.xnio.channels.FramedMessageChannel.shutdownReads(FramedMessageChannel.java:199)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:140)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
Sep 29, 2011 9:41:34 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownWrites(NioTcpChannel.java:166)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownWrites(TranslatingSuspendableChannel.java:358)
at org.xnio.channels.FramedMessageChannel.shutdownWrites(FramedMessageChannel.java:255)
at org.jboss.remoting3.remote.RemoteConnection$RemoteWriteListener.send(RemoteConnection.java:267)
at org.jboss.remoting3.remote.RemoteConnection.sendCloseRequest(RemoteConnection.java:164)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:144)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.758 sec <<< FAILURE!
Running org.jboss.as.protocol.old.PipeTest
Buffer size: 31; piece size: 31; piece count 4228
Buffer size: 31; piece size: 64; piece count 2048
Buffer size: 31; piece size: 127; piece count 1032
Buffer size: 256; piece size: 31; piece count 4228
Buffer size: 256; piece size: 64; piece count 2048
Buffer size: 256; piece size: 127; piece count 1032
Buffer size: 8192; piece size: 31; piece count 4228
Buffer size: 8192; piece size: 64; piece count 2048
Buffer size: 8192; piece size: 127; piece count 1032
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec
Running org.jboss.as.protocol.old.ChunkyByteInputOutputTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Results :
Failed tests: testExceptionInRequestWrite(org.jboss.as.protocol.mgmt.RemoteChannelManagementTestCase)
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [3.765s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [5.714s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [1.900s]
[INFO] JBoss Application Server: Protocol Utilities ...... FAILURE [9.298s]
[INFO] JBoss Application Server: Controller Client ....... SKIPPED
[INFO] JBoss Application Server: Public APIs ............. SKIPPED
[INFO] JBoss Application Server: Command line interface .. SKIPPED
[INFO] JBoss Application Server: Clustering Subsystem .... SKIPPED
[INFO] JBoss Application Server: Clustering Server API ... SKIPPED
[INFO] JBoss Application Server: Controller Core ......... SKIPPED
[INFO] JBoss Application Server: Common code for clustering subsystems SKIPPED
[INFO] JBoss Application Server: Network ................. SKIPPED
[INFO] JBoss Application Server: Threading Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Domain Management ....... SKIPPED
[INFO] JBoss Application Server: Domain HTTP API ......... SKIPPED
[INFO] JBoss Application Server: Deployment Repository ... SKIPPED
[INFO] JBoss Application Server: Embedded ................ SKIPPED
[INFO] JBoss Application Server: Platform MBean integration SKIPPED
[INFO] JBoss Application Server: Process Controller ...... SKIPPED
[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Server .................. SKIPPED
[INFO] JBoss Application Server: Subsystem Test Harness .. SKIPPED
[INFO] JBoss Application Server: JGroups Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Clustering Server API implementation SKIPPED
[INFO] JBoss Application Server: Naming Subsystem ........ SKIPPED
[INFO] JBoss Application Server: EE ...................... SKIPPED
[INFO] JBoss Application Server: Transaction Subsystem ... SKIPPED
[INFO] JBoss Application Server: Infinispan Subsystem .... SKIPPED
[INFO] JBoss Application Server: Distributed Web Session SPI SKIPPED
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SKIPPED
[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Connector Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EE Deployment ........... SKIPPED
[INFO] JBoss Application Server: EJB Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Web Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA SPI ................. SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ SKIPPED
[INFO] JBoss Application Server: JAX-RS Integration ...... SKIPPED
[INFO] JBoss Application Server: JMX Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Host Controller ......... SKIPPED
[INFO] JBoss Application Server: JacORB Subsystem ........ SKIPPED
[INFO] JBoss Application Server: Logging Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Mail subsystem .......... SKIPPED
[INFO] JBoss Application Server: Messaging Subsystem ..... SKIPPED
[INFO] JBoss Application Server: ModCluster Subsystem .... SKIPPED
[INFO] JBoss Application Server: POJO Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi .................... SKIPPED
[INFO] JBoss Application Server: OSGi Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED
[INFO] JBoss Application Server: Service Archive Subsystem SKIPPED
[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SKIPPED
[INFO] JBoss Application Server: XTS Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SKIPPED
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SKIPPED
[INFO] JBoss Application Server: Build ................... SKIPPED
[INFO] JBoss Application Server: Arquillian .............. SKIPPED
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SKIPPED
[INFO] JBoss Application Server: Arquillian Common ....... SKIPPED
[INFO] JBoss Application Server: Arquillian Protocol JMX . SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container SKIPPED
[INFO] JBoss Application Server: Arquillian Remote Container SKIPPED
[INFO] JBoss Application Server: Arquillian TestNG Integration SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Domain Container SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container for clustering SKIPPED
[INFO] JBoss Application Server: Demos: Aggregator ....... SKIPPED
[INFO] JBoss Application Server: Demos: AS7 API .......... SKIPPED
[INFO] JBoss Application Server: Demos: Spec ............. SKIPPED
[INFO] JBoss Application Server: Demos: AS7 Internals .... SKIPPED
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED SKIPPED
[INFO] JBoss Application Server: Distribution ............ SKIPPED
[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SKIPPED
[INFO] JBoss Application Server Test Suite: Aggregator ... SKIPPED
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.625s
[INFO] Finished at: Thu Sep 29 21:41:35 EDT 2011
[INFO] Final Memory: 84M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project jboss-as-protocol: There are test failures.
[ERROR]
[ERROR] Please refer to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/s...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jboss-as-protocol
Archiving artifacts
Recording test results
13 years, 2 months
Build failed in Jenkins: JBoss-AS-7.0.x #1683
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/1683/changes>
Changes:
[bstansberry(a)jboss.com] JBTM-901
[bstansberry(a)jboss.com] cosmetic fix
[bstansberry(a)jboss.com] Cosmetic change
[bstansberry(a)jboss.com] fixed typo
------------------------------------------
[...truncated 407 lines...]
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownReads(NioTcpChannel.java:153)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownReads(TranslatingSuspendableChannel.java:347)
at org.xnio.channels.FramedMessageChannel.shutdownReads(FramedMessageChannel.java:199)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:140)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Sep 29, 2011 11:39:54 AM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownReads(NioTcpChannel.java:153)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownReads(TranslatingSuspendableChannel.java:347)
at org.xnio.channels.FramedMessageChannel.shutdownReads(FramedMessageChannel.java:199)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:140)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Sep 29, 2011 11:39:54 AM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownReads(NioTcpChannel.java:153)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownReads(TranslatingSuspendableChannel.java:347)
at org.xnio.channels.FramedMessageChannel.shutdownReads(FramedMessageChannel.java:199)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:140)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
/127.0.0.1:32123
Sep 29, 2011 11:39:54 AM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownWrites(NioTcpChannel.java:166)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownWrites(TranslatingSuspendableChannel.java:358)
at org.xnio.channels.FramedMessageChannel.shutdownWrites(FramedMessageChannel.java:255)
at org.jboss.remoting3.remote.RemoteConnection$RemoteWriteListener.send(RemoteConnection.java:267)
at org.jboss.remoting3.remote.RemoteConnection.sendCloseRequest(RemoteConnection.java:164)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:144)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
Sep 29, 2011 11:39:54 AM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
org.jboss.threads.StoppedExecutorException: Executor is stopped
at org.jboss.threads.QueueExecutor.execute(QueueExecutor.java:168)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:48)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:132)
at org.xnio.channels.TranslatingSuspendableChannel$5.handleEvent(TranslatingSuspendableChannel.java:130)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:234)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:141)
at org.xnio.nio.NioTcpChannel.shutdownReads(NioTcpChannel.java:153)
at org.xnio.channels.TranslatingSuspendableChannel.shutdownReads(TranslatingSuspendableChannel.java:347)
at org.xnio.channels.FramedMessageChannel.shutdownReads(FramedMessageChannel.java:199)
at org.jboss.remoting3.remote.RemoteConnection.handleIncomingCloseRequest(RemoteConnection.java:140)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:83)
at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.761 sec <<< FAILURE!
Running org.jboss.as.protocol.old.PipeTest
Buffer size: 31; piece size: 31; piece count 4228
Buffer size: 31; piece size: 64; piece count 2048
Buffer size: 31; piece size: 127; piece count 1032
Buffer size: 256; piece size: 31; piece count 4228
Buffer size: 256; piece size: 64; piece count 2048
Buffer size: 256; piece size: 127; piece count 1032
Buffer size: 8192; piece size: 31; piece count 4228
Buffer size: 8192; piece size: 64; piece count 2048
Buffer size: 8192; piece size: 127; piece count 1032
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec
Running org.jboss.as.protocol.old.ChunkyByteInputOutputTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Results :
Failed tests: testExceptionInRequestWrite(org.jboss.as.protocol.mgmt.RemoteChannelManagementTestCase)
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [1.660s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.803s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.413s]
[INFO] JBoss Application Server: Protocol Utilities ...... FAILURE [8.612s]
[INFO] JBoss Application Server: Controller Client ....... SKIPPED
[INFO] JBoss Application Server: Public APIs ............. SKIPPED
[INFO] JBoss Application Server: Command line interface .. SKIPPED
[INFO] JBoss Application Server: Clustering Subsystem .... SKIPPED
[INFO] JBoss Application Server: Clustering Server API ... SKIPPED
[INFO] JBoss Application Server: Controller Core ......... SKIPPED
[INFO] JBoss Application Server: Common code for clustering subsystems SKIPPED
[INFO] JBoss Application Server: Network ................. SKIPPED
[INFO] JBoss Application Server: Threading Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Domain Management ....... SKIPPED
[INFO] JBoss Application Server: Domain HTTP API ......... SKIPPED
[INFO] JBoss Application Server: Deployment Repository ... SKIPPED
[INFO] JBoss Application Server: Embedded ................ SKIPPED
[INFO] JBoss Application Server: Platform MBean integration SKIPPED
[INFO] JBoss Application Server: Process Controller ...... SKIPPED
[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Server .................. SKIPPED
[INFO] JBoss Application Server: Subsystem Test Harness .. SKIPPED
[INFO] JBoss Application Server: JGroups Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Clustering Server API implementation SKIPPED
[INFO] JBoss Application Server: Naming Subsystem ........ SKIPPED
[INFO] JBoss Application Server: EE ...................... SKIPPED
[INFO] JBoss Application Server: Transaction Subsystem ... SKIPPED
[INFO] JBoss Application Server: Infinispan Subsystem .... SKIPPED
[INFO] JBoss Application Server: Distributed Web Session SPI SKIPPED
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SKIPPED
[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Connector Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EE Deployment ........... SKIPPED
[INFO] JBoss Application Server: EJB Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Web Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA SPI ................. SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ SKIPPED
[INFO] JBoss Application Server: JAX-RS Integration ...... SKIPPED
[INFO] JBoss Application Server: JMX Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Host Controller ......... SKIPPED
[INFO] JBoss Application Server: JacORB Subsystem ........ SKIPPED
[INFO] JBoss Application Server: Logging Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Mail subsystem .......... SKIPPED
[INFO] JBoss Application Server: Messaging Subsystem ..... SKIPPED
[INFO] JBoss Application Server: ModCluster Subsystem .... SKIPPED
[INFO] JBoss Application Server: POJO Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi .................... SKIPPED
[INFO] JBoss Application Server: OSGi Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED
[INFO] JBoss Application Server: Service Archive Subsystem SKIPPED
[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SKIPPED
[INFO] JBoss Application Server: XTS Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SKIPPED
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SKIPPED
[INFO] JBoss Application Server: Build ................... SKIPPED
[INFO] JBoss Application Server: Arquillian .............. SKIPPED
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SKIPPED
[INFO] JBoss Application Server: Arquillian Common ....... SKIPPED
[INFO] JBoss Application Server: Arquillian Protocol JMX . SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container SKIPPED
[INFO] JBoss Application Server: Arquillian Remote Container SKIPPED
[INFO] JBoss Application Server: Arquillian TestNG Integration SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Domain Container SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container for clustering SKIPPED
[INFO] JBoss Application Server: Demos: Aggregator ....... SKIPPED
[INFO] JBoss Application Server: Demos: AS7 API .......... SKIPPED
[INFO] JBoss Application Server: Demos: Spec ............. SKIPPED
[INFO] JBoss Application Server: Demos: AS7 Internals .... SKIPPED
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED SKIPPED
[INFO] JBoss Application Server: Distribution ............ SKIPPED
[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SKIPPED
[INFO] JBoss Application Server Test Suite: Aggregator ... SKIPPED
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.466s
[INFO] Finished at: Thu Sep 29 11:39:56 EDT 2011
[INFO] Final Memory: 84M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project jboss-as-protocol: There are test failures.
[ERROR]
[ERROR] Please refer to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/s...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jboss-as-protocol
Archiving artifacts
Recording test results
13 years, 2 months
Build failed in Jenkins: JBoss-AS-7.0.x-testSuite-windows #476
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/47...>
Changes:
[Jason T. Greene] Parse the correct Java version - JBAS-1965
------------------------------------------
[...truncated 13332 lines...]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: cmd.exe /X /C "git show"
[INFO] Working directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice
[INFO] Storing buildNumber: 29233551a6bd14bf136f5e1722804d280ec6e95d at timestamp: 1317238764762
[INFO] Executing: cmd.exe /X /C "git show"
[INFO] Working directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (default) @ jboss-as-testsuite-timerservice ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\endorsed\jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-timerservice ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-as-testsuite-timerservice ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-testsuite-timerservice ---
[INFO] Source directory does not exist - skipping report.
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (clean-old-timers) @ jboss-as-testsuite-timerservice ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-timerservice ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ jboss-as-testsuite-timerservice ---
[INFO] Compiling 40 source files to W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\test-classes
[WARNING] \workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\src\test\java\org\jboss\as\testsuite\timerservice\schedule\descriptor\DescriptorScheduleTestCase.java:[60,28] [deprecation] Date(int,int,int,int,int,int) in java.util.Date has been deprecated
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-resources) @ jboss-as-testsuite-timerservice ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 96 resources
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ jboss-as-testsuite-timerservice ---
[INFO] Surefire report directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.testsuite.timerservice.aroundtimeout.TimerServiceInterceptorOrderTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.484 sec
Running org.jboss.as.testsuite.timerservice.cdi.requestscope.CDIRequestScopeTimerServiceTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 sec
Running org.jboss.as.testsuite.timerservice.mdb.SimpleTimerMDBTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 sec
Running org.jboss.as.testsuite.timerservice.persistence.TimerServicePersistenceFirstTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 sec
Running org.jboss.as.testsuite.timerservice.schedule.descriptor.DescriptorScheduleTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec
Running org.jboss.as.testsuite.timerservice.schedule.SimpleScheduleFirstTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 sec
Running org.jboss.as.testsuite.timerservice.serialization.TimerServiceSerializationFirstTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 sec
Running org.jboss.as.testsuite.timerservice.simple.SimpleTimerServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec
Running org.jboss.as.testsuite.timerservice.tx.retry.TimerRetryTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec
Running org.jboss.as.testsuite.timerservice.view.ViewTimerServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec
Results :
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (preview) @ jboss-as-testsuite-timerservice ---
[INFO] Surefire report directory: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.testsuite.timerservice.persistence.TimerServicePersistenceSecondTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14 sec
Running org.jboss.as.testsuite.timerservice.schedule.SimpleScheduleSecondTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
Running org.jboss.as.testsuite.timerservice.serialization.TimerServiceSerializationSecondTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ jboss-as-testsuite-timerservice ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ jboss-as-testsuite-timerservice ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-testsuite-timerservice ---
[INFO] Installing W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\target\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.jar to C:\Documents and Settings\hudson\.m2\repository\org\jboss\as\jboss-as-testsuite-timerservice\7.1.0.Alpha2-SNAPSHOT\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.jar
[INFO] Installing W:\workspace\JBoss-AS-7.0.x-testSuite-windows\testsuite\timerservice\pom.xml to C:\Documents and Settings\hudson\.m2\repository\org\jboss\as\jboss-as-testsuite-timerservice\7.1.0.Alpha2-SNAPSHOT\jboss-as-testsuite-timerservice-7.1.0.Alpha2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [0.907s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.640s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.782s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [20.702s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [5.922s]
[INFO] JBoss Application Server: Public APIs ............. SUCCESS [0.875s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [10.500s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.703s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [15.234s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [18.391s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [8.468s]
[INFO] JBoss Application Server: Network ................. SUCCESS [6.032s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [10.312s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [6.156s]
[INFO] JBoss Application Server: Domain HTTP API ......... SUCCESS [8.672s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [4.250s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [8.234s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [10.156s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [12.109s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [7.110s]
[INFO] JBoss Application Server: Server .................. SUCCESS [15.640s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [13.922s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [13.375s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [5.640s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [20.172s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [16.062s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [21.906s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [21.547s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [8.328s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [17.015s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [22.000s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [37.187s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [12.172s]
[INFO] JBoss Application Server: Domain Controller ....... SUCCESS [6.953s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [6.484s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [35.968s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [30.937s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.688s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [9.203s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [21.359s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [28.875s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [15.406s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [16.421s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [13.063s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.156s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [15.937s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [12.390s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [32.781s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [16.313s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.203s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.671s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [25.859s]
[INFO] JBoss Application Server: OSGi Config Admin ....... SUCCESS [6.438s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [9.969s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.687s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [34.234s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [14.375s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [7.593s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [7.016s]
[INFO] JBoss Application Server: Build ................... SUCCESS [13.422s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.718s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [5.188s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [7.562s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [7.922s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [24.875s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [7.750s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [18.827s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [12.500s]
[INFO] JBoss Application Server: Arquillian Managed Container for clustering SUCCESS [5.688s]
[INFO] JBoss Application Server: Demos: Aggregator ....... SUCCESS [2.312s]
[INFO] JBoss Application Server: Demos: AS7 API .......... SUCCESS [3.735s]
[INFO] JBoss Application Server: Demos: Spec ............. SUCCESS [5.234s]
[INFO] JBoss Application Server: Demos: AS7 Internals .... SUCCESS [2.734s]
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED SUCCESS [38.187s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [1.344s]
[INFO] JBoss Application Server: OSGi Integration Plugin . SUCCESS [5.828s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [9.531s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [5.297s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [1.484s]
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SUCCESS [1:43.077s]
[INFO] JBoss Application Server Test Suite: Specification Tests SUCCESS [1:30.983s]
[INFO] JBoss Application Server Test Suite: Integration Tests SUCCESS [3:12.310s]
[INFO] JBoss Application Server Test Suite: Clustering Tests SUCCESS [44.172s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [40.608s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [13:55.240s]
[INFO] JBoss Application Server Test Suite: Timer Service Tests SUCCESS [55.030s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38:37.782s
[INFO] Finished at: Wed Sep 28 15:40:18 EDT 2011
[INFO] Final Memory: 123M/247M
[INFO] ------------------------------------------------------------------------
Press any key to continue . . .
Recording test results
ERROR: Failed to archive test reports
hudson.util.IOException2: remote file operation failed: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/ws/> at hudson.remoting.Channel@3921060e:soa7-win
at hudson.FilePath.act(FilePath.java:754)
at hudson.FilePath.act(FilePath.java:738)
at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:83)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:123)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:135)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:649)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:625)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:603)
at hudson.model.Build$RunnerImpl.post2(Build.java:161)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:572)
at hudson.model.Run.run(Run.java:1386)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.util.IOException2: Failed to read <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-testSuite-windows/ws...>
at hudson.tasks.junit.TestResult.parse(TestResult.java:215)
at hudson.tasks.junit.TestResult.parse(TestResult.java:155)
at hudson.tasks.junit.TestResult.<init>(TestResult.java:118)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:114)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:87)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1958)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.dom4j.DocumentException: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.msg.SAXMessages, locale en_US Nested exception: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.msg.SAXMessages, locale en_US
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
at org.dom4j.io.SAXReader.read(SAXReader.java:264)
at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:101)
at hudson.tasks.junit.TestResult.parse(TestResult.java:200)
... 14 more
Caused by: java.util.MissingResourceException: Can't find bundle for base name com.sun.org.apache.xerces.internal.impl.msg.SAXMessages, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage(SAXMessageFormatter.java:53)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.getProperty(AbstractSAXParser.java:2060)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.setProperty(SAXParserImpl.java:467)
at org.dom4j.io.SAXHelper.setParserProperty(SAXHelper.java:34)
at org.dom4j.io.SAXReader.configureReader(SAXReader.java:911)
at org.dom4j.io.SAXReader.read(SAXReader.java:463)
... 17 more
13 years, 2 months