You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2011/06/02 03:02:47 UTC

[jira] [Created] (SMX4-853) Simple quartz.xml example caue intermittent exception

Simple quartz.xml example caue intermittent exception
-----------------------------------------------------

                 Key: SMX4-853
                 URL: https://issues.apache.org/jira/browse/SMX4-853
             Project: ServiceMix 4
          Issue Type: Bug
            Reporter: Freeman Fang
            Assignee: Freeman Fang


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]


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Work started] (SMX4-853) Simple quartz.xml example caue intermittent exception

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-853 started by Freeman Fang.

> Simple quartz.xml example caue intermittent exception
> -----------------------------------------------------
>
>                 Key: SMX4-853
>                 URL: https://issues.apache.org/jira/browse/SMX4-853
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.4.0
>
>
> 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]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SMX4-853) Simple quartz.xml example caue intermittent exception

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-853.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.4.0

commit fix
http://svn.apache.org/viewvc?rev=1130369&view=rev

> Simple quartz.xml example caue intermittent exception
> -----------------------------------------------------
>
>                 Key: SMX4-853
>                 URL: https://issues.apache.org/jira/browse/SMX4-853
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.4.0
>
>
> 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]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira