I've just updated and built from scratch and, with a top level build got....
INFO: Loading composite: http://localhost:9990/composite-resolved/composite:stor e-client;http://store;store-client Unhandled exception Type=Segmentation error vmState=0x00000000 J9Generic_Signal_Number=00000004 ExceptionCode=c0000005 ExceptionAddress=7F8EC9B C ContextFlags=0001003f Handler1=7EFB04E0 Handler2=7F057A80 InaccessibleAddress=124BB18C EDI=00147298 ESI=001475F8 EAX=124BB18C EBX=137BF610 ECX=00000014 EDX=137BF610 EIP=7F8EC9BC ESP=137BF5BC EBP=121383E4 Module=c:\simon\apps\j2sdk5.0-ibm\jre\bin\j9dyn23.dll Module_base_address=7F8E0000 Offset_in_DLL=0000c9bc Target=2_30_20070420_12448_lHdSMR (Windows XP 5.1 build 2600 Service Pack 2) CPU=x86 (2 logical CPUs) (0xbfe5b000 RAM) JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait. JVMDUMP007I JVM Requesting System Dump using 'C:\simon\tuscany\java-head\sca\tut orial\store-test\core.20080506.082223.7972.dmp' JVMDUMP010I System Dump written to C:\simon\tuscany\java-head\sca\tutorial\store -test\core.20080506.082223.7972.dmp JVMDUMP007I JVM Requesting Snap Dump using 'C:\simon\tuscany\java-head\sca\tutor ial\store-test\Snap0002.20080506.082223.7972.trc' JVMDUMP010I Snap Dump written to C:\simon\tuscany\java-head\sca\tutorial\store-t est\Snap0002.20080506.082223.7972.trc JVMDUMP007I JVM Requesting Java Dump using 'C:\simon\tuscany\java-head\sca\tutor ial\store-test\javacore.20080506.082223.7972.txt' JVMDUMP010I Java Dump written to C:\simon\tuscany\java-head\sca\tutorial\store-t est\javacore.20080506.082223.7972.txt JVMDUMP013I Processed Dump Event "gpf", detail "". And with a build of store-test on its own got... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 63.359 sec <<< F AILURE! testShop(test.StoreSupplierTestCase) Time elapsed: 63.25 sec <<< ERROR! org.osoa.sca.ServiceRuntimeException: HTTP status code: 500 at org.apache.tuscany.sca.binding.atom.provider.AtomBindingInvoker$Delet eInvoker.invoke(AtomBindingInvoker.java:310) at org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.i nvoke(PassByValueInterceptor.java:108) at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD KInvocationHandler.java:286) at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD KInvocationHandler.java:154) at $Proxy56.delete(Unknown Source) at client.ShopperImpl.shop(ShopperImpl.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.apache.tuscany.sca.implementation.java.invocation.JavaImplementat ionInvoker.invoke(JavaImplementationInvoker.java:109) at org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.i nvoke(PassByValueInterceptor.java:108) at org.apache.tuscany.sca.binding.sca.impl.SCABindingInvoker.invoke(SCAB indingInvoker.java:61) at org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.i nvoke(PassByValueInterceptor.java:108) at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD KInvocationHandler.java:286) at org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD KInvocationHandler.java:154) at $Proxy54.shop(Unknown Source) at test.StoreSupplierTestCase.testShop(StoreSupplierTestCase.java:81) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMet hodRunner.java:99) at org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethod Runner.java:81) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAn dAfterRunner.java:34) at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunne r.java:75) at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java :45) at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(Te stClassMethodsRunner.java:75) at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethod sRunner.java:36) at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClass Runner.java:42) at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAn dAfterRunner.java:34) at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:5 2) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet. java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes tSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab stractDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su refireBooter.java:308) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j ava:879) Anyone else seeing either of these or have I messed up my local version somehow? Regards Simon
