[switchyard-dev] Build failed in Hudson: SwitchYard-Quickstarts #681

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Mon Apr 11 19:44:30 EDT 2011


See <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/681/>

------------------------------------------
[...truncated 739 lines...]
1753/1918K
1757/1918K
1761/1918K
1765/1918K
1769/1918K
1773/1918K
1777/1918K
1781/1918K
1785/1918K
1788/1918K
1792/1918K
1796/1918K
1800/1918K
1804/1918K
1808/1918K
1812/1918K
1816/1918K
1820/1918K
1824/1918K
1827/1918K
1831/1918K
1835/1918K
1839/1918K
1843/1918K
1847/1918K
1851/1918K
1855/1918K
1859/1918K
1863/1918K
1867/1918K
1871/1918K
1874/1918K
1878/1918K
1882/1918K
1886/1918K
1890/1918K
1894/1918K
1898/1918K
1902/1918K
1906/1918K
1906/1918K 4/9K
1906/1918K 7/9K
1906/1918K 9/9K
9K downloaded  (switchyard-extensions-wsdl-0.1.0-20110408.151120-1.jar)
1910/1918K
1913/1918K
1917/1918K
1918/1918K
1918K downloaded  (milyn-smooks-all-1.5-20110410.224823-7.jar)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/switchyard/switchyard-common-xml/0.1.0-SNAPSHOT/switchyard-common-xml-0.1.0-20110408.151120-1.jar
4/15K
7/15K
11/15K
15/15K
15/15K
15K downloaded  (switchyard-common-xml-0.1.0-20110408.151120-1.jar)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/switchyard/switchyard-transform/0.1.0-SNAPSHOT/switchyard-transform-0.1.0-20110408.151120-4.jar
4/31K
7/31K
11/31K
15/31K
15/31K
19/31K
23/31K
27/31K
31/31K
31/31K
31K downloaded  (switchyard-transform-0.1.0-20110408.151120-4.jar)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/switchyard/switchyard-test/0.1.0-SNAPSHOT/switchyard-test-0.1.0-20110408.151120-4.jar
4/34K
7/34K
11/34K
15/34K
19/34K
22/34K
26/34K
30/34K
34/34K
34/34K
34K downloaded  (switchyard-test-0.1.0-20110408.151120-4.jar)
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/m1app/target/classes>
[INFO] [switchyard:configure {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/m1app/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/m1app/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.m1app.OrderServiceTest
78 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
194 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
1609 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
1610 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.671 sec
Running org.switchyard.quickstarts.m1app.WebServiceTest
2626 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
19:44:26,583 INFO  [soap.InboundHandler] WebService published at http://localhost:18001/OrderService
19:44:27,059 INFO  [httpclient.HttpMethodDirector] I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server localhost failed to respond
19:44:27,059 INFO  [httpclient.HttpMethodDirector] Retrying request
java.lang.NoClassDefFoundError: org/switchyard/Scope
	at org.switchyard.component.soap.InboundHandler.invoke(InboundHandler.java:233)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:69)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:34)
	at com.sun.xml.internal.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:245)
	at com.sun.xml.internal.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:145)
19:44:27,080 INFO  [httpclient.HttpMethodDirector] I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server localhost failed to respond
19:44:27,080 INFO  [httpclient.HttpMethodDirector] Retrying request
	at com.sun.xml.internal.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:67)
	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
	at com.sun.xml.internal.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:232)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:460)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:233)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:95)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:80)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:65)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:68)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:555)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:527)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: org.switchyard.Scope
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 24 more
java.lang.NoClassDefFoundError: org/switchyard/Scope
	at org.switchyard.component.soap.InboundHandler.invoke(InboundHandler.java:233)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:69)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:34)
	at com.sun.xml.internal.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:245)
	at com.sun.xml.internal.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:145)
	at com.sun.xml.internal.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:67)
	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
	at com.sun.xml.internal.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:232)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:460)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:233)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:95)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:80)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:65)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:68)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:555)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:527)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
19:44:27,109 INFO  [httpclient.HttpMethodDirector] I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server localhost failed to respond
19:44:27,109 INFO  [httpclient.HttpMethodDirector] Retrying request
java.lang.NoClassDefFoundError: org/switchyard/Scope
	at org.switchyard.component.soap.InboundHandler.invoke(InboundHandler.java:233)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:69)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:34)
	at com.sun.xml.internal.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:245)
	at com.sun.xml.internal.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:145)
	at com.sun.xml.internal.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:67)
	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
	at com.sun.xml.internal.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:232)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:460)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:233)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:95)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:80)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:65)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:68)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:555)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:527)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
java.lang.NoClassDefFoundError: org/switchyard/Scope
	at org.switchyard.component.soap.InboundHandler.invoke(InboundHandler.java:233)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:69)
	at org.switchyard.component.soap.BaseWebService.invoke(BaseWebService.java:34)
	at com.sun.xml.internal.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:245)
	at com.sun.xml.internal.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:145)
	at com.sun.xml.internal.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:67)
	at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
	at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
	at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
	at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
	at com.sun.xml.internal.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:232)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:460)
	at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:233)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:95)
	at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:80)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:65)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:68)
	at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:555)
	at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
	at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:527)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
19:44:27,146 INFO  [soap.InboundHandler] WebService {urn:switchyard-quickstarts:m1app:1.0}OrderService:OrderServicePort stopped.
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.211 sec <<< FAILURE!
Running org.switchyard.quickstarts.m1app.InventoryServiceTest
4852 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
5210 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
19:44:27,933 ERROR [internal.DefaultHandlerChain] org.switchyard.component.bean.BeanComponentException: Invocation of operation 'lookupItem' on bean component 'org.switchyard.quickstarts.m1app.InventoryServiceBean' failed with exception.  See attached cause.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 sec
Running org.switchyard.quickstarts.m1app.TypeTransformationTest
5537 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
5756 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 sec

Results :

Failed tests: 
  invokeOrderWebService(org.switchyard.quickstarts.m1app.WebServiceTest)

Tests run: 6, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/m1app/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 1 second
[INFO] Finished at: Mon Apr 11 19:44:29 EDT 2011
[INFO] Final Memory: 47M/278M
[INFO] ------------------------------------------------------------------------



More information about the switchyard-dev mailing list