
[ http://jira.qos.ch/browse/LBCLASSIC-113?page=com.atlassian.jira.plugin.syste... ] Favio DeMarco commented on LBCLASSIC-113: ----------------------------------------- I have a similar issue with 0.9.26: java.lang.NullPointerException: null at ch.qos.logback.classic.Logger.callTurboFilters(Logger.java:803) ~[logback-classic-0.9.26.jar:na] at ch.qos.logback.classic.Logger.isDebugEnabled(Logger.java:521) ~[logback-classic-0.9.26.jar:na] at ch.qos.logback.classic.Logger.isDebugEnabled(Logger.java:517) ~[logback-classic-0.9.26.jar:na] at net.sf.ehcache.distribution.RMICachePeer.put(RMICachePeer.java:175) ~[ehcache-core-2.3.0.jar:na] And, like LBCLASSIC-74, it starts when a webapp is redeployed in Tomcat 5.5.30, but I can't reproduce it with minimalwebapp. I'll try to reproduce it with a simpler configuration.
Nullpointer -----------
Key: LBCLASSIC-113 URL: http://jira.qos.ch/browse/LBCLASSIC-113 Project: logback-classic Issue Type: Bug Components: Other Reporter: Mathias Bogaert Assignee: Logback dev list Priority: Critical
java.lang.NullPointerException at ch.qos.logback.classic.Logger.callTurboFilters(Logger.java:769) [logback-classic-0.9.15.jar:na] at ch.qos.logback.classic.Logger.isTraceEnabled(Logger.java:641) [logback-classic-0.9.15.jar:na] at ch.qos.logback.classic.Logger.isTraceEnabled(Logger.java:637) [logback-classic-0.9.15.jar:na] at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:198) [hibernate-core-3.3.0.SP1.jar:3.3.0.SP1] at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:126) [hibernate-core-3.3.0.SP1.jar:3.3.0.SP1] at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:905) [hibernate-core-3.3.0.SP1.jar:3.3.0.SP1] Hibernate calls if ( log.isTraceEnabled() ).
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira