https://issues.apache.org/bugzilla/show_bug.cgi?id=51582
--- Comment #8 from Patric Rufflar <pat...@rufflar.com> 2012-01-26 18:04:42 UTC --- Hi Filip, I was able to debug the NPE situation (during a load test): sql is suprisingly _not_ null, but SlowQueryReport.this.queries is: protected QueryStats getQueryStats(String sql) { ConcurrentHashMap<String,QueryStats> queries = SlowQueryReport.this.queries; if (queries==null) return null; <-- null is returned here ... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org