Mantis - Resin
Viewing Issue Advanced Details
445 minor always 11-04-05 00:00 01-17-06 11:46
sam  
ferg  
normal  
closed 3.0.14  
3.0.14 fixed  
none    
none 3.0.18  
0000445: no stack trace for NullPointerException in init()
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)




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