You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jeff K <je...@moongatetechnologies.com> on 2006/05/30 14:31:33 UTC

Exception in BPEL-PXE example, version 3.0 M1

After attempting to install and run the BPEL-PXE example in 3.0 M1, I am
getting the following message:

javax.jbi.messaging.MessagingException: Failed to resolve endpoint:
org.apache.servicemix.jbi.NoServiceAvailableException: Cannot find n
instance of the service:
{uri:fivesight.com/examples/AsyncProcessJBI}ProcessSVC
        at
org.apache.servicemix.jbi.nmr.Broker.resolveAddress(Broker.java:378)
        at
org.apache.servicemix.jbi.nmr.Broker.sendExchangePacket(Broker.java:284)
        at
org.apache.servicemix.jbi.container.JBIContainer.sendExchange(JBIContainer.java:683)
        at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.doSend(DeliveryChannelImpl.java:450)
        at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryChannelImpl.java:524)
        at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryChannelImpl.java:501)
        at
org.apache.servicemix.components.jms.JmsServiceComponent.handleMessage(JmsServiceComponent.java:249)
        at
org.apache.servicemix.components.jms.JmsServiceComponent$1.run(JmsServiceComponent.java:234)
        at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
        at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.servicemix.jbi.NoServiceAvailableException: Cannot
find an instance of the service:
{uri:fivesight.com/examples/AsyncProcessJBI}ProcessSVC
        at
org.apache.servicemix.jbi.resolver.ServiceAndEndpointNameResolver.createServiceUnavailableExceptionServiceAndEndpointNameResolver.java:75)
        at
org.apache.servicemix.jbi.resolver.EndpointResolverSupport.resolveEndpoint(EndpointResolverSupport.java:39)
        at
org.apache.servicemix.jbi.nmr.Broker.resolveAddress(Broker.java:375)
        ... 10 more

Anybody got any ideas?

--
View this message in context: http://www.nabble.com/Exception+in+BPEL-PXE+example%2C+version+3.0+M1-t1704256.html#a4625958
Sent from the ServiceMix - User forum at Nabble.com.