-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b164
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178211 | 10 | Robbin Ehn | P2 | Resolved | Fixed | b04 |
runtime/MinimalVM/JMX.java is failing with:
stderr: [com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file /proc/2054/cwd/.attach_pid2054: target process 2054 doesn't respond within 10500ms or HotSpot VM not loaded
at jdk.attach/sun.tools.attach.VirtualMachineImpl.<init>(VirtualMachineImpl.java:96)
at jdk.attach/sun.tools.attach.AttachProviderImpl.attachVirtualMachine(AttachProviderImpl.java:58)
at jdk.attach/com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:207)
at jdk.jcmd/sun.tools.jcmd.JCmd.executeCommandForPid(JCmd.java:114)
at jdk.jcmd/sun.tools.jcmd.JCmd.main(JCmd.java:98)
stderr: [com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file /proc/2054/cwd/.attach_pid2054: target process 2054 doesn't respond within 10500ms or HotSpot VM not loaded
at jdk.attach/sun.tools.attach.VirtualMachineImpl.<init>(VirtualMachineImpl.java:96)
at jdk.attach/sun.tools.attach.AttachProviderImpl.attachVirtualMachine(AttachProviderImpl.java:58)
at jdk.attach/com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:207)
at jdk.jcmd/sun.tools.jcmd.JCmd.executeCommandForPid(JCmd.java:114)
at jdk.jcmd/sun.tools.jcmd.JCmd.main(JCmd.java:98)
- backported by
-
JDK-8178211 [TESTBUG] JMX test on MinimalVM fails after fix for 8176533
-
- Resolved
-
- relates to
-
JDK-8176828 jtools do not list VM process launched with the debugger option suspend=y
-
- Resolved
-
-
JDK-8176533 REGRESSION: a java process is not recognized by jcmd/jinfo/jstack/jmap tool
-
- Closed
-