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 1.68.0 - JBoss cannot find iText Classes

After updating JavaMelody to its newest version (Version 1.62.0 was used previously), JBoss 6 logs an error on start up. I have two dependencies in the ivy.xml
LordAnomander
  • 1,103
  • 6
  • 16
0
votes
3 answers

How to browse to a specific instance behind an AWS load balancer

I have a monitor installed into with my application, JavaMelody. The application is running on 7 different instances in AWS in an auto scaling group behind a load balancer in AWS. When I go to myapp.com/monitoring, I get statistics from…
Jay
  • 4,994
  • 4
  • 28
  • 41
0
votes
1 answer

JavaMelody - Monitoring Free Disk Space in JSON or XML

I am using Tomcat and Javamelody and need the "Free Disk Space" of the machine. In the normal web view there is a table row for that, but in XML or JSON output (format=xml) this value is missing ?! Is this is bug? How can i get the free disk space…
cthiele
  • 23
  • 4
0
votes
1 answer

JavaMelody - Monitoring of sql requests and of jdbc connections in GlassFish v3+

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

JavaMelody and Spring Security

I have been developing a web app using Spring Boot and Spring Security among other things. Everything was working well till I integrated with JavaMelody. Now, every REST API call annotated with @PreAuthorize is giving a HTTP status 404. How can I…
javi_swift
  • 377
  • 6
  • 16
0
votes
0 answers

@Async with JavaMelody @MonitoredWithSpring not working

I have problem with asynchronus execution of my code. Method startConversion() should be called asynchronusly. call goes trought AOP proxy. Everything separated works fine. Problem occurs when I put together @Async and @MonitoredWithSpring…
MarekM
  • 1,426
  • 17
  • 14
0
votes
1 answer

Authentication of java melody integration with LDAP

I am using the following filter in the web.xml of my application, with it I am able to get authentication over java melody page. How can I integrate this authentication with LDAP? When I login at localhost:8080/application/monitoring, it will ask…
svs teja
  • 957
  • 2
  • 22
  • 43
0
votes
1 answer

Show username afer killing a Confluence calendar thread

There are a number of known issues with Confluence calendars. When a Confluence administrator needs to kill a Team Calendars thread it can be useful to know which user calendar was affected so the problem can be investigated. After killing a…
Underverse
  • 1,271
  • 21
  • 32
0
votes
2 answers

Grails 3.0 logging and monitoring tool for sql and performace

I'm searching for logging sql tools for grails 3.0. I tried to install java melody, but it couldn't resolve dependencies, so i guess it's for grails 2.*. (Let me know if this is not correct). I'm looking for a tool where i can see all the queries…
user666
  • 834
  • 2
  • 10
  • 20
0
votes
1 answer

JavaMelody mapping URL

I'm trying to install Javamelody in my Spring application. I configured on localhost and can access Javamelody with URL: http://localhost:9080/myapp/stats Server: webSphere 7.0 and my web.xml config is:
Fonexn
  • 189
  • 4
  • 15
0
votes
1 answer

Installing javamelody 401 "Authentication Required"

A "getting started" with JavaMelody question. I have an existing tomcat web service I'd like to profile with javamelody. I followed the Step 1 in their instructions here, redeployed the war. My tomcat server is set up with https. My context is,…
Yahya Cahyadi
  • 524
  • 1
  • 4
  • 12
0
votes
1 answer

Java Melody web.xml filters not working with Jetty Server

I've recently added Java Melody to a grails application. So I wanted to restrict the IP addresses that can access the monitoring endpoint, and also add basic auth for it so that not anyone can access the monitoring endpoint once the application is…
Alron
  • 1
  • 2
0
votes
1 answer

How to use java-melody with SOLR 5?

Solr 5 is not war anymore. Is there a correct way to use java-melody with Solr 5?
fedor.belov
  • 22,343
  • 26
  • 89
  • 134
0
votes
0 answers

How to check properly Db connection are opened or closed in java webapplication

Is any way tool or any machines to find out whether DatabaseConnections are properly opened or closed in real time java web application. Is it suggestable to use javamelody related jar file? Thanks and Regards, Raju.
0
votes
1 answer

How to use Java Melody, Spring, and JPA without a persistence.xml file

How can I configure Java Melody with JPA configured in Spring but not using a persistence.xml file. Note: I am specifically using eclipselink. The java melody instructions only show configuring with a persistence.xml file: …
Travis Schneeberger
  • 2,010
  • 20
  • 23
1 2 3
8 9