https://bz.apache.org/bugzilla/show_bug.cgi?id=61581
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Version|trunk |7.0.82 --- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> --- AprServletOutputStream.java:135 is if (Status.APR_STATUS_IS_EAGAIN(-written)) { APR_STATUS_IS_EAGAIN is a method, not a constant, and thus Java tries to load the class. If I preload the Status class the issue does not happen. This is: to work-around this issue, add the following attribute to JreMemoryLeakPreventionListener configured in conf/server.xml: [[[ classesToInitialize="org.apache.tomcat.jni.Status" ]]] -- 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