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 - storage files always in relative path to temp folder of tomcat

I am using javamelody to monitor my application in a tomcat8. The context.xml is defined like:
Pwnstar
  • 2,333
  • 2
  • 29
  • 52
0
votes
1 answer

Monitoring the Java melody jdbc connections

I have to monitor the jdbc connections using java melody in web application using the jdbc url and user name and parameter instead of JNDI. Application is not using spring / hibernate. I tried with passing the below system prameters using -D…
Ramesha.C
  • 69
  • 1
  • 7
0
votes
1 answer

How to add security for Java Melody Monitor URL in spring application

We are using Java Melody in spring application. I would like to add security to access /monitoring url only by admin user. I have to check some property value and permissions based on that one should get access. What are the different approaches…
Jyo
  • 203
  • 4
  • 18
0
votes
1 answer

JavaMelody throwing NullPointerException when firing up Tomcat

When we start up our WAR in out Tomcat 8, we always get the NPE from JavaMelody 1.78.0 shown below. I can't find any hint on what might cause it on the web. [INFO] [talledLocalContainer] java.lang.NullPointerException: null [INFO]…
Jan Pralle
  • 35
  • 8
0
votes
1 answer

Javamelody with Struts 2 . No action mapped for monitoring

I got a Struts 2 , Java 8 web application running on Wildfly 10 and wanted to integrate Javamelody but i am unable to access the monitoring page no matter my configuration in the web.xml and struts.xml I use the following maven dependency…
Stephan
  • 696
  • 15
  • 37
0
votes
1 answer

JavaMelody error - Monitoring of sql requests and of jdbc connections in GlassFish v4.1

I want to use JavaMelody to monitor the SQL requested by a Glassfish Application Server. There are step-by-step instructions on…
macboule
  • 1
  • 1
0
votes
1 answer

StopWatch in javaSimon vs ? in javaMelody

i'm currently replacing javaSimon with javaMelody: we use the StopWatch from JavaSimon to monitor the time used to execute the core functions. This needs to be replaced by using JavaMelody. So when we enable the monitoring for core functions.…
Amirak
  • 63
  • 1
  • 8
0
votes
1 answer

JavaMelody change version from "javamelody-spring-boot-starter" to "javamelody-core"

I need to change the Java Melody version, from "1.69.0" to "1.74.0", for a Java Spring Boot project. Right now I have: net.bull.javamelody javamelody-spring-boot-starter
0
votes
2 answers

Javamelody collect server aggregate files

I have Javamelody collector war installed on tomcat 9 server. I am trying to delete added server, but i can't achieve this i have this error: ava.lang.IllegalArgumentException: An invalid character [32] was present in the Cookie…
cyril
  • 872
  • 6
  • 29
0
votes
1 answer

Javamelody and multiple app and jvm in same node

we have 3 applications (app1/app2/app3) in cluster (server1/server2) with 2 jvms (8080/8180) in each node for example http://server1:8080/app1, http://server1:8080/app2, http://server1:8080/app3 http://server1:8180/app1,…
cyril
  • 872
  • 6
  • 29
0
votes
2 answers

JavaMelody throws WebBeansDeploymentException

Good evening, I want to monitor my webapplication and read about the ease of javamelody. From the documentation it should be as easy as copying javamelody and jrobin into the webapp's WEB-INF/lib and restart the tomcat. But I get a…
Bruno
  • 141
  • 9
0
votes
1 answer

How to get PDF report with JavaMelody

I´m currently monitoring a JavaEE Web-Application with JavaMelody. In the Browser I can view all the statistics, but I want to have a pdf report. I use Maven and already added the needed dependency: com.lowagie
Dave
  • 37
  • 3
0
votes
1 answer

JavaMelody - access statistic only for allowed address IP

I am using the JavaMelody library and I would like to restrict access to the context / monitoring. Currently, I have added an entry in web.xml: allowed-addr-pattern
LLL RRR
  • 189
  • 13
0
votes
1 answer

Is it possible to add custom matrix in javamelody?

We have different matrix in javamelody page. Is it possible to define some custom matrix?
Subhajit Pal
  • 565
  • 1
  • 8
  • 19
0
votes
1 answer

Remove donate button on monitoring page of JavaMelody

I have integrated JavaMelody for monitoring purposes, but after intergration on monitoring page "DONATE" button is being shown which is not suitable for client. now i want to remove. can any body help me Remove donate button on monitoring page of…
Irfan Nasim
  • 1,952
  • 2
  • 19
  • 29
1 2 3
8 9