This is regarding WebServices metrics are not reporting to APM .
Initially post deployment of java agent automatic entry points were not reporting but WebServices were reporting in production. Following jvm arguments were given in the start-up script .
JVM Arguments given in start-up script :
-DagentProfile=/opt/caapm/WebLogic/wily/core/config/IntroscopeAgent.profile
-javaagent:/opt/caapm/WebLogic/wily/Agent.jar
-Dweblogic.TracingEnabled=true
-DagentManager.url.1=xxx
-Dintroscope.agent.customProcessName=yyy
-Dintroscope.autoprobe.directivesFile=/opt/caapm/WebLogic/wily/core/config/acc-master.pbl
-Dintroscope.autoprobe.directivesFile=/opt/caapm/WebLogic/wily/core/config/acc-master.pbl
Changed to
-Dintroscope.autoprobe.directivesFile=hotdeploy,acc-master.pbl
Release : 10.7.0
Component : APM Agents
This was a permissions issue: The choices are :
- Use ACC to get logs
- Set Extensions directory permissions to 777. This solved the issue but is a security concern.
- Have the agent directory owned by an application userid.