Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
976 | crash | always | 03-07-06 07:08 | 03-13-06 13:57 | |
|
|||||
Reporter: | marcelloh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
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 |
||||
Steps To Reproduce: | |||||
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) |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|