On Tue, Apr 8, 2008 at 2:03 PM, Antollini, Mario <[EMAIL PROTECTED]> wrote:
> Hello, > > > > I am trying to run the tutorial but I get the following error when > executing the tutorial/web-services/catalogs.composite from Eclipse: > > > > Apr 8, 2008 9:46:54 AM > org.apache.tuscany.sca.assembly.builder.impl.CompositeBuilderImpl$1 > problem > WARNING: Component reference target not found, it might be a remote > service: CurrencyConverterWebService > Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor > Exception starting node > org.apache.tuscany.sca.node.NodeException: > org.apache.tuscany.sca.core.assembly.ActivationException: > java.lang.IllegalStateException: Unable to create a distributed SCA > binding provider for reference: currencyConverter and target: > CurrencyConverterWebService > at > org.apache.tuscany.sca.node.impl.SCANodeImpl.startComposites(SCANodeImpl > .java:491) > at > org.apache.tuscany.sca.node.impl.SCANodeImpl.start(SCANodeImpl.java:253) > at > org.apache.tuscany.sca.node.launch.SCANodeLauncher.main(SCANodeLauncher. > java:51) > Caused by: org.apache.tuscany.sca.core.assembly.ActivationException: > java.lang.IllegalStateException: Unable to create a distributed SCA > binding provider for reference: currencyConverter and target: > CurrencyConverterWebService > at > org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.activate(Com > positeActivatorImpl.java:745) > > > > I am trying to test the store-market module, so, what I am doing is: > > 1 - I successfully started tutorial/web-services/currency.composite from > Eclipse > > 2 - I want to execute tutorial/web-services/catalogs.composite and I get > the mentioned error. > > > > Can someone give me a hint of what I am doing wrong? I did not modify > anything within tutorial/web-services so I assume everything is OK. > However I did check the names of the components and references within > the composites and they are OK. > > > > Thanks and regards, > > > > > > Mario E. Antollini > Intel Software > ASDC > +54 351 526 5594 > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > Hi Mario What version of Tuscany are you working with? The errors you have here refer to the old version of the domain/node support and I think Sebastien has updated the tutorial to use the new workspace based approach. Let me know what version you are on and how you are starting the nodes and we can work from there. Regards Simon
