Hi Mike, I've just done a partial branch build and did not see the error you were having. I did the following:
svn up modules tutorial cd modules mvn clean install cd tutorial mvn clean install I did not see any errors reported. Odd. Mark > -----Original Message----- > From: Mike Edwards [mailto:[EMAIL PROTECTED] > Sent: 15 May 2008 14:26 > To: tuscany-dev > Subject: Test Failures in Tutorial - Anyone else seeing these? > > 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(NativeConstructorAcc > essorImpl.java: > 39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstr > uctorAccessorIm > pl.java:27) > at > java.lang.reflect.Constructor.newInstance(Constructor.java:494) > at > org.apache.tuscany.sca.node.launcher.NodeLauncherUtil.node(NodeLauncherUti > l.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(NodeFactory > Impl.java:37) > at > org.apache.tuscany.sca.implementation.node.launcher.NodeImplementationLaun > cherBootstrap.< > 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(HttpURLConnecti > on.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.