L.S.,
As with the thread you mentioned, this is probably just a typo in a
namespace or service/endpoint name somewhere. You are routing a
MessageExchange to a service endpoint that doesn't exist. Could you
double-check your config files for typos and try using a JMX Console to
check the actual endpoint names on ServiceMix? If you don't manage to
figure it out there, could you post the Java code for the RouteBuilder
and the xbean.xml files' content to enable us to help you out.
Regards,
Gert
Tongzhao wrote:
I was walked through the tutorial provided by the tutorial, which is
3.Beginner
Using Apache Camel inside Servicemix. In Section 3.4, as the tutorial said,
I
added a
JMS su to the project and I copy every step as you told. But when I ran
the
example, Exception as the title came out, saying
ERROR - DeadLetterChannel - Failed delivery for exchangeId:
ID-tong
-PC/52869-1219386342283/0-0. On delivery attempt: 0 caught:
org.apache.servicemi
x.camel.JbiException: javax.jbi.messaging.MessagingException: Could not find
rou
te for exchange: InOnly[
id: ID:10.80.12.96-11be916b10e-3:0
status: Active
role: provider
in: <?xml version="1.0" encoding="UTF-8"?><message>Hello world!</message>
] for service: null and interface: null
org.apache.servicemix.camel.JbiException:
javax.jbi.messaging.MessagingException
: Could not find route for exchange: InOnly[
id: ID:10.80.12.96-11be916b10e-3:0
status: Active
role: provider
in: <?xml version="1.0" encoding="UTF-8"?><message>Hello world!</message>
] for service: null and interface: null
at
org.apache.servicemix.camel.ToJbiProcessor.process(ToJbiProcessor.jav
a:111)
at
org.apache.servicemix.camel.JbiEndpoint$1.process(JbiEndpoint.java:57
)
at
org.apache.camel.impl.converter.AsyncProcessorTypeConverter$Processor
ToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:43)
at
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:7
5)
at
org.apache.camel.management.InstrumentationProcessor.process(Instrume
ntationProcessor.java:57)
at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChanne
l.java:155)
at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChanne
l.java:91)
at org.apache.camel.processor.Pipeline.process(Pipeline.java:101)
at org.apache.camel.processor.Pipeline.process(Pipeline.java:85)
at
org.apache.camel.management.InstrumentationProcessor.process(Instrume
ntationProcessor.java:57)
at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProc
essor.java:39)
at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelp
er.java:41)
at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsy
ncProcessor.java:66)
I waste half day to soleve the problem ,but no result.
I refer to the article
http://www.mail-archive.com/[EMAIL PROTECTED]/msg04047.html
but the author don't describ detail the reason last .
pls hel! tks