1 Reply Latest reply on Aug 20, 2008 4:06 AM by gertv

    Servicemix-eip routingslip problem

    mta38

      <!--[if gte mso 9]><xml> </xml><![endif]><![if gte mso 9]><![endif]><![if gte mso 9]>

      Hi all,

       

      I have configured a SE to use servicemix-eip component like that :

       

      -


      &lt;?xml version="1.0" encoding="UTF-8"?&gt;

      &lt;beans xmlns:eip="http://servicemix.apache.org/eip/1.0"

       

             xmlns:transform="http://servicemix.apache.org/transform"

       

                   xmlns:orange="http://servicemix.apache.orange.com/fuse"&gt;

       

        &lt;eip:static-routing-slip

      service="orange:routingSlip" endpoint="routingSlipEndpoint"&gt;

       

          &lt;eip:targets&gt;

       

            &lt;eip:exchange-target

      service="orange:sax-transform" /&gt;

       

            &lt;eip:exchange-target

      service="orange:GererArticlesSoapService"

      endpoint="GestionArticles" /&gt;

       

          &lt;/eip:targets&gt;

       

        &lt;/eip:static-routing-slip&gt;

       

      &lt;/beans&gt;

       

       

      -


      Where service "orange:sax-transform"

      is a

      saxon SE that use an xslt and "orange:GererArticlesSoapService"

      is an web service that execute an database

      insert action.

       

      I have no error when I deploy my SA in FUSE-ESB but when I try to send a

      create request I Have the following error:

       

       

       

      +ERROR -

      TransportConnector             - Could

      not accept connection from /10.149.230.189:1848: java.io.IOException: Wire

      format negociation timeout:+

       

      +peer did not send his wire

      format.+

       

      +java.io.IOException: Wire

      format negociation timeout: peer did not send his wire format.+

       

              at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:88)

       

              +at

      org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:47)+

       

              +at

      org.apache.activemq.broker.TransportConnection.dispatch(TransportConnection.java:1138)+

       

              +at

      org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:805)+

       

              +at

      org.apache.activemq.broker.TransportConnection.start(TransportConnection.java:885)+

       

              +at

      org.apache.activemq.broker.TransportConnector$1.onAccept(TransportConnector.java:148)+

       

              +at

      org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:167)+

       

              +at

      java.lang.Thread.run(Thread.java:595)+

       

       

       

      Is someone already have this error and what is the issue ?

       

      Thanks in advance

       

      Mta38

       

       

        • 1. Re: Servicemix-eip routingslip problem
          gertv

          L.S.,

           

          Do you see any OutOfMemoryError in the log file?  This exception is sometimes caused by low memory conditions.

           

          Is this 10.149.230.189 your own IP address?  Do you have multicast enabled in your conf/activemq.xml file?

           

          Regards,

           

          Gert