Mantis - Resin
|
||||||||||
Viewing Issue Advanced Details | ||||||||||
|
||||||||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | |||||
5268 | minor | always | 11-09-12 09:36 | 05-29-13 10:38 | ||||||
|
||||||||||
Reporter: | cowan | Platform: | ||||||||
Assigned To: | ferg | OS: | ||||||||
Priority: | high | OS Version: | ||||||||
Status: | closed | Product Version: | 4.0.32 | |||||||
Product Build: | Resolution: | fixed | ||||||||
Projection: | none | |||||||||
ETA: | none | Fixed in Version: | 4.0.37 | |||||||
|
||||||||||
Summary: | 0005268: NPE using Asynch Servlet over Hmux | |||||||||
Description: |
The exception has occured when I accessed to the servlet through Apache HTTPd(mod_caucho). The servlet will work when I access to the Resin directly. The exception is as follows: [12-11-05 19:40:05.263] {resin-48} java.lang.NullPointerException at com.caucho.server.http.HttpServletResponseImpl.isCommitted(HttpServletResponseImpl.java:243) at com.caucho.server.http.HttpServletResponseImpl.setCharacterEncoding(HttpServletResponseImpl.java:909) at example.AsyncServlet$Async.run(AsyncServlet.java:48) at com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:173) at com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:118) |
|||||||||
Steps To Reproduce: | ||||||||||
Additional Information: | Rep by S. Nobuaki | |||||||||
Relationships |
| |||||||||
Attached Files: |
Notes | |||||
|
|||||
|
|