dsukhoroslov / bagri

XML/Document DB on top of distributed cache
Apache License 2.0
41 stars 5 forks source link

[Management] Admin server deployed on Linux cannot be connected through jmx console #15

Closed smelikh closed 8 years ago

smelikh commented 8 years ago

Steps to reproduce:

  1. Connect to remote pc and start bgadmin.sh from putty on any profile.
  2. Use command: ps -ef|grep java and find needed port for connection to visualVM (jmx connection).

Expected result: bgadmin can be added through jmx connection and appears in visualVM.

Actual result: bgadmin cannot be added through jmx connection.

The same scenario works properly on Windows platform

dsukhoroslov commented 8 years ago

configuration issue, resolved. the -Djava.rmi.server.hostname java option must be properly set in bgadmin.conf file.