Javamelody with any other RRD tools possible instead of jrobin
244 views
Skip to first unread message
sake...@gmail.com
unread,
Jan 28, 2020, 6:11:51 AM1/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javamelody
Hello, I'm trying to use java melody as monitoring in my application,with aspect of security we are not able to use the Jrobin jar instead can i use other rrd tools available.
I tried it replacing the jrobin with rrd4.jar ,but it throws RRDException as below
Any other RRD tool compatible with javamelody to display the graphs or any option to configure external RRD tool apart from jrobin.
Please suggest.
Emeric Vernat
unread,
Jan 29, 2020, 12:13:28 PM1/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javamelody
Hi sakeeachu,
javamelody is written to work with jrobin 1.5.9.
It can't work with rrd4j (or any other). Rrd4j is a fork of jrobin but rrd4j classes are not binary compatible with jrobin classes.
bye,
Emeric
Escuela Technologies
unread,
Jul 7, 2022, 6:23:11 AM7/7/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javamelody
We are getting the class not found exception in tomcat 9Â
    ... 32 more 06-Jul-2022 14:17:51.308 WARNING [http-nio-8080-exec-5] net.bull.javamelody.internal.common.JavaLogger.warn exception while collecting data: java.lang.NoClassDefFoundError: org/jrobin/core/RrdException   java.lang.NoClassDefFoundError: org/jrobin/core/RrdException     at net.bull.javamelody.internal.model.Collector.getCounterJRobin(Collector.java:916)
What is the fix for this ?
evernat
unread,
Jul 7, 2022, 6:40:47 AM7/7/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javamelody
Hi,
You probably need to include the jrobin jar file as a dependency in your webapp: