Hi,
While accessing Wily http://<hostname>:<port>/webview we are getting the following error message:
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/webview
Powered by jetty://
Our Wily was working fine until Yesterday and here is the "IntroscopeEnterpriseManager.log" file content:
11/19/12 06:19:41 PM EST [ERROR] [org.mortbay.log] EXCEPTION
java.lang.IllegalStateException: Committed
at org.mortbay.jetty.Response.resetBuffer(Response.java:994)
at org.mortbay.jetty.Response.sendError(Response.java:240)
at org.mortbay.jetty.Response.sendError(Response.java:341)
at
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:414)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
at
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
We tried restarting Wily Enterprise Manager couple of times and this didn't help. We also tried restarting the Solman instance on this host, but no luck.
-John