[
https://issues.apache.org/jira/browse/AMQ-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985441#action_12985441
]
Grzegorz Drozd edited comment on AMQ-2957 at 1/23/11 5:37 PM:
--------------------------------------------------------------
I have similar issue - but provied solution is not working.
Fresh install on ubuntu 10.04 and java 1.6.22 and activemq version: 5.4.2.
Message from debug logs:
2011-01-23 23:30:14,062 | DEBUG | REQUEST /admin on
org.eclipse.jetty.server.nio.SelectChannelConnector$2@18e8fbd |
org.eclipse.jetty.util.log | qtp8949978-25 - /admin
2011-01-23 23:30:14,070 | WARN | Committed before 503 null |
org.eclipse.jetty.util.log | qtp8949978-25 - /admin
2011-01-23 23:30:14,070 | WARN | /admin: java.lang.IllegalStateException:
Committed | org.eclipse.jetty.util.log | qtp8949978-25 - /admin
2011-01-23 23:30:14,070 | DEBUG | EXCEPTION | org.eclipse.jetty.util.log |
qtp8949978-25 - /admin
java.lang.IllegalStateException: Committed
at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1052)
at org.eclipse.jetty.server.Response.sendError(Response.java:270)
at org.eclipse.jetty.server.Response.sendError(Response.java:372)
at
org.eclipse.jetty.server.handler.ContextHandler.checkContext(ContextHandler.java:723)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:814)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:456)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
at org.eclipse.jetty.server.Server.handle(Server.java:347)
at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:594)
at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1042)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:549)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:211)
at
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:424)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:506)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
at java.lang.Thread.run(Thread.java:662)
It is even before request for favicon.
was (Author: orson):
I have similar issue - but provied solution is not working.
Fresh install on ubuntu 10.04 and java 1.6.22.
Message from debug logs:
2011-01-23 23:30:14,062 | DEBUG | REQUEST /admin on
org.eclipse.jetty.server.nio.SelectChannelConnector$2@18e8fbd |
org.eclipse.jetty.util.log | qtp8949978-25 - /admin
2011-01-23 23:30:14,070 | WARN | Committed before 503 null |
org.eclipse.jetty.util.log | qtp8949978-25 - /admin
2011-01-23 23:30:14,070 | WARN | /admin: java.lang.IllegalStateException:
Committed | org.eclipse.jetty.util.log | qtp8949978-25 - /admin
2011-01-23 23:30:14,070 | DEBUG | EXCEPTION | org.eclipse.jetty.util.log |
qtp8949978-25 - /admin
java.lang.IllegalStateException: Committed
at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1052)
at org.eclipse.jetty.server.Response.sendError(Response.java:270)
at org.eclipse.jetty.server.Response.sendError(Response.java:372)
at
org.eclipse.jetty.server.handler.ContextHandler.checkContext(ContextHandler.java:723)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:814)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:456)
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
at org.eclipse.jetty.server.Server.handle(Server.java:347)
at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:594)
at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1042)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:549)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:211)
at
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:424)
at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:506)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
at java.lang.Thread.run(Thread.java:662)
It is even before request for favicon.
> "HTTP ERROR: 503" from Jetty when accessing admin page
> ------------------------------------------------------
>
> Key: AMQ-2957
> URL: https://issues.apache.org/jira/browse/AMQ-2957
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.4.0, 5.4.1
> Reporter: JT
>
> When I try and go to my admin page http://[myIpHere]:8161/, I get an error of
> HTTP ERROR: 503
> Problem accessing /. Reason:
> Service Unavailable
> I have the log level at DEBUG and there are no Jetty start up errors and the
> log entries for the request output are below.
> 2010-10-01 14:20:11,599 | DEBUG | REQUEST /favicon.ico on
> org.eclipse.jetty.server.nio.SelectChannelConnector$2@ca8e2b8 |
> org.eclipse.jetty.util.log | qtp299878560-27 - /favicon.ico
> 2010-10-01 14:20:11,599 | DEBUG | REQUEST / on
> org.eclipse.jetty.server.nio.SelectChannelConnector$2@23bca486 |
> org.eclipse.jetty.util.log | qtp299878560-28 - /
> 2010-10-01 14:20:11,600 | DEBUG | /favicon.ico | org.eclipse.jetty.util.log |
> qtp299878560-27 - /favicon.ico
> 2010-10-01 14:20:11,600 | DEBUG | / | org.eclipse.jetty.util.log |
> qtp299878560-28 - /
> 2010-10-01 14:20:11,621 | DEBUG | REQUEST /favicon.ico on
> org.eclipse.jetty.server.nio.SelectChannelConnector$2@38ec029 |
> org.eclipse.jetty.util.log | qtp299878560-29 - /favicon.ico
> 2010-10-01 14:20:11,621 | DEBUG | /favicon.ico | org.eclipse.jetty.util.log |
> qtp299878560-29 - /favicon.ico
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.