[switchyard-dev] Build failed in Jenkins: SwitchYard-Quickstarts #1523

ci-builds at redhat.com ci-builds at redhat.com
Fri Feb 8 15:08:37 EST 2013


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/1523/>

------------------------------------------
[...truncated 4015 lines...]
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/switchyard-quickstart-camel-soap-proxy-sources.jar>
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (make-a-war) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Packaging webapp
[INFO] Assembling webapp [switchyard-quickstart-camel-soap-proxy] in [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/switchyard-quickstart-camel-soap-proxy]>
[INFO] Processing war project
[INFO] Copying webapp resources [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/src/main/webapp]>
[INFO] Webapp assembled in [534 msecs]
[INFO] Building war: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/ReverseService.war>
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- switchyard-plugin:0.8.0-SNAPSHOT:configure (default) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] SwitchYard plugin scanning: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/META-INF/switchyard.xml>
[INFO] Validating SwitchYard configuration model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-camel-soap-proxy ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.soap.proxy.CamelSOAPProxyTest
15:08:32,311 WARN  [org.switchyard.common.camel.SwitchYardCamelContext] CDI environment not detected, disabling Camel CDI integration
15:08:32,343 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
15:08:32,416 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
15:08:32,419 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
15:08:32,787 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
15:08:32,838 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
15:08:32,840 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.496 seconds
15:08:33,112 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
15:08:33,312 INFO  [org.switchyard.component.soap.OutboundHandler] Creating dispatch with WSDL <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/META-INF/ReverseService.wsdl>
15:08:33,919 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DReverseService]
15:08:34,059 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: route1 started and consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
15:08:34,319 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}PromotedProxyService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DPromotedProxyService]
15:08:34,344 INFO  [org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher] Publishing WebService at http://127.0.0.1:8080/proxy/ReverseService
15:08:34,384 INFO  [org.switchyard.component.soap.InboundHandler] WebService {urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService:ReverseServicePort stopped.
15:08:34,387 ERROR [org.switchyard.test.SwitchYardRunner] Error while test kit startup
com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
	at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
	at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
	at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
	at org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher.publish(JAXWSEndpointPublisher.java:73)
	at org.switchyard.component.soap.InboundHandler.start(InboundHandler.java:104)
	at org.switchyard.deploy.internal.Deployment.deployServiceBindings(Deployment.java:520)
	at org.switchyard.deploy.internal.Deployment.start(Deployment.java:141)
	at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:277)
	at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:180)
	at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:65)
	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:90)
	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.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:65)
	at sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:32)
	at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
	at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
	at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
	... 31 more
15:08:34,398 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
15:08:34,399 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
15:08:34,406 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}PromotedProxyService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DPromotedProxyService]
15:08:34,410 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: route1 shutdown complete, was consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
15:08:34,411 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DReverseService]
15:08:34,412 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
15:08:34,430 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
15:08:34,432 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.034 seconds. Uptime 2.090 seconds.
15:08:34,966 WARN  [org.switchyard.common.camel.SwitchYardCamelContext] CDI environment not detected, disabling Camel CDI integration
15:08:34,967 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is starting
15:08:34,968 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
15:08:34,968 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
15:08:35,112 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
15:08:35,135 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
15:08:35,135 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) started in 0.168 seconds
15:08:35,264 INFO  [org.switchyard.component.soap.OutboundHandler] Creating dispatch with WSDL <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/classes/META-INF/ReverseService.wsdl>
15:08:35,504 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DReverseService]
15:08:35,574 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: route2 started and consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
15:08:35,764 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}PromotedProxyService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DPromotedProxyService]
15:08:35,782 INFO  [org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher] Publishing WebService at http://127.0.0.1:8080/proxy/ReverseService
15:08:35,791 INFO  [org.switchyard.component.soap.InboundHandler] WebService {urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService:ReverseServicePort stopped.
15:08:35,792 ERROR [org.switchyard.test.SwitchYardRunner] Error while test kit startup
com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
	at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
	at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
	at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
	at org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher.publish(JAXWSEndpointPublisher.java:73)
	at org.switchyard.component.soap.InboundHandler.start(InboundHandler.java:104)
	at org.switchyard.deploy.internal.Deployment.deployServiceBindings(Deployment.java:520)
	at org.switchyard.deploy.internal.Deployment.start(Deployment.java:141)
	at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:277)
	at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:180)
	at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:65)
	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:90)
	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.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:65)
	at sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:32)
	at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
	at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
	at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
	... 31 more
15:08:35,798 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutting down
15:08:35,798 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
15:08:35,800 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}PromotedProxyService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DPromotedProxyService]
15:08:35,801 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: route2 shutdown complete, was consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
15:08:35,801 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:camel-soap-proxy:1.0%7DReverseService]
15:08:35,802 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
15:08:35,819 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
15:08:35,821 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutdown in 0.023 seconds. Uptime 0.854 seconds.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.055 sec <<< FAILURE!

Results :

Tests in error: 
  testWebService(org.switchyard.quickstarts.camel.soap.proxy.CamelSOAPProxyTest)
  testProxyService(org.switchyard.quickstarts.camel.soap.proxy.CamelSOAPProxyTest)

Tests run: 2, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [2.429s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [42.167s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [19.770s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [17.114s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [18.220s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [19.965s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [17.626s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [0.700s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process  SUCCESS [1.551s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service  SUCCESS [2.870s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [1.439s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process  SUCCESS [2.161s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service  SUCCESS [4.577s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [28.273s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [9.227s]
[INFO] Quickstart : Camel AMQP Binding ................... SUCCESS [16.287s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [13.174s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [12.843s]
[INFO] Quickstart : Camel Netty Binding .................. SUCCESS [20.713s]
[INFO] Quickstart : Camel Quartz Binding ................. SUCCESS [10.516s]
[INFO] Quickstart : Camel JPA Binding .................... SUCCESS [23.388s]
[INFO] Quickstart : Camel SQL Binding .................... SUCCESS [19.013s]
[INFO] Quickstart : Camel Mail Binding ................... SUCCESS [10.516s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [13.753s]
[INFO] Quickstart : Camel SOAP Proxy ..................... FAILURE [11.741s]
[INFO] Quickstart : Camel Exchange Bus CDI ............... SKIPPED
[INFO] Quickstart : HTTP Binding ......................... 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 : JCA Inflow Binding for HornetQ ....... SKIPPED
[INFO] Quickstart : JCA Outbound Binding for HornetQ ..... 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 : Help Desk - Web App ............. SKIPPED
[INFO] Quickstart Demo : Orders .......................... SKIPPED
[INFO] Quickstart Demo : JEE Webapp Deployment ........... 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: Multiple Applications ............ SKIPPED
[INFO] Quickstart Demo : Security Policy : Basic Authentication (+SSL)  SKIPPED
[INFO] Quickstart Demo : Security Policy : Certificate Authentication (+SSL)  SKIPPED
[INFO] Quickstart Demo : Security Policy : SAML Assertion (+SSL)  SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:45.926s
[INFO] Finished at: Fri Feb 08 15:08:35 EST 2013
[INFO] Final Memory: 178M/580M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-quickstart-camel-soap-proxy: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/camel-soap-proxy/target/surefire-reports> 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-camel-soap-proxy
Build step 'Invoke top-level Maven targets' marked build as failure


More information about the switchyard-dev mailing list