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

ci-builds at redhat.com ci-builds at redhat.com
Fri Oct 19 08:04:26 EDT 2012


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

------------------------------------------
[...truncated 3234 lines...]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-quickstart-http-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ switchyard-quickstart-http-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ switchyard-quickstart-http-binding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-quickstart-http-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-quickstart-http-binding ---
[INFO] Compiling 5 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/target/classes>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ switchyard-quickstart-http-binding ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/target/switchyard-quickstart-http-binding-sources.jar>
[INFO] 
[INFO] --- switchyard-plugin:0.6.0-SNAPSHOT:configure (default) @ switchyard-quickstart-http-binding ---
[INFO] SwitchYard plugin scanning: [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/target/classes/]>
[INFO] Outputting SwitchYard configuration model to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/target/classes/META-INF/switchyard.xml>
[INFO] Validating SwitchYard configuration model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-quickstart-http-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-quickstart-http-binding ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ switchyard-quickstart-http-binding ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.http.binding.HttpBindingTest
08:04:16,990 INFO  [org.jboss.weld.Version] WELD-000900 1.1.5 (AS71)
08:04:18,180 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
08:04:18,215 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is starting
08:04:18,217 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
08:04:18,501 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
08:04:18,531 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
08:04:18,532 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) started in 0.317 seconds
08:04:18,639 WARN  [org.switchyard.config.model.composite.v1.V1CompositeReferenceModel] missing component reference for missing component [StockService]
{urn:switchyard-quickstart:http-binding:1.0}SymbolService
{urn:switchyard-quickstart:http-binding:1.0}Symbol
{urn:switchyard-quickstart:http-binding:1.0}QuoteService
{urn:switchyard-quickstart:http-binding:1.0}Symbol
08:04:19,246 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}Symbol started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbol]
08:04:19,648 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}QuoteService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DQuoteService]
08:04:19,701 ERROR [org.switchyard.component.http.endpoint.StandaloneEndpointPublisher] Unable to launch standalone http server
java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.jboss.sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:144)
	at org.jboss.sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:54)
	at org.jboss.sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:38)
	at org.jboss.com.sun.net.httpserver.HttpServer.create(HttpServer.java:147)
	at org.jboss.com.sun.net.httpserver.HttpServer.create(HttpServer.java:124)
	at org.switchyard.component.http.endpoint.StandaloneEndpointPublisher.<clinit>(StandaloneEndpointPublisher.java:60)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:247)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:345)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:421)
	at org.switchyard.component.http.endpoint.EndpointPublisherFactory.<clinit>(EndpointPublisherFactory.java:49)
	at org.switchyard.component.http.InboundHandler.start(InboundHandler.java:89)
	at org.switchyard.deploy.internal.Deployment.deployServiceBindings(Deployment.java:513)
	at org.switchyard.deploy.internal.Deployment.start(Deployment.java:141)
	at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:271)
	at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:174)
	at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:61)
	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:81)
	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)
08:04:19,959 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}SymbolService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbolService]
08:04:20,041 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:20,042 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:20,042 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:20,042 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:20,043 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:20,043 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:20,051 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down
08:04:20,053 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
08:04:20,061 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}SymbolService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbolService]
08:04:20,063 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}QuoteService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DQuoteService]
08:04:20,064 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}Symbol shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbol]
08:04:20,065 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
08:04:20,081 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
08:04:20,083 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutdown in 0.032 seconds. Uptime 1.869 seconds.
08:04:20,697 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
08:04:20,699 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) is starting
08:04:20,699 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
08:04:20,856 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
08:04:20,866 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
08:04:20,867 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) started in 0.168 seconds
08:04:20,922 WARN  [org.switchyard.config.model.composite.v1.V1CompositeReferenceModel] missing component reference for missing component [StockService]
{urn:switchyard-quickstart:http-binding:1.0}SymbolService
{urn:switchyard-quickstart:http-binding:1.0}Symbol
{urn:switchyard-quickstart:http-binding:1.0}QuoteService
{urn:switchyard-quickstart:http-binding:1.0}Symbol
08:04:21,201 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}Symbol started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbol]
08:04:21,388 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}QuoteService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DQuoteService]
08:04:21,618 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}SymbolService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbolService]
08:04:21,646 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:21,646 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:21,646 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:21,646 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:21,647 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:21,647 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:21,649 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) is shutting down
08:04:21,649 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
08:04:21,650 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}SymbolService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbolService]
08:04:21,651 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}QuoteService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DQuoteService]
08:04:21,651 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}Symbol shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbol]
08:04:21,651 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
08:04:21,660 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
08:04:21,662 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-2) is shutdown in 0.013 seconds. Uptime 0.964 seconds.
08:04:22,103 INFO  [org.apache.camel.management.ManagementStrategyFactory] JMX enabled.
08:04:22,105 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is starting
08:04:22,105 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] StatisticsLevel at All so enabling load performance statistics
08:04:22,198 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] Loaded 185 type converters
08:04:22,205 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Total 0 routes, of which 0 is started.
08:04:22,206 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) started in 0.101 seconds
08:04:22,257 WARN  [org.switchyard.config.model.composite.v1.V1CompositeReferenceModel] missing component reference for missing component [StockService]
{urn:switchyard-quickstart:http-binding:1.0}SymbolService
{urn:switchyard-quickstart:http-binding:1.0}Symbol
{urn:switchyard-quickstart:http-binding:1.0}QuoteService
{urn:switchyard-quickstart:http-binding:1.0}Symbol
08:04:22,470 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}Symbol started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbol]
08:04:22,609 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}QuoteService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DQuoteService]
08:04:22,765 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}SymbolService started and consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbolService]
08:04:22,790 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:22,790 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:22,791 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:22,791 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:22,791 INFO  [org.apache.commons.httpclient.HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
08:04:22,791 INFO  [org.apache.commons.httpclient.HttpMethodDirector] Retrying request
08:04:22,793 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutting down
08:04:22,793 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Starting to graceful shutdown 3 routes (timeout 300 seconds)
08:04:22,794 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}SymbolService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbolService]
08:04:22,794 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}QuoteService shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DQuoteService]
08:04:22,794 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Route: direct:{urn:switchyard-quickstart:http-binding:1.0}Symbol shutdown complete, was consuming from: Endpoint[direct://%7Burn:switchyard-quickstart:http-binding:1.0%7DSymbol]
08:04:22,795 INFO  [org.apache.camel.impl.DefaultShutdownStrategy] Graceful shutdown of 3 routes completed in 0 seconds
08:04:22,804 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=185, misses=0]
08:04:22,805 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-3) is shutdown in 0.012 seconds. Uptime 0.701 seconds.
Tests run: 4, Failures: 3, Errors: 0, Skipped: 1, Time elapsed: 6.947 sec <<< FAILURE!

Results :

Failed tests: 
  symbolServiceEndpoint(org.switchyard.quickstarts.http.binding.HttpBindingTest)
  headers(org.switchyard.quickstarts.http.binding.HttpBindingTest)
  requestInfo(org.switchyard.quickstarts.http.binding.HttpBindingTest)

Tests run: 4, Failures: 3, Errors: 0, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SwitchYard: Quickstarts ........................... SUCCESS [1.958s]
[INFO] Quickstart : Bean Service ......................... SUCCESS [49.956s]
[INFO] Quickstart : BPEL Service ......................... SUCCESS [10.720s]
[INFO] Quickstart : BPEL Service : Say Hello ............. SUCCESS [22.017s]
[INFO] Quickstart : BPEL Service : JMS Binding ........... SUCCESS [21.541s]
[INFO] Quickstart : BPEL Service : Loan Approval ......... SUCCESS [19.566s]
[INFO] Quickstart : BPEL Service : Simple Correlation .... SUCCESS [17.457s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA .. SUCCESS [1.126s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Business Travel Process  SUCCESS [3.042s]
[INFO] Quickstart : BPEL Service : XTS Subordinate WSBA : Airport Web Service  SUCCESS [4.122s]
[INFO] Quickstart : BPEL Service : XTS WSAT .............. SUCCESS [1.988s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Business Travel Process  SUCCESS [1.928s]
[INFO] Quickstart : BPEL Service : XTS WSAT : Airport Web Service  SUCCESS [3.386s]
[INFO] Quickstart : BPM Service .......................... SUCCESS [23.937s]
[INFO] Quickstart : Camel Binding ........................ SUCCESS [10.493s]
[INFO] Quickstart : Camel FTP Binding .................... SUCCESS [16.040s]
[INFO] Quickstart : Camel JMS Binding .................... SUCCESS [13.496s]
[INFO] Quickstart : Camel Netty Binding .................. SUCCESS [11.047s]
[INFO] Quickstart : Camel Quartz Binding ................. SUCCESS [16.532s]
[INFO] Quickstart : Camel REST Binding ................... SUCCESS [8.596s]
[INFO] Quickstart : Camel SQL Binding .................... SUCCESS [14.292s]
[INFO] Quickstart : Camel Service ........................ SUCCESS [11.609s]
[INFO] Quickstart : Camel SOAP Proxy ..................... SUCCESS [17.421s]
[INFO] Quickstart : Camel Exchange Bus CDI ............... SUCCESS [11.839s]
[INFO] Quickstart : HornetQ Binding ...................... SUCCESS [11.500s]
[INFO] Quickstart : HTTP Binding ......................... FAILURE [12.704s]
[INFO] Quickstart : RESTEasy Binding ..................... SKIPPED
[INFO] Quickstart : Rules+Camel Content-Based Router ..... SKIPPED
[INFO] Quickstart : Rules Interview ...................... SKIPPED
[INFO] Quickstart : Rules Interview Agent ................ 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 : SSL + Basic Authentication  SKIPPED
[INFO] Quickstart Demo : Security Policy : SSL + SAML Assertion  SKIPPED
[INFO] Quickstart Demo : Transaction Policy .............. SKIPPED
[INFO] SwitchYard : Quickstarts Distribution Assembly .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:42.603s
[INFO] Finished at: Fri Oct 19 08:04:22 EDT 2012
[INFO] Final Memory: 254M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-quickstart-http-binding: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Quickstarts/ws/http-binding/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-http-binding
Build step 'Invoke top-level Maven targets' marked build as failure



More information about the switchyard-dev mailing list