Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000976 [Resin] crash always 03-07-06 07:08 03-13-06 13:57
Reporter marcelloh View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000976: NullPointerException
Description 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
Additional Information 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)
Attached Files

- Relationships

- Notes
(0000939)
ferg
03-13-06 13:57

server/10r5
 

- Issue History
Date Modified Username Field Change
03-07-06 07:08 marcelloh New Issue
03-13-06 13:57 ferg Note Added: 0000939
03-13-06 13:57 ferg Assigned To  => ferg
03-13-06 13:57 ferg Status new => closed
03-13-06 13:57 ferg Resolution open => fixed
03-13-06 13:57 ferg Fixed in Version  => 3.0.19


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker