-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"com.sun.tools.attach.AgentLoadException: Agent JAR not found or no Agent-Class attribute" using AdoptOpenJDK 16 #20
Comments
I think this may be the same, I am getting this with OpenJDK 64-Bit Server VM 21.9 (build 17+35, mixed mode, sharing) `
|
@ProsperCraft This indeed is caused by the same issue, being that a jar file that is being depended on is no longer available on JDK 16. Developers haven't responded for months now, so he only solution I see is to use another JVM profiler/sampler that is compatible with the more recent versions of Java. I do however like the simplicity of Warmroast, so I do plan on switching back if they do a compatibility update. |
Did you find a working alternative for headless linux? |
Using Linux as a client, SSH'ing into your server with the |
Using AdoptOpenJDK 16 on Windows 10, I'm getting the following exception after selecting the Java process that I wish to monitor:
Additional information:
AdoptOpenJDK 8 has a
jre/lib/management-agent.jar
whereas some Java versions later, thisjre
directory no longer exists andJAVA_HOME
now points directly to the JDK directory that no longer contains such amanagement-agent.jar
file. This is referenced here.The text was updated successfully, but these errors were encountered: