Fork me on GitHub
#immutant
<
2017-06-27
>
laujensen09:06:46

Hey guys - Im trying to attach a jmx listener to my immutant instance, but when I put com.sun.management.jmxremote.port=8000 in the java opts in standalone.conf, it never boots the server, just stops after printing the args

laujensen09:06:16

Stops just before this was supposed to print: 11:51:15,446 INFO [immutant.boot] (ServerService Thread Pool -- 😎 Welcome to Immutant 1.1.4 (OneFourMoreTheRoad), rev: f34848bf9ae3963542fa072d171009f6d598c8d7, build: 82

tcrawley14:06:13

@laujensen IIRC, JBossAS 7 (the basis for Immutant 1.x) doesn't support standard jmx setup, but instead exposes JMX via a native interface

tcrawley14:06:23

and let us know if that isn't helpful