On Fri, Feb 6, 2009 at 3:37 PM, Dan Becker (JIRA) <[email protected]>wrote:
> > [ > https://issues.apache.org/jira/browse/TUSCANY-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Dan Becker reopened TUSCANY-2806: > --------------------------------- > > > Raymond, your fix helped and got me further on into a clean build, but I > see the following clean repos build error > > [jar] Building jar: > E:\t\java\sca\distribution\all\target\apache-tuscany-s > > ca-all-2.0-SNAPSHOT-dir\tuscany-sca-2.0-SNAPSHOT\samples\calculator-rmi-referenc > e\target\sample-calculator-rmi-reference.jar > > run: > [java] Feb 6, 2009 9:28:05 AM org.apache.tuscany.sca.node.impl.NodeImpl > <in > it> > [java] INFO: Creating node: CalculatorRMIReference.composite > [java] Feb 6, 2009 9:28:05 AM org.apache.tuscany.sca.node.impl.NodeImpl > con > figureNode > [java] INFO: Loading contribution: > file:/E:/t/java/sca/distribution/all/tar > > get/apache-tuscany-sca-all-2.0-SNAPSHOT-dir/tuscany-sca-2.0-SNAPSHOT/samples/cal > culator-rmi-reference/target/sample-calculator-rmi-reference.jar > [java] Feb 6, 2009 9:28:06 AM org.apache.tuscany.sca.node.impl.NodeImpl > sta > rt > [java] INFO: Starting node: CalculatorRMIReference.composite > [java] Exception in thread "main" > java.lang.reflect.InvocationTargetExcepti > on > [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [java] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > sorImpl.java:39) > [java] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > hodAccessorImpl.java:25) > [java] at java.lang.reflect.Method.invoke(Method.java:597) > [java] at > org.apache.tuscany.sca.launcher.LauncherMain.invokeMainMethod > (LauncherMain.java:110) > [java] at > org.apache.tuscany.sca.launcher.LauncherMain.main(LauncherMai > n.java:55) > [java] Caused by: > org.apache.tuscany.sca.host.rmi.RMIHostRuntimeException: > Connection refused to host: localhost; nested exception is: I'm not sure that this is related to this JIRA it looks like a problem with the calculator-rmi sample thet we've been talking baout over on the launcher timeout thread. You having this error prompted me to go see if there was a way we could do it without needing a timeout and i've committed a change in r741626 to try this. COuld you update and try again to see if it resolves the problem for you? ...ant
