On 12/20/2012 4:57 PM, Chris Hostetter wrote:
i just tried running the 4x solr example with the jetty options to allow
remote JMX...
java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=1099 -jar start.jar
...and was then able to monitor using jconsole and see all of the thread
info as well fro ma remote machine.
I already had -Dcom.sun.management.jmxremote.authenticate=true. No
threads information was availble. When I changed that to false and
restarted jetty, I could suddenly see threads. Therefore I think that
read-write permission must be required. I wonder if Oracle could be
convinced that this is a bug.
Thanks for the help!
Shawn