l'activation de jmx à distance dans jboss 6.1

Je suis en train de permettre jmx à distance dans jboss 6.1. Lorsque j'ai ajouté les options comme ci-dessous

-Djboss.platform.mbeanserver 
-Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl
-Dcom.sun.management.jmxremote.port=12349
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

jboss ne peut pas démarrer correctement et je'got d'erreur suivant:

" Deployment "JBossLogService" is in error due to the following reason(s): java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager"), **ERROR**"

Avez-vous une idée comment résoudre ce problème ?

  • Problème a disparu après l'ajout : exportation JBOSS_CLASSPATH="${JBOSS_CLASSPATH}:/jboss-dir/lib/jboss-logmanager.jar"
InformationsquelleAutor MartinG | 2013-06-14