반응형
jhsdb jmap --heap --pid [pid]
vm 환경에서 다음명령어를 입력하니 아래와 같이 나왔다.
Exception in thread "main" sun.jvm.hotspot.types.WrongTypeException: No suitable match for type of address 0x00007fc30c025200
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.InstanceConstructor.newWrongTypeException(InstanceConstructor.java:62)
at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor(VirtualConstructor.java:80)
at jdk.hotspot.agent/sun.jvm.hotspot.memory.Universe.heap(Universe.java:150)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.HeapSummary.run(HeapSummary.java:61)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.JMap.run(JMap.java:115)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:260)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.start(Tool.java:223)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.execute(Tool.java:118)
at jdk.hotspot.agent/sun.jvm.hotspot.tools.JMap.main(JMap.java:176)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.runJMAP(SALauncher.java:369)
at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.main(SALauncher.java:538)
에러가 발생한 이유는 vm에서 외부 메모리 주소 접근 제한이 있어서 그럴수 있다고 한다.
반응형
'WEB,WAS > TOMCAT' 카테고리의 다른 글
서블릿(Servlet) 이란? (0) | 2023.08.09 |
---|---|
톰캣에서 log4j 사용과 java.util.logging와 차이점 (0) | 2023.08.09 |
EJB란 무엇인가? (0) | 2023.07.06 |
Tomcat 9 관리자 접속하기 및 사용하지 않는 이유 (0) | 2023.02.23 |
Apache 2.4.X 설치 및 실행 for Windows 11 (0) | 2022.12.08 |
댓글