Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
2.2.5
-
None
-
None
Description
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
Attachments
Issue Links
- relates to
-
KARAF-1951 Remove workaround for KARAF-1117
- Resolved