visualvm Questions
3
Solved
I have a wicket+spring+hibernate application running on Jetty. When I start CPU profiling it with VisualVM (jdk 1.7.0_9) it first stalls for several minutes with console prints:
Profiler Agent: 25...
2
I am trying to run visualvm in my Windows 8 machine and i am getting error 'Local java applications cannot be detected'. I tried to follow the below steps to resolve the issue as suggested in 'http...
6
Solved
I need to be able to do some memory sampling on a VM that's running on a linux box that doesn't have any XWindows running. I've tried to do it remotely but apparently JVisualVM does not support rem...
16
I have already spent a long time to load and test my application, now I need to profile it. But unluckily, the VisualVM always says "not supported for this JVM" on my local applications?
The appli...
3
I am facing following issues while running jvisualvm -
Java Related environment variables set on machine
Following are PATH variable details, there is no path mentioned as C:\apps\Java8
Path=C:\Pr...
3
Solved
I am using Ubuntu 14.04 with Oracle JDK 8. I want to inspect performance of my application using VisualVM. I can inspect other applications like JDownloader but I can't inspect my own applications ...
2
Solved
Problem:
I have an J2EE application that is running very slow for a given task (to generate some files) using a specific data set. I decided to run the visualvm profiler over the application to und...
Softpedal asked 5/8, 2018 at 18:59
3
Solved
I consider running VisualVM against a production JVM to see what's going on there - it started to consume too much CPU for some reason.
It must not result in a JVM failure so I'm trying to estimat...
3
Solved
I'm making a desktop application in java and am doing some memory optimisations. That made me come across two threads running in the JVM, both named:
RMI TCP connection
And they're both contribut...
Hilmahilt asked 24/11, 2016 at 19:41
2
Solved
I'm experiencing an issue launching my application with the VisualVM Launcher plugin for Intellij. The message I recieve when lauching is displayed below:
Error running 'Desktop': appId=8128615346...
Excavation asked 19/8, 2018 at 16:46
6
If I try to profile application, (which is prepared under Eclipse, but running from command line) with the help of VisualVM, I get the following error message
Simultaneously, the project folder ...
3
Solved
I am using jdk64 and my java version is 1.6.0_24. I am running both (Tomcat java process and VisualVM) processes as Administrator on Windows Server 2008.
Tomcat is running with -Xmx7196m, where as...
2
Solved
When I click on the Heap Dump button in VisualVM 1.3.8, I get the following error:
Cannot take heap dump for user@localhost:9090
Am I missing a setting somewhere?
Edit #1
Environment is:
R...
4
I'm running my Java application with the following parameters that enable JMX server's remote connections:
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=9998
-Dcom.sun.man...
Percaline asked 16/2, 2021 at 10:33
4
Solved
I can't get VisualVM working with eclipse, i was following these instructions
http://visualvm.java.net/download.html
and also these
http://visualvm.java.net/gettingstarted.html
The problem is that...
9
Solved
I've read Visual VM remotely over ssh but I think I've not fully understood because it was not working for me :-( Please can someone give some example?
ssh -D 9696 [email protected] and visua...
2
Solved
I have a remote Debian Squeeze server. I've installed Oracle JDK 1.7.0_07 manually and configured alternatives to every binary in jdk/bin path. Also i exported the global JAVA_HOME variable.
# jav...
7
Solved
Are there any tools that allow offline analysis (including summary/sorting/sifting) of an .hprof file? Or can you run VisualVM, hat etc in batch mode?
I'm interested in something that can take an ...
6
Solved
I'm using VisualVM from JDK 1.6.0_26 to profile a Java webapp running under Tomcat, but VisualVM often tells me that it doesn't have enough memory to take a snapshot, and to use the -Xmx switch to ...
3
I'm totally new to VisualVM.
Is there a way to automatically start CPU profiling? My issue is that I start a program from Eclipse which runs for approx. 20 seconds. By the time I can open up the ...
2
I am trying to debug a java app using Visual VM in Eclipse kepler. I am executing the class having main method selecting Visual VM as launcher. I have configured Visual VM as per the instructions g...
4
I am trying to use visualVM for profiling a simple java application that I am debugging with Intellij. I start the application to debug, open visualVM, and I can see my application in the list. I c...
Synecdoche asked 28/2, 2014 at 0:55
4
I've got two remote servers, both running recent CentOS, both running recent Tomcat6, recent JDK6, and VisualVM 1.3.2.
ssh -X forwarding works on one server - I can start up VisualVM from that mac...
8
Usually I see all these tabs in VisualVM for locally running Java programs:
However, I have one local program which is currently only showing me Overview and Monitor (even though it usually show...
1
Solved
I want to monitor internals of JVM for my Spring Boot application inside a Docker which is running as a pod in a Kubernetes cluster. But I couldn't find satisfactory answer anywhere even after spen...
Caption asked 14/6, 2020 at 1:29
1 Next >
© 2022 - 2024 — McMap. All rights reserved.