I have set the path to the AppD agent jar in the startWeblogic.cmd script like:
set JAVA_OPTIONS=%JAVA_OPTIONS% -javaagent:"%APPDHOME%\javaagent.jar"
just before the line for starting weblogic.
In the cmd output of WebLogic I can see that the javao...
Hi,
I have a DB Monitoring enabled and some HRV configured, so when I view the details of a violation, I can see in the URL an Application ID which is not any of my Applications... If I try to get the HRVs for this unknown application ID through th...
Hi,
I have an issue with AppDynamics SaaS trying to access information about the Internal Applications through the REST API, i.e. DB Monitoring. I am trying the GET request as:
https://cubits2018040613280524.saas.appdynamics.com/controller/rest/app...
Hi,
1. Yes, it is running fine - I don't see any issues with it.
2. No - no logs generated at all. Only way I can make it write something is if I run directly java with -javaagent but it exits immediately after start, of course.
I don't see anyth...
Still the same situation. Here is the java line:
C:\Oracle\MIDDLE~1\JDK160~1\bin\java -javaagent:"C:\AppServerAgent\javaagent.jar" -client -Xms512m -Xmx1536m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\W...
So... it seems I figured out this one as well, but if someone can confirm it would be nice:
It seems like the application Id wich I see in the URL is not different for every application but that is actually the id of the internal "Database Monitoring...
Well, I think I figured it out...
I send the call:
https://cubits2018040613280524.saas.appdynamics.com/controller/rest/applications/Database%20Monitoring
and I see the actual ID for the Database Monitoring app is 190697 for this SaaS instance.
I gu...