You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Auke van Leeuwen (JIRA)" <ji...@apache.org> on 2010/10/14 12:33:40 UTC

[jira] Issue Comment Edited: (SMX4-609) Restarting a bundle with a jetty endpoint also stops connector for other jetty endpoints (in different bundles)

    [ https://issues.apache.org/activemq/browse/SMX4-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62571#action_62571 ] 

Auke van Leeuwen edited comment on SMX4-609 at 10/14/10 6:32 AM:
-----------------------------------------------------------------

Added:
- Log from servicemix (fuse version)
- Projects to build the two bundles.

      was (Author: aukevanleeuwen):
    Log from servicemix (fuse version)
Projects to build the two bundles.
  
> Restarting a bundle with  a jetty endpoint also stops connector for other jetty endpoints (in different bundles)
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-609
>                 URL: https://issues.apache.org/activemq/browse/SMX4-609
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: camel-nmr
>    Affects Versions: 4.3.0
>         Environment: Windows Vista, Linux (CentOS release 5.5)
>            Reporter: Auke van Leeuwen
>         Attachments: test-projects.zip, test-scenario-log.log
>
>
> Scenario: I create two simple routes in different bundles:
>   <route id="jettyRoute1">
>     <from uri="jetty:http://0.0.0.0:15000/jetty?matchOnUriPrefix=true"/>
>     <to uri="log:nl.example.jetty.jetty1?showAll=true&amp;level=INFO"/>
>   </route>
> and (the other bundle):
>   <route id="jettyRoute2">
>     <from uri="jetty:http://0.0.0.0:16000/jetty?matchOnUriPrefix=true"/>
>     <to uri="log:nl.example.jetty.jetty2?showAll=true&amp;level=INFO"/>
>   </route>
> When I go to http://localhost:15000/jetty or http://localhost:16000/jetty I get both log message in my log. My routes are working. However when I restart one of those bundles both jetty servers are killed and only one is restarted.
> See also http://servicemix.396122.n5.nabble.com/Jetty-connector-stops-unexpectedly-td3208647.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.