Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003561 [Resin] minor always 06-16-09 13:20 06-17-09 10:29
Reporter ferg View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed   Product Version 3.0.14
Summary 0003561: FileNotFound and 500 forwarding
Description (rep by Abhishek Neralla)

java.io.FileNotFoundException: /foo/bar.jsp
    at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:141)
    at com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115)
    at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
    at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:268)
    at com.caucho.server.webapp.RequestDispatcherImpl.error(RequestDispatcherImpl.java:113)
    at com.caucho.server.webapp.ErrorPageManager.sendServletError(ErrorPageManager.java:354)
    at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:165)
    at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
    at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:396)
    at com.caucho.server.port.TcpConnection.run(TcpConnection.java:363)
    at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490)
    at com.caucho.util.ThreadPool.run(ThreadPool.java:423)
    at java.lang.Thread.run(Thread.java:595)

The configuration has

<error-page>
  <error-code>500</error-code>
  <location>/error/500.jsp</location>
</error-page>

Additional Information
Attached Files

- Relationships

- Notes
(0004077)
ferg
06-17-09 10:29

server/10sv
 

- Issue History
Date Modified Username Field Change
06-16-09 13:20 ferg New Issue
06-17-09 10:29 ferg Note Added: 0004077
06-17-09 10:29 ferg Status new => closed
06-17-09 10:29 ferg Resolution open => fixed
06-17-09 10:29 ferg Fixed in Version  => 4.0.1


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