You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by william kane <wi...@gmail.com> on 2006/09/11 12:24:25 UTC

Unable to run BPEL example

Hi,
I tried running the BPEL example bundled with servicemix and here is the
description.

Trying to execute the "bpel-bpe" example, I get an exception for step two
when running the client.



*Step one: Starting the servicemix server*



C:\servicemix-3.0\examples\bpel-bpe>servicemix servicemix.xml

Apache ServiceMix ESB: 3.0-M2-incubating



Loading Apache ServiceMix from file: servicemix.xml

WARN  - MulticastDiscoveryAgent        - brokerName not set

WARN  - MulticastDiscoveryAgent        - brokerName not set

INFO  - JBIContainer                   - Activating component for:
[container=ServiceMix,name=#SubscriptionManager#] with service: null
component: org.apache.servicemix.jbi.nmr.SubscriptionManager@13c2d7f

INFO  - ComponentMBeanImpl             - Initializing component:
#SubscriptionManager#

INFO  - DeploymentService              - Restoring service assemblies

INFO  - JBIContainer                   - ServiceMix JBI Container (
http://servicemix.org/) name: ServiceMix running version: 3.0-M2-incubating





*Step two: Running the client*



C:\servicemix-3.0\examples\bpel-bpe>ant

Buildfile: build.xml



init:



build-client:



run:

     [echo] Running exsample client

     [java] Connecting to JMS server.

     [java] Sending request.

     [java] javax.jms.JMSException:
EDU.oswego.cs.dl.util.concurrent.TimeoutException

     [java] Closing.

     [java]     at
org.logicblaze.lingo.jms.impl.MultiplexingRequestor.createJMSException(
MultiplexingRequestor.java:155)

     [java]     at
org.logicblaze.lingo.jms.impl.MultiplexingRequestor.request(
MultiplexingRequestor.java:107)

     [java]     at
org.logicblaze.lingo.jms.impl.MultiplexingRequestor.request(
MultiplexingRequestor.java:82)

     [java]     at JMSClient.run(JMSClient.java:102)

     [java]     at JMSClient.main(JMSClient.java:59)



BUILD SUCCESSFUL

Total time: 34 seconds

 Please let me what went wrong.

thanks in advance

William