JMX error while starting ZooKeeper

2010-07-19 Thread Rakesh Aggarwal
Hi Folks, I am setting up a HBase cluster for pseudo-distributed environment using CDH3 on RedHat Linux. I am getting the following exception while trying to start ZooKeeper. It is complaining about a missing JMX class for managing Log4J, see the exception below. I am running JDK1.6_0.21.

Re: JMX error while starting ZooKeeper

2010-07-19 Thread Patrick Hunt
On 07/19/2010 05:04 PM, Rakesh Aggarwal wrote: javax.management.MBeanServer; was not found Sounds like you are missing rt.jar for some reason (contains that class). Try running java -verbose -version and see what jars are being picked up, I see a number of lines containing: ...