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

ci-builds at redhat.com ci-builds at redhat.com
Fri Feb 8 16:12:35 EST 2013


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

------------------------------------------
[...truncated 3837 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 [227 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
16:12:30,442 WARN  [org.switchyard.common.camel.SwitchYardCamelContext] CDI environment not detected, disabling Camel CDI integration
16:12:30,475 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
16:12:30,549 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
16:12:30,552 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
16:12:30,959 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
16:12:31,026 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
16:12:31,029 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.552 seconds
16:12:31,341 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
16:12:31,560 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>
16:12:32,215 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]
16:12:32,363 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: route1 started and consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
16:12:32,632 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]
16:12:32,659 INFO  [org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher] Publishing WebService at http://127.0.0.1:8080/proxy/ReverseService
16:12:32,702 INFO  [org.switchyard.component.soap.InboundHandler] WebService {urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService:ReverseServicePort stopped.
16:12:32,705 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
16:12:32,719 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
16:12:32,721 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
16:12:32,728 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]
16:12:32,732 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]
16:12:32,733 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]
16:12:32,733 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
16:12:32,753 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
16:12:32,755 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.036 seconds. Uptime 2.281 seconds.
16:12:33,301 WARN  [org.switchyard.common.camel.SwitchYardCamelContext] CDI environment not detected, disabling Camel CDI integration
16:12:33,302 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is starting
16:12:33,303 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
16:12:33,303 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
16:12:33,434 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
16:12:33,457 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
16:12:33,457 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) started in 0.155 seconds
16:12:33,592 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>
16:12:33,822 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]
16:12:33,889 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: route2 started and consuming from: Endpoint[switchyard://ProxyService?namespace=urn%3Aswitchyard-quickstart%3Acamel-soap-proxy%3A1.0]
16:12:34,093 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]
16:12:34,112 INFO  [org.switchyard.component.soap.endpoint.JAXWSEndpointPublisher] Publishing WebService at http://127.0.0.1:8080/proxy/ReverseService
16:12:34,121 INFO  [org.switchyard.component.soap.InboundHandler] WebService {urn:switchyard-quickstart:camel-soap-proxy:1.0}ReverseService:ReverseServicePort stopped.
16:12:34,122 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
16:12:34,128 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutting down
16:12:34,129 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
16:12:34,130 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]
16:12:34,131 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]
16:12:34,131 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]
16:12:34,132 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
16:12:34,148 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
16:12:34,150 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutdown in 0.022 seconds. Uptime 0.848 seconds.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.278 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.660s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [42.022s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [24.000s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [15.876s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [18.823s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [21.245s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [17.129s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [0.810s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process  SUCCESS [1.684s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service  SUCCESS [4.308s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [0.894s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process  SUCCESS [2.072s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service  SUCCESS [3.002s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [31.408s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [9.842s]
[INFO] Quickstart : Camel AMQP Binding ................... SUCCESS [16.379s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [14.822s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [12.948s]
[INFO] Quickstart : Camel Netty Binding .................. SUCCESS [17.496s]
[INFO] Quickstart : Camel Quartz Binding ................. SUCCESS [10.030s]
[INFO] Quickstart : Camel JPA Binding .................... SUCCESS [22.668s]
[INFO] Quickstart : Camel SQL Binding .................... SUCCESS [14.497s]
[INFO] Quickstart : Camel Mail Binding ................... SUCCESS [9.798s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [12.225s]
[INFO] Quickstart : Camel SOAP Proxy ..................... FAILURE [11.419s]
[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:43.531s
[INFO] Finished at: Fri Feb 08 16:12:34 EST 2013
[INFO] Final Memory: 174M/571M
[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