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
1
vote
0 answers

How to make JavaMelody work with SparkJava?

What is the best way to integrate JavaMelody with SparkJava in case I want to use simple configuration with SparkJava's embedded Jetty server? This is how I start…
Kivan
  • 1,712
  • 1
  • 14
  • 30
1
vote
1 answer

JavaMelody - monitoring path param is ignored after JDK upgrade

After upgrade from Java7 to Java8_u60 JavaMelody's monitoring-path param defined in web.xml is being ignored. In the log does not contain any useful information. I was exploring the JavaMelody guide, but I have not found nothing. The monitoring…
Peter Jurkovic
  • 2,686
  • 6
  • 36
  • 55
1
vote
1 answer

JavaMelody with JRuby on Rails + Tomcat

I am trying to add JavaMelody monitoring to a Rails 4.0 app which we deploy to Tomcat running on Windows 2008 R2, with the help of JRuby and Warbler. As described in the JavaMelody user guide, I have added both javamelody.jar and jrobin-1.5.9.jar to…
Denis Washington
  • 5,164
  • 1
  • 18
  • 21
1
vote
2 answers

Java webapp : How to identify this memory issue?

I'm running a somewhat classical postgres/hibernate/spring mvc webapp, with quite usual layers/frameworks. Everything looks fine, except when i look at the memory graph in javamelody : i periodically it seems like it grows, gc is called, then it…
1
vote
1 answer

Tomcat JavaMelody strange error ThreadDeath

Java Melody is generating a error running on Tomcat and I have no idea how to solve it. java.lang.ThreadDeath at java.lang.Thread.stop(Thread.java:836) at net.bull.javamelody.Action.stopThread(Action.java:388) at…
chiperortiz
  • 4,751
  • 9
  • 45
  • 79
1
vote
1 answer

JavaMelody monitorking JTA datasource on WildFly

I have some problem with configure JavaMelody to moniotr sql connection in application running on WildFly. This is my configuration: pom net.bull.javamelody javamelody-core
T.G
  • 1,913
  • 1
  • 16
  • 29
1
vote
0 answers

JavaMelody monitoring page with Content Encoding Error in Firefox

Recently I added JavaMelody plugin to my site, but when I try to load in Firefox I got this message: Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. Please…
Fabricio
  • 11
  • 2
1
vote
0 answers

Can't deploy Java Melody with my ear-file on WAS8.0

I try to use Java Melody to monitor my application which has to run on a Websphere 8.0 Application server. I followed the steps described in the Advanced User Guide The resulting ear can be deployed just fine on a local Glassfish, that I use for…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
1
vote
0 answers

Javamelody report sort

i use javamelody to export report. i want the report to be downloaded with times being sorted by the Highest mean time above so that it is easier to make sense of what is taking more time during execution. is there any available configuration to…
Ashish Thukral
  • 1,445
  • 1
  • 16
  • 26
1
vote
2 answers

@Bean configuration instead of context.xml

i am using following config in my spring context.xml to register patterns for Java melody configuration. i want to move this out as a spring bean. can anyone help me with this? i am having trouble setting it up properly.
Ashish Thukral
  • 1,445
  • 1
  • 16
  • 26
1
vote
0 answers

Java Melody Memory Histogram not working for Multiple web apps

Am using Tomcat 6.0.37, on which have deployed applications(consider 2 now) for which added code for java melody in their web.xml respectively. When i try to get memory histogram for any web application it works fine, but when i try for next…
Vindya
  • 11
  • 1
1
vote
1 answer

how to reload context of the application using JavaMelody?

I have been using Probe to monitor tomcat server and web application.From Probe I can reload the context from the UI,clicking on refresh icon. But I am not getting from where to reload context in JavaMelody? I have added 2 jar files in lib folder of…
Edward
  • 1,367
  • 8
  • 26
  • 43
1
vote
1 answer

Grails javamelody plugin warnings

I've been using the javamelody monitoring plugin for a while in Grails with no problem, but lately I had to move my developments to another computer (I'm now using netbeans 7.1.2). After reinstalling the plugins, I run the app flawlessly in my…
xain
  • 13,159
  • 17
  • 75
  • 119
0
votes
1 answer

Unable to save java melody logs

Trying to retain(save) java melody logs as they the /temp gets cleared during container restart. Have tried relocating the log file location to other location (works fine on local), but on server this doesn't work. Also tried moving files to…
0
votes
1 answer

JavaMelody PDF Report: Customizing the generated PDF Report

We have introduced JavaMelody v1.94.0 to monitor some Jakarta EE Applications at the customers. So far good. However, in the production environment, the customer is not happy with the content of the generated PDF Report. In fact, the customer only…
1 2 3
8 9