You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2010/01/28 10:37:34 UTC

[jira] Commented: (FELIX-1994) Web Console admin,features and gogo plugins do not work with Equinox

    [ https://issues.apache.org/jira/browse/FELIX-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805849#action_12805849 ] 

Freeman Fang commented on FELIX-1994:
-------------------------------------

improve fix to handle more generic case
http://svn.apache.org/viewvc?rev=904011&view=rev

> Web Console admin,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 "Admin", "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.