Build failed in Jenkins: SwitchYard-Quickstarts #1884
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
Changes:
[kbabo] [SWITCHYARD-1934] - Fixed JBDS issue
------------------------------------------
[...truncated 1017 lines...]
13:42:59,819 WARN [org.jboss.weld.interceptor.util.InterceptionTypeRegistry] Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
13:42:59,819 WARN [org.jboss.weld.interceptor.util.InterceptionTypeRegistry] Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
13:43:01,186 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
13:43:01,285 INFO [org.switchyard.security] SWITCHYARD014201: Using SecurityProvider implementation: org.switchyard.security.provider.JaasSecurityProvider
13:43:01,294 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-1) is starting
13:43:01,810 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 187 type converters
Jan 20, 2014 1:43:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: Production
13:43:01,894 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
13:43:01,931 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
13:43:01,933 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-1) started in 0.638 seconds
13:43:03,318 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:bean-service:0.1.0}OrderService/InventoryService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:bean-service:0.1.0%7DOrderService/InventoryService]
13:43:03,901 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:bean-service:0.1.0}OrderService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:bean-service:0.1.0%7DOrderService]
13:43:03,911 ERROR [org.switchyard.test.SwitchYardRunner] Error while test kit startup
java.lang.NoClassDefFoundError: org/switchyard/component/common/composer/BindingData
at org.switchyard.component.soap.deploy.SOAPActivator.activateBinding(SOAPActivator.java:49)
at org.switchyard.deploy.internal.Deployment.deployServiceBindings(Deployment.java:618)
at org.switchyard.deploy.internal.Deployment.start(Deployment.java:145)
at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:757)
at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:177)
at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:60)
at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:236)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:233)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:85)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: java.lang.ClassNotFoundException: org.switchyard.component.common.composer.BindingData
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 28 more
Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)
at java.util.zip.ZipFile.read(Native Method)
at java.util.zip.ZipFile.access$1200(ZipFile.java:31)
at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:459)
at java.util.zip.ZipFile$1.fill(ZipFile.java:242)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
at sun.misc.Resource.getBytes(Resource.java:108)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:257)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
... 33 more
13:43:03,921 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-1) is shutting down
13:43:03,923 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 2 routes (timeout 30 seconds)
13:43:03,931 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:bean-service:0.1.0}OrderService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:bean-service:0.1.0%7DOrderService]
13:43:03,932 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:bean-service:0.1.0}OrderService/InventoryService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:bean-service:0.1.0%7DOrderService/InventoryService]
13:43:03,933 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 2 routes completed in 0 seconds
13:43:03,961 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=187, misses=0]
13:43:03,965 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-1) is shutdown in 0.044 seconds. Uptime 2.672 seconds.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.396 sec <<< FAILURE!
Running org.switchyard.quickstarts.bean.service.TypeTransformationTest
13:43:04,843 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
13:43:04,849 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-2) is starting
13:43:05,110 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 187 type converters
13:43:05,140 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
13:43:05,151 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
13:43:05,152 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-2) started in 0.303 seconds
13:43:05,222 INFO [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
13:43:05,226 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-3) is starting
13:43:05,395 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 187 type converters
13:43:05,412 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
13:43:05,418 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
13:43:05,419 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-3) started in 0.193 seconds
13:43:06,027 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:OrderService started and consuming from: Endpoint[direct://OrderService]
13:43:06,329 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:InventoryService started and consuming from: Endpoint[direct://InventoryService]
13:43:06,347 INFO [org.switchyard.bus.camel] SWITCHYARD011002: Removing route direct:OrderService
13:43:06,348 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
13:43:06,349 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:OrderService shutdown complete, was consuming from: Endpoint[direct://OrderService]
13:43:06,349 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
13:43:06,356 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:OrderService is stopped, was consuming from: Endpoint[direct://OrderService]
13:43:06,363 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:OrderService is shutdown and removed, was consuming from: Endpoint[direct://OrderService]
13:43:06,767 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:OrderService started and consuming from: Endpoint[direct://OrderService]
13:43:06,867 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-2) is shutting down
13:43:06,867 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 2 routes (timeout 30 seconds)
13:43:06,868 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:OrderService shutdown complete, was consuming from: Endpoint[direct://OrderService]
13:43:06,868 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:InventoryService shutdown complete, was consuming from: Endpoint[direct://InventoryService]
13:43:06,870 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 2 routes completed in 0 seconds
13:43:06,894 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=3, hits=1, misses=2, failures=0] mappings[total=187, misses=1]
13:43:06,898 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-2) is shutdown in 0.031 seconds. Uptime 2.050 seconds.
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1249)
at org.switchyard.component.test.mixins.cdi.CDIMixIn.uninitialize(CDIMixIn.java:245)
at org.switchyard.test.SwitchYardTestKit.cleanupMixIns(SwitchYardTestKit.java:810)
at org.switchyard.test.SwitchYardTestKit.cleanup(SwitchYardTestKit.java:186)
at org.switchyard.test.SwitchYardRunner$TestLifecycleListener.testFinished(SwitchYardRunner.java:95)
at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:145)
at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:41)
at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:142)
at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:41)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:269)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:85)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.671 sec <<< FAILURE!
Running org.switchyard.quickstarts.bean.service.OrderServiceTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE!
Running org.switchyard.quickstarts.bean.service.InventoryServiceTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE!
Results :
Tests in error:
invokeOrderWebService(org.switchyard.quickstarts.bean.service.WebServiceTest)
Test mechanism
testTransformXMLtoJava(org.switchyard.quickstarts.bean.service.TypeTransformationTest)
testTransformJavaToXML(org.switchyard.quickstarts.bean.service.TypeTransformationTest)
testOrderAccepted(org.switchyard.quickstarts.bean.service.OrderServiceTest)
Test mechanism
testItemLookupExists(org.switchyard.quickstarts.bean.service.InventoryServiceTest)
Test mechanism
testItemLookupNonexistent(org.switchyard.quickstarts.bean.service.InventoryServiceTest)
Tests run: 9, Failures: 0, Errors: 9, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard Quickstart: quickstarts ................ SUCCESS [7.833s]
[INFO] SwitchYard Quickstart: bean-service ............... FAILURE [1:20.156s]
[INFO] SwitchYard Quickstart: bpel-jms-binding ........... SKIPPED
[INFO] SwitchYard Quickstart: bpel-loan-approval ......... SKIPPED
[INFO] SwitchYard Quickstart: bpel-say-hello ............. SKIPPED
[INFO] SwitchYard Quickstart: bpel-simple-correlation .... SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba .. SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - bpel SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - ws SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-wsat .............. SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-wsat - bpel ....... SKIPPED
[INFO] SwitchYard Quickstart: bpel-xts-wsat - ws ......... SKIPPED
[INFO] SwitchYard Quickstart: bpm-service ................ SKIPPED
[INFO] SwitchYard Quickstart: camel-binding .............. SKIPPED
[INFO] SwitchYard Quickstart: camel-jaxb ................. SKIPPED
[INFO] SwitchYard Quickstart: camel-amqp-binding ......... SKIPPED
[INFO] SwitchYard Quickstart: camel-ftp-binding .......... SKIPPED
[INFO] SwitchYard Quickstart: camel-jms-binding .......... SKIPPED
[INFO] SwitchYard Quickstart: camel-netty-binding ........ SKIPPED
[INFO] SwitchYard Quickstart: camel-quartz-binding ....... SKIPPED
[INFO] SwitchYard Quickstart: camel-jpa-binding .......... SKIPPED
[INFO] SwitchYard Quickstart: camel-sql-binding .......... SKIPPED
[INFO] SwitchYard Quickstart: camel-mail-binding ......... SKIPPED
[INFO] SwitchYard Quickstart: camel-service .............. SKIPPED
[INFO] SwitchYard Quickstart: camel-soap-proxy ........... SKIPPED
[INFO] SwitchYard Quickstart: camel-bus-cdi .............. SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment ............. SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - artifacts . SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - order-service SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - order-consumer SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - ear-assembly SKIPPED
[INFO] SwitchYard Quickstart: http-binding ............... SKIPPED
[INFO] SwitchYard Quickstart: remote-invoker ............. SKIPPED
[INFO] SwitchYard Quickstart: rest-binding ............... SKIPPED
[INFO] SwitchYard Quickstart: rules-camel-cbr ............ SKIPPED
[INFO] SwitchYard Quickstart: rules-interview ............ SKIPPED
[INFO] SwitchYard Quickstart: rules-interview-container .. SKIPPED
[INFO] SwitchYard Quickstart: rules-interview-dtable ..... SKIPPED
[INFO] SwitchYard Quickstart: soap-addressing ............ SKIPPED
[INFO] SwitchYard Quickstart: soap-attachment ............ SKIPPED
[INFO] SwitchYard Quickstart: soap-binding-rpc ........... SKIPPED
[INFO] SwitchYard Quickstart: soap-mtom .................. SKIPPED
[INFO] SwitchYard Quickstart: jca-inflow-hornetq ......... SKIPPED
[INFO] SwitchYard Quickstart: jca-outbound-hornetq ....... SKIPPED
[INFO] SwitchYard Quickstart: jca-inflow-activemq ........ SKIPPED
[INFO] SwitchYard Quickstart: jca-outbound-activemq ...... SKIPPED
[INFO] SwitchYard Quickstart: transform-jaxb ............. SKIPPED
[INFO] SwitchYard Quickstart: transform-json ............. SKIPPED
[INFO] SwitchYard Quickstart: transform-smooks ........... SKIPPED
[INFO] SwitchYard Quickstart: transform-xslt ............. SKIPPED
[INFO] SwitchYard Quickstart: validate-xml ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) with Propagation SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Signature+Encryption (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Username (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] Quickstart Demo: Cluster - Client ................. SKIPPED
[INFO] Quickstart Demo: Cluster - Credit Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster - Dealer Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster .......................... SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Client SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Credit Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Dealer Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation ... SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:39.666s
[INFO] Finished at: Mon Jan 20 13:43:07 EST 2014
[INFO] Final Memory: 85M/311M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-bean-service: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> 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 :switchyard-bean-service
Build step 'Invoke top-level Maven targets' marked build as failure
10 years, 11 months
Build failed in Jenkins: SwitchYard-Quickstarts #1880
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 12949 lines...]
Address: http://localhost:8081/soap-addressing/warehouse/WarehouseService
Encoding: UTF-8
Http-Method: POST
Content-Type: text/xml; charset=UTF-8
Headers: {Accept=[*/*], Cache-Control=[no-cache], connection=[keep-alive], Content-Length=[1081], content-type=[text/xml; charset=UTF-8], Host=[localhost:8081], Pragma=[no-cache], SOAPAction=[""], User-Agent=[Apache CXF 2.6.6]}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://www.w3.org/2005/08/addressing">urn:switchyard-quickstart:soap-addressing:1.0:WarehouseService:orderRequest</Action><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:bc9ee77b-612c-4b43-badf-4bdb1050a786</MessageID><To xmlns="http://www.w3.org/2005/08/addressing">http://localhost:8081/soap-addressing/warehouse/WarehouseService</To><wsa:ReplyTo xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Address>http://localhost:8081/soap-addressing/client/ResponseService</wsa:Address></wsa:ReplyTo><wsa:FaultTo xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Address>http://localhost:8081/soap-addressing/fault/FaultService</wsa:Address></wsa:FaultTo><wsa:RelatesTo xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:3d3fcbbb-fd43-4118-b40e-62577894f39a</wsa:RelatesTo></soap:Header><soap:Body><ns2:order xmlns:ns2="urn:switchyard-quickstart:soap-addressi!
ng:1.0">
<item>Boeing</item>
<quantity>10</quantity>
</ns2:order></soap:Body></soap:Envelope>
--------------------------------------
16:58:57,148 INFO [org.apache.cxf.services.WarehouseService.WarehouseServicePort.WarehouseService] Outbound Message
---------------------------
ID: 5
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:44431bb0-f708-48e5-a2e8-12b8ac199914</MessageID><To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To><ReplyTo xmlns="http://www.w3.org/2005/08/addressing"><Address>http://www.w3.org/2005/08/addressing/none</Address></ReplyTo><RelatesTo xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/unspecified</RelatesTo></soap:Header><soap:Body/></soap:Envelope>
--------------------------------------
16:58:57,193 TRACE [org.switchyard.component.soap.OutboundHandler] Outbound <--- Response:[null]
16:58:57,208 TRACE [org.switchyard.component.soap.InboundHandler] Inbound <-- Request:[<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<Action xmlns="http://www.w3.org/2005/08/addressing">urn:switchyard-quickstart:soap-addressing:1.0:WarehouseService:orderRequest</Action>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:bc9ee77b-612c-4b43-badf-4bdb1050a786</MessageID>
<To xmlns="http://www.w3.org/2005/08/addressing">http://localhost:8081/soap-addressing/warehouse/WarehouseService</To>
<wsa:ReplyTo xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Address>http://localhost:8081/soap-addressing/client/ResponseService</wsa:Address>
</wsa:ReplyTo>
<wsa:FaultTo xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Address>http://localhost:8081/soap-addressing/fault/FaultService</wsa:Address>
</wsa:FaultTo>
<wsa:RelatesTo xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:3d3fcbbb-fd43-4118-b40e-62577894f39a</wsa:RelatesTo>
</soap:Header>
<soap:Body>
<ns2:order xmlns:ns2="urn:switchyard-quickstart:soap-addressing:1.0">
<item>Boeing</item>
<quantity>10</quantity>
</ns2:order>
</soap:Body>
</soap:Envelope>
]
16:58:57,209 DEBUG [org.switchyard.component.soap.InboundHandler] Received SOAP message targeted at Webservice operation 'order' on port 'WarehouseServicePort'.
16:58:57,211 TRACE [org.switchyard.component.soap.InboundHandler] Inbound --> Response:[<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<orderResponse xmlns="urn:switchyard-quickstart:soap-addressing:1.0">
<return>Thank you for your order. You should hear back from our WarehouseService shortly!</return>
</orderResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
]
16:58:57,214 INFO [route10] WarehouseService - message received: org.switchyard.quickstarts.soap.addressing.Order@630ed39f
16:58:57,218 INFO [org.apache.cxf.services.OrderService.OrderServicePort.OrderService] Outbound Message
---------------------------
ID: 4
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://www.w3.org/2005/08/addressing">urn:switchyard-quickstart:soap-addressing:1.0:OrderService:orderResponse</Action><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:456604de-0cfa-4aa8-be82-3d86db738f9f</MessageID><RelatesTo xmlns="http://www.w3.org/2005/08/addressing">uuid:3d3fcbbb-fd43-4118-b40e-62577894f39a</RelatesTo></soap:Header><soap:Body><orderResponse xmlns="urn:switchyard-quickstart:soap-addressing:1.0">
<return>Thank you for your order. You should hear back from our WarehouseService shortly!</return>
</orderResponse></soap:Body></soap:Envelope>
--------------------------------------
16:58:57,235 TRACE [org.switchyard.component.soap.OutboundHandler] Outbound ---> Request:[<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<orderResponse xmlns="urn:switchyard-quickstart:soap-addressing:1.0">
<return>Order Boeing with quantity 10 accepted.</return>
</orderResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
] oneWay
16:58:57,245 INFO [org.apache.cxf.services.ResponseService.ResponseServicePort.ResponseService] Inbound Message
----------------------------
ID: 6
Address: http://localhost:8081/soap-addressing/client/ResponseService
Encoding: UTF-8
Http-Method: POST
Content-Type: text/xml; charset=UTF-8
Headers: {Accept=[*/*], Cache-Control=[no-cache], connection=[keep-alive], Content-Length=[904], content-type=[text/xml; charset=UTF-8], Host=[localhost:8081], Pragma=[no-cache], SOAPAction=[""], User-Agent=[Apache CXF 2.6.6]}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://www.w3.org/2005/08/addressing">urn:switchyard-quickstart:soap-addressing:1.0:ResponseService:orderResponse</Action><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:16ef6696-051a-4714-9dbd-2f45b7c63d93</MessageID><ReplyTo xmlns="http://www.w3.org/2005/08/addressing"><Address>http://www.w3.org/2005/08/addressing/none</Address></ReplyTo><wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://localhost:8081/soap-addressing/client/ResponseService</wsa:To><wsa:RelatesTo xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:3d3fcbbb-fd43-4118-b40e-62577894f39a</wsa:RelatesTo></soap:Header><soap:Body><orderResponse xmlns="urn:switchyard-quickstart:soap-addressing:1.0">
<return>Order Boeing with quantity 10 accepted.</return>
</orderResponse></soap:Body></soap:Envelope>
--------------------------------------
16:58:57,253 INFO [org.apache.cxf.services.ResponseService.ResponseServicePort.ResponseService] Outbound Message
---------------------------
ID: 6
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:35c68fd6-fd4b-49b7-9b51-c499499de8f5</MessageID><To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To><ReplyTo xmlns="http://www.w3.org/2005/08/addressing"><Address>http://www.w3.org/2005/08/addressing/none</Address></ReplyTo><RelatesTo xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/unspecified</RelatesTo></soap:Header><soap:Body/></soap:Envelope>
--------------------------------------
16:58:57,253 TRACE [org.switchyard.component.soap.OutboundHandler] Outbound <--- Response:[null]
16:58:57,270 TRACE [org.switchyard.component.soap.InboundHandler] Inbound <-- Request:[<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<Action xmlns="http://www.w3.org/2005/08/addressing">urn:switchyard-quickstart:soap-addressing:1.0:ResponseService:orderResponse</Action>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:16ef6696-051a-4714-9dbd-2f45b7c63d93</MessageID>
<ReplyTo xmlns="http://www.w3.org/2005/08/addressing">
<Address>http://www.w3.org/2005/08/addressing/none</Address>
</ReplyTo>
<wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://localhost:8081/soap-addressing/client/ResponseService</wsa:To>
<wsa:RelatesTo xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:3d3fcbbb-fd43-4118-b40e-62577894f39a</wsa:RelatesTo>
</soap:Header>
<soap:Body>
<orderResponse xmlns="urn:switchyard-quickstart:soap-addressing:1.0">
<return>Order Boeing with quantity 10 accepted.</return>
</orderResponse>
</soap:Body>
</soap:Envelope>
]
16:58:57,270 DEBUG [org.switchyard.component.soap.InboundHandler] Received SOAP message targeted at Webservice operation 'order' on port 'ResponseServicePort'.
16:58:57,275 INFO [route11] ClientService - message received: org.switchyard.quickstarts.soap.addressing.OrderResponse@13c4b1c6
16:58:57,325 INFO [org.switchyard.component.soap] SWITCHYARD035004: Stopping WebService at http://127.0.0.1:8081/soap-addressing/order/OrderService
16:58:57,326 INFO [org.eclipse.jetty.server.handler.ContextHandler] stopped o.e.j.s.h.ContextHandler{/soap-addressing/order,null}
16:58:57,326 INFO [org.switchyard.component.soap] SWITCHYARD035010: WebService {urn:switchyard-quickstart:soap-addressing:1.0}OrderService:OrderServicePort stopped.
16:58:57,327 INFO [org.switchyard.component.soap] SWITCHYARD035004: Stopping WebService at http://127.0.0.1:8081/soap-addressing/warehouse/WarehouseService
16:58:57,327 INFO [org.eclipse.jetty.server.handler.ContextHandler] stopped o.e.j.s.h.ContextHandler{/soap-addressing/warehouse,null}
16:58:57,327 INFO [org.switchyard.component.soap] SWITCHYARD035010: WebService {urn:switchyard-quickstart:soap-addressing:1.0}WarehouseService:WarehouseServicePort stopped.
16:58:57,328 INFO [org.switchyard.component.soap] SWITCHYARD035004: Stopping WebService at http://127.0.0.1:8081/soap-addressing/client/ResponseService
16:58:57,328 INFO [org.eclipse.jetty.server.handler.ContextHandler] stopped o.e.j.s.h.ContextHandler{/soap-addressing/client,null}
16:58:57,328 INFO [org.switchyard.component.soap] SWITCHYARD035010: WebService {urn:switchyard-quickstart:soap-addressing:1.0}ResponseService:ResponseServicePort stopped.
16:58:57,328 INFO [org.switchyard.component.soap] SWITCHYARD035004: Stopping WebService at http://127.0.0.1:8081/soap-addressing/fault/FaultService
16:58:57,329 INFO [org.eclipse.jetty.server.handler.ContextHandler] stopped o.e.j.s.h.ContextHandler{/soap-addressing/fault,null}
16:58:57,329 INFO [org.switchyard.component.soap] SWITCHYARD035010: WebService {urn:switchyard-quickstart:soap-addressing:1.0}FaultService:FaultServicePort stopped.
16:58:57,332 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-4) is shutting down
16:58:57,332 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 13 routes (timeout 30 seconds)
16:58:57,333 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Waiting as there are still 3 inflight and pending exchanges to complete, timeout in 30 seconds.
16:58:58,334 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}FaultService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DFaultService]
16:58:58,334 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}ClientService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DClientService]
16:58:58,334 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}WarehouseService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DWarehouseService]
16:58:58,335 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}OrderService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DOrderService]
16:58:58,335 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: route12 shutdown complete, was consuming from: Endpoint[switchyard://FaultService]
16:58:58,335 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}Route4/FaultFileService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DRoute4/FaultFileService]
16:58:58,335 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: route11 shutdown complete, was consuming from: Endpoint[switchyard://ClientService]
16:58:58,335 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}Route3/ClientFileService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DRoute3/ClientFileService]
16:58:58,336 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: route10 shutdown complete, was consuming from: Endpoint[switchyard://WarehouseService]
16:58:58,336 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}Route2/FaultServiceExternal shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DRoute2/FaultServiceExternal]
16:58:58,336 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}Route2/ClientServiceExternal shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DRoute2/ClientServiceExternal]
16:58:58,336 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: route9 shutdown complete, was consuming from: Endpoint[switchyard://OrderService]
16:58:58,337 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:soap-addressing:1.0}Route/WarehouseServiceExternal shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:soap-addressing:1.0%7DRoute/WarehouseServiceExternal]
16:58:58,338 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 13 routes completed in 1 seconds
16:58:58,377 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=18, hits=18, misses=0, failures=0] mappings[total=188, misses=0]
16:58:58,386 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-4) is shutdown in 1.054 seconds. Uptime 4.076 seconds.
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 19.664 sec <<< FAILURE!
Results :
Failed tests:
wsAddressingReplyTo(org.switchyard.quickstarts.soap.addressing.SoapAddressingTest)
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard Quickstart: quickstarts ................ SUCCESS [5.751s]
[INFO] SwitchYard Quickstart: bean-service ............... SUCCESS [1:26.996s]
[INFO] SwitchYard Quickstart: bpel-jms-binding ........... SUCCESS [1:02.205s]
[INFO] SwitchYard Quickstart: bpel-loan-approval ......... SUCCESS [58.717s]
[INFO] SwitchYard Quickstart: bpel-say-hello ............. SUCCESS [43.246s]
[INFO] SwitchYard Quickstart: bpel-simple-correlation .... SUCCESS [44.474s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba .. SUCCESS [0.075s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - bpel SUCCESS [2.589s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - ws SUCCESS [1.429s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat .............. SUCCESS [0.065s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat - bpel ....... SUCCESS [1.315s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat - ws ......... SUCCESS [0.973s]
[INFO] SwitchYard Quickstart: bpm-service ................ SUCCESS [1:17.319s]
[INFO] SwitchYard Quickstart: camel-binding .............. SUCCESS [8.716s]
[INFO] SwitchYard Quickstart: camel-jaxb ................. SUCCESS [20.795s]
[INFO] SwitchYard Quickstart: camel-amqp-binding ......... SUCCESS [16.079s]
[INFO] SwitchYard Quickstart: camel-ftp-binding .......... SUCCESS [21.840s]
[INFO] SwitchYard Quickstart: camel-jms-binding .......... SUCCESS [23.408s]
[INFO] SwitchYard Quickstart: camel-netty-binding ........ SUCCESS [23.669s]
[INFO] SwitchYard Quickstart: camel-quartz-binding ....... SUCCESS [17.885s]
[INFO] SwitchYard Quickstart: camel-jpa-binding .......... SUCCESS [40.863s]
[INFO] SwitchYard Quickstart: camel-sql-binding .......... SUCCESS [24.681s]
[INFO] SwitchYard Quickstart: camel-mail-binding ......... SUCCESS [19.634s]
[INFO] SwitchYard Quickstart: camel-service .............. SUCCESS [12.945s]
[INFO] SwitchYard Quickstart: camel-soap-proxy ........... SUCCESS [34.591s]
[INFO] SwitchYard Quickstart: camel-bus-cdi .............. SUCCESS [22.201s]
[INFO] SwitchYard Quickstart: ear-deployment ............. SUCCESS [0.090s]
[INFO] SwitchYard Quickstart: ear-deployment - artifacts . SUCCESS [0.976s]
[INFO] SwitchYard Quickstart: ear-deployment - order-service SUCCESS [6.641s]
[INFO] SwitchYard Quickstart: ear-deployment - order-consumer SUCCESS [5.411s]
[INFO] SwitchYard Quickstart: ear-deployment - ear-assembly SUCCESS [1.669s]
[INFO] SwitchYard Quickstart: http-binding ............... SUCCESS [26.990s]
[INFO] SwitchYard Quickstart: remote-invoker ............. SUCCESS [35.713s]
[INFO] SwitchYard Quickstart: rest-binding ............... SUCCESS [28.216s]
[INFO] SwitchYard Quickstart: rules-camel-cbr ............ SUCCESS [17.727s]
[INFO] SwitchYard Quickstart: rules-interview ............ SUCCESS [57.889s]
[INFO] SwitchYard Quickstart: rules-interview-container .. SUCCESS [32.587s]
[INFO] SwitchYard Quickstart: rules-interview-dtable ..... SUCCESS [33.730s]
[INFO] SwitchYard Quickstart: soap-addressing ............ FAILURE [45.992s]
[INFO] SwitchYard Quickstart: soap-attachment ............ SKIPPED
[INFO] SwitchYard Quickstart: soap-binding-rpc ........... SKIPPED
[INFO] SwitchYard Quickstart: soap-mtom .................. SKIPPED
[INFO] SwitchYard Quickstart: jca-inflow-hornetq ......... SKIPPED
[INFO] SwitchYard Quickstart: jca-outbound-hornetq ....... SKIPPED
[INFO] SwitchYard Quickstart: jca-inflow-activemq ........ SKIPPED
[INFO] SwitchYard Quickstart: jca-outbound-activemq ...... SKIPPED
[INFO] SwitchYard Quickstart: transform-jaxb ............. SKIPPED
[INFO] SwitchYard Quickstart: transform-json ............. SKIPPED
[INFO] SwitchYard Quickstart: transform-smooks ........... SKIPPED
[INFO] SwitchYard Quickstart: transform-xslt ............. SKIPPED
[INFO] SwitchYard Quickstart: validate-xml ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) with Propagation SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Signature+Encryption (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Username (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] Quickstart Demo: Cluster - Client ................. SKIPPED
[INFO] Quickstart Demo: Cluster - Credit Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster - Dealer Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster .......................... SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Client SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Credit Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Dealer Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation ... SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:13.173s
[INFO] Finished at: Fri Jan 10 16:58:58 EST 2014
[INFO] Final Memory: 235M/619M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-soap-addressing: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> 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 :switchyard-soap-addressing
Build step 'Invoke top-level Maven targets' marked build as failure
10 years, 11 months
Build failed in Jenkins: SwitchYard-Quickstarts #1877
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 6640 lines...]
21:51:51,669 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
21:51:51,671 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@_GreetingService_quartz_1#-511958337 is stopped, was consuming from: Endpoint[quartz://EverySecondJob?cron=*+*+*+*+*+%3F]
21:51:51,674 DEBUG [org.apache.camel.component.quartz.QuartzComponent] Deleting job using trigger: Camel/EverySecondJob
21:51:51,677 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Route: V1CamelQuartzBindingModel/GreetingService@_GreetingService_quartz_1#-511958337 is shutdown and removed, was consuming from: Endpoint[quartz://EverySecondJob?cron=*+*+*+*+*+%3F]
21:51:51,680 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-1) is shutting down
21:51:51,681 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 30 seconds)
21:51:51,684 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-quartz-binding:0.1.0}GreetingService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-quartz-binding:0.1.0%7DGreetingService]
21:51:51,685 INFO [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
21:51:51,701 INFO [org.apache.camel.component.quartz.QuartzComponent] There are no more jobs registered, so shutting down Quartz scheduler: DefaultQuartzScheduler-camel-1
21:51:51,701 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED shutting down.
21:51:51,701 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED paused.
21:51:51,702 INFO [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler-camel-1_$_NON_CLUSTERED shutdown complete.
21:51:51,706 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=10, hits=10, misses=0, failures=0] mappings[total=187, misses=0]
21:51:51,709 INFO [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.3 (CamelContext: camel-1) is shutdown in 0.029 seconds. Uptime 3.644 seconds.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.835 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-camel-quartz-binding ---
[INFO]
[INFO] <<< jboss-as-maven-plugin:7.5.Final:deploy (deploy) @ switchyard-camel-quartz-binding <<<
[INFO]
[INFO] --- jboss-as-maven-plugin:7.5.Final:deploy (deploy) @ switchyard-camel-quartz-binding ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SwitchYard Quickstart: camel-jpa-binding 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: http://maven.repository.redhat.com/earlyaccess/all/org/switchyard/compone...
1019 B
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (1019 B at 3.0 KB/sec)
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
1019 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (1019 B at 1.1 KB/sec)
1019 B
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (1019 B at 1.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: http://maven.repository.redhat.com/earlyaccess/all/org/switchyard/compone...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
1019 B
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (1019 B at 3.1 KB/sec)
1019 B
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (1019 B at 1.9 KB/sec)
1019 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (1019 B at 1.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://maven.repository.redhat.com/earlyaccess/all/org/switchyard/compone...
1 KB
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (1 KB at 2.4 KB/sec)
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
1 KB
1 KB 1 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (1 KB at 1.6 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (1 KB at 1.4 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c...
Downloading: http://maven.repository.redhat.com/earlyaccess/all/org/switchyard/compone...
1 KB
Downloading: http://snapshots.repository.codehaus.org/org/switchyard/components/switch...
Downloaded: http://snapshots.jboss.org/maven2/org/switchyard/components/switchyard-co... (1 KB at 3.1 KB/sec)
1 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar... (1 KB at 1.8 KB/sec)
1 KB
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/switchyard/c... (1 KB at 1.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ switchyard-camel-jpa-binding ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- jboss-as-maven-plugin:7.5.Final:undeploy (undeploy) @ switchyard-camel-jpa-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ switchyard-camel-jpa-binding ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ switchyard-camel-jpa-binding ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ switchyard-camel-jpa-binding ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ switchyard-camel-jpa-binding ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-camel-jpa-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-camel-jpa-binding ---
[INFO] Compiling 6 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-camel-jpa-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- switchyard-plugin:2.0.0-SNAPSHOT:configure (default) @ switchyard-camel-jpa-binding ---
[INFO] SwitchYard configure plugin scanner URLs: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...]>
[INFO] Outputting SwitchYard configuration model to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO] Validating SwitchYard configuration model...
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-camel-jpa-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-camel-jpa-binding ---
[INFO] Compiling 3 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-camel-jpa-binding ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.jpa.binding.CamelJpaBindingStoreTest
Jan 6, 2014 9:52:08 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: Production
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.44 sec <<< FAILURE!
Running org.switchyard.quickstarts.camel.jpa.binding.CamelJpaBindingReceiveTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.684 sec
Results :
Failed tests:
storeEntity(org.switchyard.quickstarts.camel.jpa.binding.CamelJpaBindingStoreTest)
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard Quickstart: quickstarts ................ SUCCESS [4.842s]
[INFO] SwitchYard Quickstart: bean-service ............... SUCCESS [1:35.959s]
[INFO] SwitchYard Quickstart: bpel-jms-binding ........... SUCCESS [1:15.378s]
[INFO] SwitchYard Quickstart: bpel-loan-approval ......... SUCCESS [1:26.889s]
[INFO] SwitchYard Quickstart: bpel-say-hello ............. SUCCESS [1:00.795s]
[INFO] SwitchYard Quickstart: bpel-simple-correlation .... SUCCESS [1:06.182s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba .. SUCCESS [0.077s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - bpel SUCCESS [3.726s]
[INFO] SwitchYard Quickstart: bpel-xts-subordinate-wsba - ws SUCCESS [1.811s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat .............. SUCCESS [0.062s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat - bpel ....... SUCCESS [2.443s]
[INFO] SwitchYard Quickstart: bpel-xts-wsat - ws ......... SUCCESS [1.534s]
[INFO] SwitchYard Quickstart: bpm-service ................ SUCCESS [1:42.246s]
[INFO] SwitchYard Quickstart: camel-binding .............. SUCCESS [12.452s]
[INFO] SwitchYard Quickstart: camel-jaxb ................. SUCCESS [27.686s]
[INFO] SwitchYard Quickstart: camel-amqp-binding ......... SUCCESS [20.418s]
[INFO] SwitchYard Quickstart: camel-ftp-binding .......... SUCCESS [28.680s]
[INFO] SwitchYard Quickstart: camel-jms-binding .......... SUCCESS [30.917s]
[INFO] SwitchYard Quickstart: camel-netty-binding ........ SUCCESS [35.079s]
[INFO] SwitchYard Quickstart: camel-quartz-binding ....... SUCCESS [26.186s]
[INFO] SwitchYard Quickstart: camel-jpa-binding .......... FAILURE [31.703s]
[INFO] SwitchYard Quickstart: camel-sql-binding .......... SKIPPED
[INFO] SwitchYard Quickstart: camel-mail-binding ......... SKIPPED
[INFO] SwitchYard Quickstart: camel-service .............. SKIPPED
[INFO] SwitchYard Quickstart: camel-soap-proxy ........... SKIPPED
[INFO] SwitchYard Quickstart: camel-bus-cdi .............. SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment ............. SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - artifacts . SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - order-service SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - order-consumer SKIPPED
[INFO] SwitchYard Quickstart: ear-deployment - ear-assembly SKIPPED
[INFO] SwitchYard Quickstart: http-binding ............... SKIPPED
[INFO] SwitchYard Quickstart: remote-invoker ............. SKIPPED
[INFO] SwitchYard Quickstart: rest-binding ............... SKIPPED
[INFO] SwitchYard Quickstart: rules-camel-cbr ............ SKIPPED
[INFO] SwitchYard Quickstart: rules-interview ............ SKIPPED
[INFO] SwitchYard Quickstart: rules-interview-container .. SKIPPED
[INFO] SwitchYard Quickstart: rules-interview-dtable ..... SKIPPED
[INFO] SwitchYard Quickstart: soap-addressing ............ SKIPPED
[INFO] SwitchYard Quickstart: soap-attachment ............ SKIPPED
[INFO] SwitchYard Quickstart: soap-binding-rpc ........... SKIPPED
[INFO] SwitchYard Quickstart: soap-mtom .................. SKIPPED
[INFO] SwitchYard Quickstart: jca-inflow-hornetq ......... SKIPPED
[INFO] SwitchYard Quickstart: jca-outbound-hornetq ....... SKIPPED
[INFO] SwitchYard Quickstart: jca-inflow-activemq ........ SKIPPED
[INFO] SwitchYard Quickstart: jca-outbound-activemq ...... SKIPPED
[INFO] SwitchYard Quickstart: transform-jaxb ............. SKIPPED
[INFO] SwitchYard Quickstart: transform-json ............. SKIPPED
[INFO] SwitchYard Quickstart: transform-smooks ........... SKIPPED
[INFO] SwitchYard Quickstart: transform-xslt ............. SKIPPED
[INFO] SwitchYard Quickstart: validate-xml ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) with Propagation SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Signature+Encryption (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Username (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] Quickstart Demo: Cluster - Client ................. SKIPPED
[INFO] Quickstart Demo: Cluster - Credit Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster - Dealer Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster .......................... SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Client SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Credit Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Dealer Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation ... SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:06.498s
[INFO] Finished at: Mon Jan 06 21:52:23 EST 2014
[INFO] Final Memory: 211M/537M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-camel-jpa-binding: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> 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 :switchyard-camel-jpa-binding
Build step 'Invoke top-level Maven targets' marked build as failure
10 years, 11 months
Build failed in Jenkins: SwitchYard-Quickstarts #1875
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
------------------------------------------
[...truncated 1835 lines...]
[INFO]
[INFO] --- jboss-as-maven-plugin:7.5.Final:deploy (deploy) @ switchyard-quickstart-bpel-service-jms-binding ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : BPEL Service : Loan Approval 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- jboss-as-maven-plugin:7.5.Final:undeploy (undeploy) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Compiling 4 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.bpel.service.WebServiceTest
Jan 2, 2014 1:25:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: Production
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.906 sec
Running org.switchyard.quickstarts.bpel.service.RiskAssessmentTest
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.145 sec
Running org.switchyard.quickstarts.bpel.service.LoanApprovalTest
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.302 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-bpel-service-loan-approval/2.0.0-SNAPSHOT/switchyard-quickstart-bpel-service-loan-approval-2.0.0-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-bpel-service-loan-approval/2.0.0-SNAPSHOT/switchyard-quickstart-bpel-service-loan-approval-2.0.0-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-bpel-service-loan-approval/2.0.0-SNAPSHOT/switchyard-quickstart-bpel-service-loan-approval-2.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> jboss-as-maven-plugin:7.5.Final:deploy (deploy) @ switchyard-quickstart-bpel-service-loan-approval >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-bpel-service-loan-approval ---
[WARNING] Artifact org.switchyard.quickstarts:switchyard-quickstart-bpel-service-loan-approval:java-source:sources:2.0.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-bpel-service-loan-approval ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.bpel.service.WebServiceTest
Jan 2, 2014 1:25:49 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: Production
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.414 sec
Running org.switchyard.quickstarts.bpel.service.RiskAssessmentTest
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.469 sec
Running org.switchyard.quickstarts.bpel.service.LoanApprovalTest
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Retrieving document at '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...'.>
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.16 sec <<< FAILURE!
Results :
Tests in error:
testLoanApproval1(org.switchyard.quickstarts.bpel.service.LoanApprovalTest)
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [5.307s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [1:46.461s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [13.319s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [1:06.077s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [1:02.042s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... FAILURE [1:36.179s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SKIPPED
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SKIPPED
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process SKIPPED
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service SKIPPED
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SKIPPED
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process SKIPPED
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service SKIPPED
[INFO] Quickstart : BPM Service .......................... SKIPPED
[INFO] Quickstart : Camel Binding ........................ SKIPPED
[INFO] Quickstart : Camel JAXB ........................... SKIPPED
[INFO] Quickstart : Camel AMQP Binding ................... SKIPPED
[INFO] Quickstart : Camel FTP Binding .................... SKIPPED
[INFO] Quickstart : Camel JMS Binding .................... SKIPPED
[INFO] Quickstart : Camel Netty Binding .................. SKIPPED
[INFO] Quickstart : Camel Quartz Binding ................. SKIPPED
[INFO] Quickstart : Camel JPA Binding .................... SKIPPED
[INFO] Quickstart : Camel SQL Binding .................... SKIPPED
[INFO] Quickstart : Camel Mail Binding ................... SKIPPED
[INFO] Quickstart : Camel Service ........................ SKIPPED
[INFO] Quickstart : Camel SOAP Proxy ..................... SKIPPED
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : EAR Deployment ....................... SKIPPED
[INFO] Quickstart : EAR Deployment - Service Artifacts ... SKIPPED
[INFO] Quickstart : EAR Deployment - Order Service ....... SKIPPED
[INFO] Quickstart : EAR Deployment - Order Consumer ...... SKIPPED
[INFO] Quickstart : EAR Deployment - Application Assembly SKIPPED
[INFO] Quickstart : HTTP Binding ......................... SKIPPED
[INFO] Quickstart : Remote Invoker ....................... SKIPPED
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview (Container) .......... SKIPPED
[INFO] Quickstart : Rules Interview (Decision Table) ..... SKIPPED
[INFO] Quickstart : SOAP with WS-Addressing .............. SKIPPED
[INFO] Quickstart : SOAP with Attachments ................ SKIPPED
[INFO] Quickstart : SOAP Binding RPC/Lit ................. SKIPPED
[INFO] Quickstart : SOAP with MTOM ....................... SKIPPED
[INFO] Quickstart : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... SKIPPED
[INFO] Quickstart : JCA Inflow Binding for ActiveMQ ...... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for ActiveMQ .... SKIPPED
[INFO] Quickstart : JAXB Transformation .................. SKIPPED
[INFO] Quickstart : JSON Transformation .................. SKIPPED
[INFO] Quickstart : Smooks Transformation ................ SKIPPED
[INFO] Quickstart : XSLT Transformation .................. SKIPPED
[INFO] Quickstart : XML Message Validation ............... SKIPPED
[INFO] Quickstart Demo : Help Desk ....................... SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... SKIPPED
[INFO] Quickstart Demo: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Service Artifacts SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Service SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Web App .. SKIPPED
[INFO] Quickstart Demo: Multiple Applications - Order Consumer SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL) with Propagation SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Signature+Encryption (+SSL) SKIPPED
[INFO] Quickstart Demo : Security Policy : WSS Username (+SSL) SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] Quickstart Demo: Cluster - Client ................. SKIPPED
[INFO] Quickstart Demo: Cluster - Credit Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster - Dealer Service ......... SKIPPED
[INFO] Quickstart Demo: Cluster .......................... SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Client SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Credit Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation - Dealer Service SKIPPED
[INFO] Quickstart Demo: Remote Transaction Propagation ... SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:01.354s
[INFO] Finished at: Thu Jan 02 13:26:28 EST 2014
[INFO] Final Memory: 133M/330M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-quickstart-bpel-service-loan-approval: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstart...> 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 :switchyard-quickstart-bpel-service-loan-approval
Build step 'Invoke top-level Maven targets' marked build as failure
10 years, 11 months