Salesforce

How to connect Jconsole to a remote AppServer?

« Go Back

Information

 
TitleHow to connect Jconsole to a remote AppServer?
URL NameHow-to-connect-Jconsole-to-a-remote-AppServer
Article Number000173019
EnvironmentProduct: OpenEdge
Version: All supported versions
OS: All supported platforms
Question/Problem Description
How to connect Jconsole to a remote AppServer?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
In the ubroker.properties file for the remote machine add the following entry

[UBroker.AS.<yourbrokername>]

jvmargs=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=<chose port number> -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
....

In the machine where you are running jconsole from run the command:

<Path to jconsole>jconsole <IP or hostname>:<port specified on ubroker>

For example :

%DLC%\jdk\bin\jconsole 111.11.11.111:9999
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:29 AM

Powered by