-
Notifications
You must be signed in to change notification settings - Fork 112
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
Doesn't work on IBM Java: ATTACH_ERR AgentInitializationException102 #18
Comments
I don't think it's an IBM JDK problem. I'm running OpenJDK Runtime Environment (IcedTea 2.4.4) and I have the same problem:
Here is the hole Console output:
|
I believe in order for you to attach to the JVM you would need to run the command as the same user that's running the java process. You are running the command as |
Java Virtual Machine of the WebSphere Application Server should set to debug mode. |
I'm trying to attach to a running process; this works great on the Sun/Oracle/Open JDK, but I can't get it to work on the IBM JDK.
The text was updated successfully, but these errors were encountered: