Hi Scott, I think that the JMX parameters used to connect to ActiveMQ are wrong. This is why you cannot retrieve the stats.
Can you check that you can connect to your activemq server through Java Jconsole ? Can you check the following params in the file etc/system.properties or osgi config admin ? 1) Config admin : using command --> config:list Pid: org.apache.felix.karaf.management BundleLocation: null Properties: threaded = true serviceUrl = service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root service.pid = org.apache.felix.karaf.management objectName = connector:name=rmi jmxRealm = karaf daemon = true felix.fileinstall.filename = org.apache.felix.karaf.management.cfg rmiRegistryPort = 1099 2) system.properties # ActiveMq Web Console properties webconsole.type=properties webconsole.jms.url=tcp://localhost:61616 webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root webconsole.jmx.user=karaf webconsole.jmx.password=karaf Regards, Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer ***************************** blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard Linkedlin : http://www.linkedin.com/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm On Wed, Jan 13, 2010 at 7:36 PM, Scott Parkerson <[email protected]>wrote: > On 01/08/2010 05:18 AM, Charles Moulliard wrote: > >> Hi Scott, >> >> You can deploy the ActiveMq console very easily on SMX4. Here is the step >> by >> step process : >> [snip] >> > > Thanks, Charles... any idea on what could be going wrong with the stats > view in Karaf? > > --sgp > >
