You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2006/03/29 00:25:25 UTC

Re: BPEL Example

I have seen the same problem, but I have no idea where it comes from
at the moment...

Cheers,
Guillaume Nodet

On 3/29/06, Luan La <ll...@infocomp.com> wrote:
> Hi all,
>
> Just wondering if anyone has successfully run the BPEL example? For some
> reason I always get one of two exceptions:
>
> Thanks,
> Luan
>
> 1.
>
> javax.jbi.messaging.MessagingException: Failed to resolve endpoint:
> org.apache.servicemix.jbi.NoServiceAvailableException: Cannot find an
> instance of the service:
> {uri:fivesight.com/examples/AsyncProcessJBI}ProcessSVC
>         at
> org.apache.servicemix.jbi.nmr.Broker.resolveAddress(Broker.java:358)
>         at
> org.apache.servicemix.jbi.nmr.Broker.sendExchangePacket(Broker.java:278)
>         at
> org.apache.servicemix.jbi.container.JBIContainer.sendExchange(JBIContainer.j
> ava:586)
>         at
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.doSend(DeliveryChann
> elImpl.java:346)
>         at
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryCha
> nnelImpl.java:420)
>         at
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryCha
> nnelImpl.java:397)
>         at
> org.apache.servicemix.components.jms.JmsServiceComponent.onMessage(JmsServic
> eComponent.java:213)
>         at
> org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer
> .java:716)
>         at
> org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor
> .java:93)
>         at
> org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.
> java:146)
>         at
> org.apache.activemq.thread.SimpleTaskRunner.runTask(SimpleTaskRunner.java:11
> 0)
>         at
> org.apache.activemq.thread.SimpleTaskRunner.access$100(SimpleTaskRunner.java
> :25)
>         at
> org.apache.activemq.thread.SimpleTaskRunner$1.run(SimpleTaskRunner.java:43)
>         at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run
> Task(ThreadPoolExecutor.java:643)
>         at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run
> (ThreadPoolExecutor.java:668)
>         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.createServ
> iceUnavailableException(ServiceAndEndpointNameResolver.java:75)
>         at
> org.apache.servicemix.jbi.resolver.EndpointResolverSupport.resolveEndpoint(E
> ndpointResolverSupport.java:39)
>         at
> org.apache.servicemix.jbi.nmr.Broker.resolveAddress(Broker.java:355)
>         ... 15 more
>
> or
>
> 2.
>
> ERROR - AutoDeploymentService.updateArchive(258) | Failed to update Service
> Assembly: AsyncProcessSA
> javax.jbi.management.DeploymentException: PXE Deployment Error.
>         at com.fs.pxe.jbi.PxeSUManager.deploy(PxeSUManager.java:124)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceUnit(Depl
> oymentService.java:403)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.deploy(DeploymentServi
> ce.java:141)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(Auto
> DeploymentService.java:245)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeployme
> ntService.java:517)
>         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: javax.management.RuntimeMBeanException: RuntimeException thrown
> by the invoke method of the Dynamic MBean
>         at
> com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:
> 227)
>         at
> com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
>         at
> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
> verInterceptor.java:815)
>         at
> com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
>         at
> javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHa
> ndler.java:201)
>         at $Proxy4.deploySystem(Unknown Source)
>         at com.fs.pxe.jbi.PxeSUManager.deploy(PxeSUManager.java:121)
>         ... 7 more
> Caused by: java.lang.NullPointerException
>         at
> edu.emory.mathcs.backport.java.util.Collections$ReverseComparator.compare(Co
> llections.java:772)
>         at
> edu.emory.mathcs.backport.java.util.TreeMap.compare(TreeMap.java:873)
>         at edu.emory.mathcs.backport.java.util.TreeMap.put(TreeMap.java:98)
>         at edu.emory.mathcs.backport.java.util.TreeSet.add(TreeSet.java:143)
>         at
> com.fs.utils.fs.TempFileManager._registerTemporaryFile(TempFileManager.java:
> 191)
>         at
> com.fs.utils.fs.TempFileManager.registerTemporaryFile(TempFileManager.java:1
> 87)
>         at
> com.fs.utils.fs.TempFileManager.getTemporaryFile(TempFileManager.java:159)
>         at
> com.fs.utils.fs.TempFileManager.getTemporaryDirectory(TempFileManager.java:1
> 77)
>         at
> com.fs.utils.fs.TempFileManager.getTemporaryDirectory(TempFileManager.java:1
> 73)
>         at
> com.fs.pxe.sfwk.impl.DomainNodeImpl.expandSAR(DomainNodeImpl.java:1301)
>         at
> com.fs.pxe.sfwk.impl.DomainNodeImpl.deploy(DomainNodeImpl.java:1045)
>         at
> com.fs.pxe.sfwk.impl.DomainAdminMBeanImpl.deploySystem(DomainAdminMBeanImpl.
> java:65)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at
> com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.jav
> a:414)
>         at javax.management.StandardMBean.invoke(StandardMBean.java:323)
>         at
> com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:
> 213)
>         ... 13 more
>
>
>
>

Re: BPEL Example

Posted by Guillaume Nodet <gn...@gmail.com>.
Here it is: http://cvs.apache.org/repository/incubator-servicemix/distributions/servicemix-3.0-SNAPSHOT.tar.gz

Cheers,
Guillaume Nodet

On 3/31/06, lkla <ll...@infocomp.com> wrote:
>
> Hi Guillaume,
>
> Which release is the is the bpel-bpe demo in? I have downloaded a fair few
> distributions lately and none of them have this demo!
>
> Thanks,
> Luan
> --
> View this message in context: http://www.nabble.com/BPEL-Example-t1358562.html#a3680357
> Sent from the ServiceMix - User forum at Nabble.com.
>
>

Re: BPEL Example

Posted by lkla <ll...@infocomp.com>.
Hi Guillaume,

Which release is the is the bpel-bpe demo in? I have downloaded a fair few
distributions lately and none of them have this demo!

Thanks,
Luan
--
View this message in context: http://www.nabble.com/BPEL-Example-t1358562.html#a3680357
Sent from the ServiceMix - User forum at Nabble.com.