Web Console features and gogo plugins do not work with Equinox
--------------------------------------------------------------
Key: FELIX-1994
URL: https://issues.apache.org/jira/browse/FELIX-1994
Project: Felix
Issue Type: Bug
Components: Karaf
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: karaf-1.4.0
we will get exception in the browser like if we click "features" or gogo
java.lang.NullPointerException
at
org.apache.felix.webconsole.AbstractWebConsolePlugin.spoolResource(AbstractWebConsolePlugin.java:355)
at
org.apache.felix.webconsole.AbstractWebConsolePlugin.doGet(AbstractWebConsolePlugin.java:103)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:314)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:363)
at
org.ops4j.pax.web.service.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
at
org.ops4j.pax.web.service.internal.HttpServiceContext.handle(HttpServiceContext.java:111)
But it works with felix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.