• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache servicemix - > Unable to run BPEL example

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 <at> 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

solmaz anvar
 
Getting married means "We're in love, so let's tell the police!" - and invite this tiny ad to the wedding:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic