Folks,
Trying to run a build of trunk at the moment and I am getting test failures in tutorial\store-test -
is anyone else seeing these?
The failure I'm getting is
SEVERE: SCA Node could not be created
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:
39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm
pl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at
org.apache.tuscany.sca.node.launcher.NodeLauncherUtil.node(NodeLauncherUtil.java:297)
at
org.apache.tuscany.sca.node.launcher.NodeLauncher.createNode(NodeLauncher.java:60)
at test.StoreSupplierTestCase.setup(StoreSupplierTestCase.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
<snip>...
Caused by: org.osoa.sca.ServiceRuntimeException: java.io.IOException: Server
returned HTTP response
code: 500 for URL:
http://localhost:9990/composite-resolved/composite:store-supplier;http://store;st
ore-supplier
at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:155)
at
org.apache.tuscany.sca.node.impl.NodeFactoryImpl.createSCANode(NodeFactoryImpl.java:37)
at
org.apache.tuscany.sca.implementation.node.launcher.NodeImplementationLauncherBootstrap.<
init>(NodeImplementationLauncherBootstrap.java:94)
... 31 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for
URL: http://localhost:99
90/composite-resolved/composite:store-supplier;http://store;store-supplier
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1170)
at java.net.URL.openStream(URL.java:1007)
at
org.apache.tuscany.sca.node.impl.NodeImpl.configureNode(NodeImpl.java:306)
at org.apache.tuscany.sca.node.impl.NodeImpl.<init>(NodeImpl.java:152)
... 33 more
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 5.718 sec <<<
FAILURE!
Any help gratefully received,
Yours, Mike.