cancel
Showing results for 
Search instead for 
Did you mean: 

Using JConsole to connect to JMX on NetWeaver AS

Former Member
0 Kudos

Hello

I would like to use JConsole or VisualVM to connect to NetWeaver 7.3 and 7.0.

I have read a few things, among others:

Monitoring and Management Using JMX Technology - Java SEMonitoring and Management Guide

Configuring JVM Parameters - Administration - SAP Library

Hence I did the following:

Set these Java VM system properties:

  • com.sun.management.jmxremote.port=54444
  • com.sun.management.jmxremote.authenticate=false
  • com.sun.management.jmxremote.ssl=false

This can be done in the Config Tool at the instance level (as opposed to template level) or in SAP NetWeaver Aministrator -> Configuration -> Infrastructure -> System Properties

  • I opened port 54444 via an inbound rule. We are on Windows Server 2008 R2. I wonder if this is enough for JMX to start using this port.

Finally, in JConsole or VisualVM I try to connect using this expression:

  • service:jmx:rmi:///jndi/rmi://jqp:54444/jmxrmi

Unfortunately, it fails to log in. The message in the message box is not helpful.

What am I doing wrong? What am I overlooking?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Made some progress.

The solution for NetWeaver 7.3 is here:

Still working on MBeans on NetWeaver 7.0.

Answers (0)