You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Alexandre Roman (Commented) (JIRA)" <ji...@apache.org> on 2012/01/04 10:27:38 UTC

[jira] [Commented] (KARAF-1117) Log messages appear on stdout when the feature http is installed

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

Alexandre Roman commented on KARAF-1117:
----------------------------------------

As a workaround, you can add these lines to 'etc/system.properties':

# Workaround for https://issues.apache.org/jira/browse/KARAF-1117:
# Jetty will use a JUL logger
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog

                
> Log messages appear on stdout when the feature http is installed
> ----------------------------------------------------------------
>
>                 Key: KARAF-1117
>                 URL: https://issues.apache.org/jira/browse/KARAF-1117
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.5
>            Reporter: Christian Schneider
>            Priority: Minor
>             Fix For: 2.2.6
>
>
> To reproduce just type
> > feature:install http
> The following log messages appear (here with jetty 7.5.0 but happens with any jetty 7.5.x till now). 
> 2011-12-20 11:54:12.001:INFO:oejs.Server:jetty-7.5.0.v20110901
> 2011-12-20 11:54:12.055:INFO:oejs.AbstractConnector:Started NIOSocketConnectorWrapper@0.0.0.0:8080 STARTING
> karaf@root> 2011-12-20 11:54:12.222:INFO:oejs.Server:jetty-7.5.0.v20110901
> 2011-12-20 11:54:12.257:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8181 STARTING
> 2011-12-20 11:54:12.261:INFO:oejs.AbstractConnector:Started NIOSocketConnectorWrapper@0.0.0.0:8181 STARTING
> When I switch back to jetty 7.4.5 the problem disappears.
> So we need to decide what to do for Karaf 2.2.5. I see three solutions:
> 1) Switch back to jetty 7.4.5
> 2) Wait for a new jetty 7.5.x that fixes this bug
> 3) Log the bug as a known issue and fix with 2.2.6

--
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