You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2011/01/12 17:45:48 UTC

[jira] Closed: (FELIX-2760) [WebConsole] NPE - Inflater has been closed

     [ https://issues.apache.org/jira/browse/FELIX-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier closed FELIX-2760.
------------------------------------

    Resolution: Invalid
      Assignee: Clement Escoffier

Was not a bug in the web console but in the HTTP Service I've using (pax web).
No problem with the latest HTTP Service from Felix :-)

> [WebConsole] NPE - Inflater has been closed 
> --------------------------------------------
>
>                 Key: FELIX-2760
>                 URL: https://issues.apache.org/jira/browse/FELIX-2760
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.6
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>
> I'm using the webconsole 3.1.6 and got some weird exception:
> Jan 4, 2011 2:04:01 PM org.ops4j.pax.web.service.jetty.internal.JCLLogger warn
> WARNING: /system/console/res/ui/bundles.js
> java.lang.NullPointerException: Inflater has been closed
> 	at java.util.zip.Inflater.ensureOpen(Inflater.java:364)
> 	at java.util.zip.Inflater.getBytesWritten(Inflater.java:317)
> 	at java.util.zip.ZipFile$1.available(ZipFile.java:243)
> 	at org.apache.felix.framework.URLHandlersBundleURLConnection.connect(URLHandlersBundleURLConnection.java:126)
> 	at org.apache.felix.framework.URLHandlersBundleURLConnection.getInputStream(URLHandlersBundleURLConnection.java:135)
> 	at org.mortbay.resource.URLResource.exists(URLResource.java:101)
> 	at org.ops4j.pax.web.service.jetty.internal.ResourceServlet.doGet(ResourceServlet.java:82)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
> 	at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64)
> 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
> 	at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.handle(HttpServiceContext.java:111)
> 	at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:68)
> 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> 	at org.mortbay.jetty.Server.handle(Server.java:326)
> 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
> 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
> 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
> 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
> 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
> 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> Then, my only way to get the webconsole back is to update the webconsole bundle.
> FYI, I'm using OPS4J Pax Web - Jetty Bundle (0.7.3), and Felix 3.0.2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.