简体   繁体   English

在 java eclipse Memory 分析器中:获取堆转储对话框显示没有要获取的 PID

[英]in java eclipse Memory Analyzer: Acquire Heap Dump Dialog shows no PID to acquire

I downloaded the Memory Analyzer from Eclipse marketplace, restarted it, launched my application and clicked on "Acquire Heap Dump Dialog".我从 Eclipse 市场下载了 Memory 分析器,重新启动它,启动我的应用程序并单击“获取堆转储对话框”。

But the list of process remains empty in the Acquire Heap Dump Dialog window even after refreshing, choosing a heap dump provider in Configure or relaunching the app.但是,即使在刷新、在配置中选择堆转储提供程序或重新启动应用程序之后,获取堆转储对话框 window 中的进程列表仍然为空。

Why it does not show any PID to acquire??为什么它没有显示任何要获取的PID?

在此处输入图像描述

Perhaps you don't have a JDK installed.也许您没有安装 JDK。 A JRE doesn't have jps or jmap. JRE 没有 jps 或 jmap。 If MAT is correctly configured to point to a JDK you should at least see a jps instance in the list of processes.如果 MAT 正确配置为指向 JDK,您至少应该在进程列表中看到一个 jps 实例。

Have a look at the error log (Window > Error Log) to see if there were problems.查看错误日志(窗口 > 错误日志)以查看是否有问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Eclipse 内存分析器 - 尝试获取堆转储时出错 - Eclipse memory analyser - error on trying to acquire heap dump eclipse ide中的内存分析在单击获取堆转储对话框时不会列出任何本地进程ID - memory analysis from eclipse ide does not list any local process id when acquire heap dump dialog is clicked Taskmanager Dump-可以使用Java / Eclipse内存分析器进行分析吗? - Taskmanager dump - possible for analysis with java/eclipse memory analyzer? IBM堆泵分析器| 内存不足 - IBM Heap Dump Analyzer | Out of memory eclipse 内存分析器看到整个堆转储 (8GB) 的一小部分 (363,2MB) - eclipse memory analyzer sees small part (363,2MB) of entire heap dump (8GB) 为什么 Java 内存转储分析器中的堆总量与内存设置和 JVM 总使用量不对应? - Why Heap total in the Java memory dump analyzer does not correspond to memory settings and the total JVM usage? 使用内存分析器(MAT)的扫描程序OutOfMemoryError和Java堆转储分析 - Scanner program OutOfMemoryError & Java Heap dump analysis using Memory analyzer (MAT 如何使用堆转储识别Java Memory Analyzer中对象的引用所有者 - How to identify holder of reference to object in Java Memory Analyzer using heap dump Java 信号量,acquire() 和 release() - Java Semaphore, acquire() and release() java强制获取锁? - java forcing acquire of lock?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM