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 (Commented) (JIRA)" <ji...@apache.org> on 2011/12/15 10:48:30 UTC

[jira] [Commented] (SMX4-1013) Port already in use warning message in JBI assembly

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

Freeman Fang commented on SMX4-1013:
------------------------------------

Hi,

This isn't caused by starting JBI assembly, this was introduced by KARAF-904[1], which means the jetty configuration in etc/jetty.xml can take effect.
The whole log about it is
17:41:49,970 | INFO  | g.ops4j.pax.web) | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | jetty-7.4.5.v20110725
17:41:50,015 | INFO  | g.ops4j.pax.web) | log                              | 108 - org.eclipse.jetty.util - 7.4.5.v20110725 | Started SelectChannelConnector@0.0.0.0:8181 STARTING
17:41:50,017 | INFO  | g.ops4j.pax.web) | JettyServerImpl                  | 111 - org.ops4j.pax.web.pax-web-jetty - 1.0.7 | Pax Web available at [0.0.0.0]:[8181]
17:41:50,020 | WARN  | g.ops4j.pax.web) | NIOSocketConnectorWrapper        | 111 - org.ops4j.pax.web.pax-web-jetty - 1.0.7 | Connection on port 8181 cannot be open. Reason: Address already in use
17:41:50,027 | INFO  | Thread-6         | Activator                        | 113 - org.ops4j.pax.web.pax-web-runtime - 1.0.7 | Pax Web started

So our connector in etc/jetty.xml could be picked up and so won't use the default connector, IMHO this WARN log is totally harmless and isn't a bug.

[1]https://issues.apache.org/jira/browse/KARAF-904

Best Regards
Freeman
                
> Port already in use warning message in JBI assembly
> ---------------------------------------------------
>
>                 Key: SMX4-1013
>                 URL: https://issues.apache.org/jira/browse/SMX4-1013
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Assemblies
>    Affects Versions: 4.3.0
>            Reporter: Gert Vanthienen
>            Assignee: Freeman Fang
>             Fix For: 4.5.0
>
>
> When starting the JBI assembly, you get this warning message in the logging:
> {noformat}
> 2011-12-15 09:22:33,532 | WARN  | g.ops4j.pax.web) | NIOSocketConnectorWrapper        | ?                                  ? | 111 - org.ops4j.pax.web.pax-web-jetty - 1.0.7 | Connection on port 8181 cannot be open. Reason: Address already in use
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira