Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-19943

[GSS](7.3.z)Performance Tuning Guide: unable to connect jconsole to EAP domain servers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.3.x
    • 7.3.0.GA
    • Documentation, JMX
    • None

      Performance Tuning Guide 2.1. Configuring JBoss EAP for Remote Monitoring Connections

      The documentation describes the following steps, but in EAP 7.1 and later, this procedure does not work with the connection error.

      For a Managed Domain Host:
      ...
      /profile=full/subsystem=jmx/remoting-connector=jmx:add(use-management-endpoint=false)
      /socket-binding-group=full-sockets/socket-binding=remoting:add(port=4447)
      /profile=full/subsystem=remoting/connector=remoting-connector:add(socket-binding=remoting,security-realm=ApplicationRealm)
      

      Instead of using the legacy security module for authentication, you can connect using Elytron as below:

      /profile=full/subsystem=jmx/remoting-connector=jmx:add(use-management-endpoint=false)
      /socket-binding-group=full-sockets/socket-binding=remoting:add(port=4447)
      -/profile=full/subsystem=remoting/connector=remoting-connector:add(socket-binding=remoting,security-realm=ApplicationRealm)
      +/profile=full/subsystem=remoting/connector=remoting-connector:add(socket-binding=remoting,sasl-authentication-factory=application-sasl-authentication)
      

            rhn-support-smunje Satyajeet Munje
            rhn-support-nagetsum Norito Agetsuma
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: