I enabled JMX with v2.1.0, and I only see in Jconsole the read cache bean 
(i.e. 
com.orientechnologies.orient.core.storage.cache.local:type=O2QCacheMXBean). 
Same behavior in community and enterprise.

The process I followed to enable JMX was:
- in config/orientdb-server-config.xml, set enabled parameter to true 
(below is shown the original)
        <handler 
class="com.orientechnologies.orient.server.handler.OJMXPlugin">
            <parameters>
                <parameter value="false" name="enabled"/>
- in bin/server.sh, add to JAVA_OPTS_SCRIPT
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.port=1098
- then on my local computer, have Jconsole connect to server ip on port 1098

Is there another process and/or tools by which the 
com.orientechnologies.orient.core.storage.cache.local:type=OWOWCacheMXBean 
would become visible?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to