Closed GoogleCodeExporter closed 9 years ago
<dependency>
<groupId>net.bull.javamelody</groupId>
<artifactId>javamelody-core</artifactId>
<version>1.48.0</version>
</dependency>
Original comment by oastashe...@gmail.com
on 29 Jan 2014 at 11:04
I do not reproduce the issue (Tomcat 6, Windows, JDK 7).
Do you reproduce it always?
After how many redeploys?
Are the javamelody and jrobin jar files deployed in the webapp or in tomcat/lib
directory?
Original comment by evernat@free.fr
on 16 Feb 2014 at 4:55
Sorry for delay.
javamelody.jar is inside war, but jrobin.jar in tomcat/lib.
Original comment by oastashe...@gmail.com
on 26 Feb 2014 at 1:31
> After how many redeploys?
From time to time issue is reproducing after different number of redeploys.
Original comment by oastashe...@gmail.com
on 26 Feb 2014 at 1:33
Couple minutes ago I have noticed further exception after second redeployment.
java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:397)
at java.util.Timer.schedule(Timer.java:248)
at net.bull.javamelody.RrdNioBackend.<init>(RrdNioBackend.java:66)
at net.bull.javamelody.RrdNioBackendFactory.open(RrdNioBackendFactory.java:84)
at org.jrobin.core.RrdDb.<init>(RrdDb.java:229)
at org.jrobin.core.RrdDb.<init>(RrdDb.java:203)
at org.jrobin.core.RrdDb.<init>(RrdDb.java:266)
at org.jrobin.core.RrdDbPool.requestRrdDb(RrdDbPool.java:103)
at net.bull.javamelody.JRobin.addValue(JRobin.java:299)
at net.bull.javamelody.Collector.collectJRobinValues(Collector.java:490)
at net.bull.javamelody.Collector.collectJavaInformations(Collector.java:381)
at net.bull.javamelody.Collector.collect(Collector.java:319)
at net.bull.javamelody.Collector.collectWithoutErrors(Collector.java:306)
at net.bull.javamelody.Collector.collectLocalContextWithoutErrors(Collector.java:296)
at net.bull.javamelody.FilterContext$CollectTimerTask.run(FilterContext.java:57)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Original comment by oastashe...@gmail.com
on 26 Feb 2014 at 6:19
> javamelody.jar is inside war, but jrobin.jar in tomcat/lib
Why have you done that?
Put your brain back in place and the jrobin.jar inside the war
Original comment by evernat@free.fr
on 1 Mar 2014 at 6:21
Original issue reported on code.google.com by
oastashe...@gmail.com
on 29 Jan 2014 at 11:02Attachments: