Mantis - Resin
Viewing Issue Advanced Details
976 crash always 03-07-06 07:08 03-13-06 13:57
marcelloh  
ferg  
normal  
closed  
fixed  
none    
none 3.0.19  
0000976: NullPointerException
Snippet of my configuration version 3.0.18

<web-app id="/" document-directory="c:/data/website/html/">
<welcome-file-list>index.html,notfound.html</welcome-file-list>
</web-app>

When I don't give a page name like index.html, but just do like this
http://localhost:8080/ [^]
is give an error
java.lang.NullPointerException
at com.caucho.server.dispatch.ServletMapper.mapServlet(ServletMapper.java:323)
at com.caucho.server.webapp.Application.buildInvocation(Application.java:1773)
at com.caucho.server.webapp.ApplicationContainer.buildInvocation(ApplicationContainer.java:707)
at com.caucho.server.host.Host.buildInvocation(Host.java:421)
at com.caucho.server.host.HostContainer.buildInvocation(HostContainer.java:316)
at com.caucho.server.resin.ServletServer.buildInvocation(ServletServer.java:600)
at com.caucho.server.dispatch.DispatchServer.buildInvocation(DispatchServer.java:198)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:492)
at com.caucho.util.ThreadPool.run(ThreadPool.java:425)
at java.lang.Thread.run(Unknown Source)

Notes
(0000939)
ferg   
03-13-06 13:57   
server/10r5