This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-27
Channels
- # bangalore-clj (2)
- # beginners (37)
- # boot (16)
- # cider (17)
- # clara (4)
- # cljs-dev (351)
- # cljsrn (16)
- # clojure (219)
- # clojure-belgium (4)
- # clojure-dev (3)
- # clojure-france (2)
- # clojure-italy (24)
- # clojure-russia (23)
- # clojure-spec (55)
- # clojure-switzerland (3)
- # clojure-uk (89)
- # clojurescript (121)
- # cursive (2)
- # datomic (29)
- # devops (2)
- # graphql (8)
- # hoplon (15)
- # immutant (5)
- # lein-figwheel (4)
- # liberator (3)
- # luminus (18)
- # off-topic (9)
- # om (6)
- # onyx (31)
- # pedestal (48)
- # precept (9)
- # re-frame (19)
- # reagent (63)
- # ring-swagger (69)
- # robots (1)
- # slack-help (14)
- # spacemacs (12)
- # sql (2)
- # test-check (4)
- # unrepl (28)
- # untangled (5)
- # yada (3)
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
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
@laujensen IIRC, JBossAS 7 (the basis for Immutant 1.x) doesn't support standard jmx setup, but instead exposes JMX via a native interface