Closed GoogleCodeExporter closed 9 years ago
I do not think that this is a javamelody issue. You can certainly reproduce the
same issue with your own ServletContextListener / Filter or Servlet, and using
java.util.logging.* or SLF4J.
So it's probably a Tomcat or gradle-tomcat-plugin issue. Resolving as invalid
here.
Just to help, I suggest to note the versions of gradle-tomcat-plugin, tomcat
and of JDK in the initial issue.
Then I suggest to test recent versions of JDK and of Tomcat, this may change
some things.
Original comment by evernat@free.fr
on 1 Jun 2014 at 9:05
I was not able to reproduce the issue without JavaMelody—I created a
ServletFilter that logged all requests with java.util.logging and that worked
fine. So something about the way JavaMelody uses logging, while not unique, is
triggering this issue.
Original comment by chronodm
on 1 Jun 2014 at 2:01
FWIW, I'm using the latest version of Tomcat 7 (7.0.54), and when I reran it
with JDK 1.7.0_51 I got exactly the same error.
Original comment by chronodm
on 2 Jun 2014 at 5:03
Original issue reported on code.google.com by
chronodm
on 30 May 2014 at 11:00