Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is caused by quartz endpoint send the first message too soon before the camel router started completely and register endpoint to the NMR, so we saw intermittently exception for the first message, give more time for startDelay of quartz endpoint can simply fix it.
org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch exchange. No matching endpoints.
at org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[96:org.apache.servicemix.nmr.core:1.5.0.fuse-00-22]
at org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:300)[96:org.apache.servicemix.nmr.core:1.5.0.fuse-00-22]
at org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:132)[96:org.apache.servicemix.nmr.core:1.5.0.fuse-00-22]
at org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[148:org.apache.servicemix.jbi.runtime:1.5.0.fuse-00-22]
at org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:91)[147:servicemix-common:2011.02.0.fuse-00-22]