Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000445 [Resin] minor always 11-04-05 00:00 01-17-06 11:46
Reporter sam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.14
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)



Additional Information
Attached Files

- Relationships

- Notes
(0000727)
ferg
01-17-06 11:46

server/1578
 

- Issue History
Date Modified Username Field Change
11-04-05 00:00 sam New Issue
01-17-06 11:46 ferg Note Added: 0000727
01-17-06 11:46 ferg Assigned To  => ferg
01-17-06 11:46 ferg Status acknowledged => closed
01-17-06 11:46 ferg Resolution open => fixed
01-17-06 11:46 ferg Fixed in Version  => 3.0.18


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