Skip to content
Advertisement

Tag: agent

Java – AttachNotSupportedException: Unable to open socket file: HotSpot VM not loaded

When attempting to attach an agent jar file onto another process running in java, I have came across the exception: com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded I was running linux, with java Oracle JDK 8_101, however after answering this question I’ve realized the O.S does not matter for the cause of

Advertisement