Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
445 | minor | always | 11-04-05 00:00 | 01-17-06 11:46 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.14 | ||
Product Build: | 3.0.14 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
Summary: | 0000445: no stack trace for NullPointerException in init() | ||||
Description: |
RSN-494 If the code in the init() method of a resource throws a NullPointerException, the stack trace is not shown in the logs: <web-app> <resource type="example.MyResource"> </resource> </web-app> public class MyResource { public void init() { ... something that throw NullPointerException ... } } [10:51:10.864] com.caucho.config.LineConfigException: WEB-INF/web.xml:62: java.lang.NullPointerException (no stack trace) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|