Questions tagged [java-melody]

The goal of JavaMelody is to monitor Java or Java EE application servers in QA and production environments

The goal of JavaMelody is to monitor Java or Java EE application servers in QA and production environments. It is not a tool to simulate requests from users, it is a tool to measure and calculate statistics on real operation of an application depending on the usage of the application by users.

See https://github.com/javamelody/javamelody/wiki

126 questions
0
votes
1 answer

JavaMelody: @net.bull.javamelody.Monitored annotation not showing Statistics for Classes or Methods

we followed the JavaMelody User Guide https://github.com/javamelody/javamelody/wiki/UserGuide, and annotated a method of our CDI Bean with @SessionScoped accordingly (@net.bull.javamelody.Monitored) as described in the Session Business facades…
0
votes
0 answers

Null pointer exception on invoking a service in a spring boot application when java-melody dependency is added

When I added java-melody starter dependency on my spring boot application, it throws null pointer exception whenever i try to access the application. I added this dependency in my pom file
Sudan Shrestha
  • 97
  • 1
  • 10
0
votes
1 answer

Configuring JavaMelody on Apache Tomcat 10.x

I am trying to configure JavaMelody (jrobin-1.5.9.jar & javamelody-core-1.91.0.jar) on Apache Tomcat 10.0.21 instead of in the Java application. Similar configuration is working till Apache Tomcat 9.x Below is the JavaMelody configuration from…
Mahesh
  • 1
  • 1
0
votes
0 answers

JavaMelody and Spring Session

We use Spring-session. And we use JavaMelody for monitoring sessions. JavaMelody uses net.bull.javamelody.SessionListener for monitoring sessions. It is implementation of HttpSessionListener from servlet API. Spring-session have…
Gleb Shadrin
  • 83
  • 1
  • 1
  • 5
0
votes
0 answers

Swagger and Melody are not working together in my project

I have implemented Swagger and Melody at the same time on my maven Spring Boot Project, but it seems to have a problem that both of them are not running simultaneously, i will have to stop one of the service to use other every time,when i need to…
0
votes
0 answers

java.lang.IllegalStateException: Could not evaluate condition on net.bull.javamelody.JavaMelodyAutoConfiguration#

I took the code from github branch of spring boot application and updated the maven project but am facing the below error and application gets terminated. java.lang.IllegalStateException: Could not evaluate condition on…
0
votes
1 answer

Java Melody JPA Monitoring Implementation failed for HibernatePersitenceProvider

I followed all the steps for JPA Monitoring as mentioned in User Guide of Java Melody. However, changing my Persistence Provider from org.hibernate.jpa.HibernatePersistenceProvider to net.bull.javamelody.jpa.provider and…
0
votes
0 answers

what memory is displayed in the logged message

I noticed when I run a big job in my grails application (that reads huge amounts of data from db) I have this log(no idea what generates the log, maybe the melody plugin?): Memory usage: used=588MB free=14MB total=683MB in the console and soon I…
0
votes
1 answer

"Could not release " message happens sometimes in JavaMelody

After we migrate to JavaMelody 1.88 from 1.68.1 we get this message. Usually after we start our app server? Can anybody help us? java.io.IOException: Could not release [/springe4b951a1e22fd7add5aed6f9f81d9023cca34a88.rrd], the file was…
javase1999
  • 19
  • 4
0
votes
1 answer

Java Melody does not show any sql data on xampp tomcat8

On Xampp Tomcat on Windows 11, I am trying to monitor java-web-app with java melody. However, sql data is not detected by java melody. Could you figure out what i am missing? I have created a library project, not to do same settings on every…
0
votes
1 answer

How I can list all added apps in javamelody monitoring using curl command?

curl -vkg http://collectserver/ -H 'Authorization: Basic abc123==' -d "appName=APP_NAME&appUrls=http://myhost/myapp/" This is working curl to add apps in javamelody monitoring And I also tested for delete application curl…
0
votes
2 answers

JavaMelody JDBC Graph not working Tomcat 8.8 and mysql DB

I have configured javamelody 1.86.0 on Tomcat 8.8 and all the other metrics are captured except from the JDBC. Below are the config I have on the Tomcat application: Context.xml:
g33kMate
  • 1
  • 1
0
votes
1 answer

Javamelody Collector Server Counting Error: Number of hits increase exponentially

I have a problem with my Javamelody Collector server. I start a Tomcat server locally that runs the Javamelody Collector server and I start three applications that register to the Collector server upon starting them. I then send a few request (10…
Janis
  • 1
  • 1
0
votes
2 answers

Missing MBean Type: javax.cache:type=CacheStatistics while using infinispan as 2LC in wildfly

We are using wildfly 18.0.1 as application server. As the hibernate-ehcache module is deprecated we changed to the hibernate-jcache module. Wildfly uses infinispan as jcache implementation by default. We also use java melody to monitor our…
0
votes
1 answer

No SQL stats on JavaMelody - JBoss EAP 7

I have a maven application running on JBoss EAP 7.2 . Below details: Build: Maven 3.6 Server: JBoss EAP 7.2 Java: OpenJDK 11 JavaMelody Core: 1.83.0 Package: EAR Application: Struts 2.5.22 DB: Oracle 18c OJDBC Driver: 18.3 Although I managed to…
Stephan
  • 696
  • 15
  • 37
1 2 3
8 9