You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Java Energizer <jo...@daggerpoint.net> on 2006/12/09 12:52:00 UTC

loanbroker client fails

After appearing to succesfully deploy the loan-broker example
Service Assembly I attempt to run client.  Here is what I get.

run:
     [echo] Running exsample client
     [java] Connecting to JMS server.
     [java] Sending request.
     [java] Closing.
     [java] javax.jms.JMSException: EDU.oswego.cs.dl.util.concurrent.TimeoutException
     [java]     at org.logicblaze.lingo.jms.impl.MultiplexingRequestor.createJMSException(MultiplexingRequestor.java:156)
     [java]     at org.logicblaze.lingo.jms.impl.MultiplexingRequestor.request(MultiplexingRequestor.java:108)
     [java]     at org.logicblaze.lingo.jms.impl.MultiplexingRequestor.request(MultiplexingRequestor.java:83)
     [java]     at JMSClient.run(JMSClient.java:99)
     [java]     at JMSClient.main(JMSClient.java:59)

BUILD SUCCESSFUL
Total time: 45 seconds
------------------------------------------------------------------------------------------------------------------
Here is output from deploying loan-broker SA;

INFO  - AutoDeploymentService          - Directory: deploy: Archive changed: processing loanbroker-sa.zip ...
WARN  - AutoDeploymentService          - Components servicemix-lwcontainer are not installed yet: the service assembly loanbroker deployment is suspended and will be resumed once the listed components are installed
INFO  - AutoDeploymentService          - Directory: deploy: Finished installation of archive:  loanbroker-sa.zip


Re: loanbroker client fails

Posted by Grant M <cl...@gmail.com>.
How are you deploying the example?  Wherever your "home" directory is
I imagine you will have a deploy directory and an install directory.
This particular error indicates that a service engine
(servicemix-lwcontainer) has not been put into the install directory
and hence is not available to deploy any serviceunits on.  For the
loan-broker example (pre the use of servicemix-jms) you will need to
put both the servicemix-bpe and servicemix-lwcontainer installers from
the components directory into the install directory and the SA from
the loan-broker sample in the deploy directory (although it can go in
the install).

On 12/9/06, Java Energizer <jo...@daggerpoint.net> wrote:
> After appearing to succesfully deploy the loan-broker example
> Service Assembly I attempt to run client.  Here is what I get.
>
> run:
>      [echo] Running exsample client
>      [java] Connecting to JMS server.
>      [java] Sending request.
>      [java] Closing.
>      [java] javax.jms.JMSException: EDU.oswego.cs.dl.util.concurrent.TimeoutException
>      [java]     at org.logicblaze.lingo.jms.impl.MultiplexingRequestor.createJMSException(MultiplexingRequestor.java:156)
>      [java]     at org.logicblaze.lingo.jms.impl.MultiplexingRequestor.request(MultiplexingRequestor.java:108)
>      [java]     at org.logicblaze.lingo.jms.impl.MultiplexingRequestor.request(MultiplexingRequestor.java:83)
>      [java]     at JMSClient.run(JMSClient.java:99)
>      [java]     at JMSClient.main(JMSClient.java:59)
>
> BUILD SUCCESSFUL
> Total time: 45 seconds
> ------------------------------------------------------------------------------------------------------------------
> Here is output from deploying loan-broker SA;
>
> INFO  - AutoDeploymentService          - Directory: deploy: Archive changed: processing loanbroker-sa.zip ...
> WARN  - AutoDeploymentService          - Components servicemix-lwcontainer are not installed yet: the service assembly loanbroker deployment is suspended and will be resumed once the listed components are installed
> INFO  - AutoDeploymentService          - Directory: deploy: Finished installation of archive:  loanbroker-sa.zip
>
>
>