churrusco Hi there. I try to access Lightstreamer JMX data through JConsole but it always denies the connection. I guess it requires some user/password but I haven't found anything in the docs. Cheers, Martin
Alessandro Alinone Hi Martin, As a first note, please consider that the JMX interfaces are only available in Lightstreamer Vivace (and is disabled in Moderato, Allegro and Presto). To connect to Lightstreamer's internal MBean server with JConsole, you should use the rmi connector, rather than the jmxmp connector. In lightstreamer_conf.xml you should uncomment the following line: <rmi_connector_port>8888</rmi_connector_port> Launch JConsole, then specify the this remote process: service:jmx:rmi:///jndi/rmi://localhost:8888/lsjmx
ctranfd Hi there, WE've been trying to get JMX to work for a monitoring system and via jconsole. We have tried the following but are unable to connect: service:jmx:rmi:///jndi/rmi://localhost:8888/jmxrmi service:jmx:rmi:///jndi/rmi://localhost:8888/lsjmx service:jmx:rmi:///jndi/rmi://<hostname>:8888/jmxrmi service:jmx:rmi://<hostname>/jndi/rmi://<hostname>:8888/lsjmx service:jmx:rmi://<hostname>/jndi/rmi://<hostname>:8888/jmxrmi service:jmx:rmi://<hostname>/jndi/rmi://<hostname>:8888/lsjmx service:jmx:rmi:///jndi/rmi://<IP>:8888/jmxrmi service:jmx:rmi:///jndi/rmi://<IP>:8888/lsjmx service:jmx:rmi:///jndi/rmi://<IP>:8888/jmxrmi service:jmx:rmi:///jndi/rmi://<IP>:8888/lsjmx Additionally we have the rmi port as 8888 Is there something else that needs to be configured? THanks CT
Alessandro Alinone JMX is only available on Lightstreamer Vivace (see http://www.lightstreamer.com/products.htm)