APM - On Prem 10.8 Agent and Weblogic Java Agent JMX Monitoring
search cancel

APM - On Prem 10.8 Agent and Weblogic Java Agent JMX Monitoring

book

Article ID: 276614

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

JMX MBean Property Doesn't Work w/n bundle.propertis in jmx-weblogic-xt1-2022.3.0.38 directory

Followed the guide as below: 

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-apm-agents/SaaS/infrastructure-agent/Remote-JMX-Monitoring.html

Still not working - not getting JMX Metrics 

Environment

Weblogic 14

APM 10.8 Java Agent (2022.3.0.38)

Cause

Misconfiguration- JMX Naming 

Resolution

Engineering has found the jmx naming for Weblogic :

https://docs.oracle.com/cd/E24329_01/web.1211/e24415/understandwls.htm#JMXCU123

com.bea:Name=name,Type=type[,TypeOfParentMBean=NameOfParentMBean]

introscope.agent.remotejmx.system.s1.mbeanPatternsWhiteList=com.bea:Name=TestWeblogicJMX,Type=TestWeblogicJMX,*

Worked 

introscope.agent.remotejmx.system.s1.mbeanPatternsWhiteList=com.bea:Name=TestWeblogicJMX,*;com.bea:Name=Weblogic,*

Worked