You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2010/10/19 09:32:26 UTC

[jira] Closed: (GERONIMO-5411) G 3.0-M1 jetty assembly does not support jar resource feature in servlet 3.0

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

Forrest Xia closed GERONIMO-5411.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

This problem is fixed in the G 3.0 build on 20101019, so close it now.

> G 3.0-M1 jetty assembly does not support jar resource feature in servlet 3.0
> ----------------------------------------------------------------------------
>
>                 Key: GERONIMO-5411
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5411
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: specs
>    Affects Versions: 3.0-M1, 3.0
>            Reporter: Forrest Xia
>             Fix For: 3.0
>
>
> Steps:
> 1. start jetty javaee assembly
> 2. install and run jarresource-javaee6 sample
> An NPE throws out:
> 2010-06-29 11:42:56,044 ERROR [log] /jarresource-javaee6-jetty/
> java.lang.NullPointerException
> 	at org.eclipse.jetty.util.resource.Resource.getListHTML(Resource.java:507)
> 	at org.eclipse.jetty.servlet.DefaultServlet.sendDirectory(DefaultServlet.java:695)
> 	at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:526)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:532)
> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:456)
> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:966)
> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:391)
> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:902)
> 	at org.apache.geronimo.jetty8.handler.GeronimoWebAppContext.doScope(GeronimoWebAppContext.java:125)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
> 	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:245)
> 	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:338)
> 	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:568)
> 	at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:995)
> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:560)
> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:222)
> 	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:403)
> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:474)
> 	at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:214)
> 	at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:344)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:619)

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