: My parameters look like this (running the Solr example):
: 
: java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6060
: -Dcom.sun.management.jmxremote.authenticate=false
: -Dcom.sun.management.jmxremote.ssl=false -jar start.jar

What implementation/version of java are you running?

On my Mac running Sun Java 1.6, that exact command works fine for Solr 1.4 
(using JConsole to connect to "localhost:6060" as a remote process)

Perhaps other JVM providers require differnet options to start up JMX?



~# /usr/lib/jvm/java-1.5.0-sun-1.5.0.14/jre/bin/java -version
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)


Sun Java 1.5, should work fine afaik.

Reply via email to