Closed GoogleCodeExporter closed 9 years ago
I reproduce the issue (5 seconds and not 16 seconds or 60 seconds, but
reproduced anyway).
The cause is that some values from Tomcat threads and processors are read in
MBeans. Those Tomcat MBeans are read by names: "*:type=ThreadPool,*" and
"*:type=GlobalRequestProcessor,*". But for an unknown reason, JBoss EAP 6.2 has
changed the names of the Tomcat MBeans, so Tomcat MBeans are never found.
So, for JBoss EAP 6.2, it is needed to remember when Tomcat MBeans are not
found, even if JBoss still uses the Tomcat container.
Original comment by evernat@free.fr
on 9 Jun 2014 at 3:21
This is fixed in trunk (revision 3816) and ready for the next release (1.52).
Thanks for the issue.
If you need a snapshot before the next release, the javamelody.jar file should
be available in continuous integration in 24h from now:
https://javamelody.ci.cloudbees.com/job/javamelody%20ant/
Original comment by evernat@free.fr
on 9 Jun 2014 at 4:18
Original issue reported on code.google.com by
robertlo...@gmail.com
on 7 May 2014 at 1:47