Great thanks, you're missing a crutical argument (after the process id), see below:
java -Xbootclasspath/a:"C:/Program Files/Java/jdk1.8.0_151/lib/tools.jar" -jar C:/appdynamics/AppServerAgent-4.5.8.25115/javaagent.jar 14760 appdynamics.controller....
Hi there, I see the following message:
"Caused by: java.io.IOException: no such process"
Are you sure you have the right process id in the command? on windows you can find the process id using the "tasklist" command.
Kind Regards,
David
Hi Ankur, Are you also using Dynamic Attach? Have you tried to do this using the normal method (by adding -javaagent to the startup command)? Kind Regards, David
I noticed in the command line you didn't specify the required properties:
C:\Windows\system32> java -Xbootclasspath/a:"C:\Program Files\Java\jdk1.8.0_131\lib\tools.jar" -jar "D:\2019\Monitoring_utilities\AppServerAgent\javaagent.jar" 4875
Try som...