2 Replies Latest reply on Feb 9, 2008 12:56 AM by nvijayak

    Error sending messages to WSN Consumer from WSN Broker

    nvijayak

      Hi,

       

      I am having problems resolving consumer endpoint in a wsn example. I copied the org.apache.servicemix.components.util.TraceComponent and created a ListenerBean which is behaving as the wsn consumer. The xbean.xml for this is follows:

       

       

      ]

      java.lang.Exception: Invalid status response: 404

              at org.apache.servicemix.http.processors.ProviderProcessor.process(Provi

      derProcessor.java:181)

              at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLi

      feCycle.java:538)

              at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(Async

      BaseLifeCycle.java:490)

              at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLife

      Cycle.java:46)

              at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBoun

      d(DeliveryChannelImpl.java:610)

              at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlo

      w.java:170)

              at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.j

      ava:167)

              at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.jav

      a:134)

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec

      utor.java:650)

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor

      .java:675)

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

       

      Nithya