This is the command I'm running with 3.4.3 on my mac to get it to work cd ~/zookeeper-3.4.3/contrib/ZooInspector; java -cp zookeeper-3.4.3-ZooInspector.jar:../../contrib/fatjar/zookeeper-3.4.3-fatjar.jar org.apache.zookeeper.inspector.ZooInspector
I think the working directory is important for the icons and other resources to be available to the app. Other than that, the main difference appears to be the use of fatjar. If your installation doesn't have a fatjar, try adding the lib/* to the classpath. Santiago On Thu, Jun 13, 2013 at 7:50 PM, kishore g <[email protected]> wrote: > Did you click on the connect (green) button and provide the zookeeper > address ? Can you provide a screen shot of what you are seeing, any > exception on the console from which you launched the zooinspector? > > thanks, > Kishore G > > > On Thu, Jun 13, 2013 at 3:37 PM, Fei Meng <[email protected]> wrote: > >> Hi there, >> >> I am setting up Helix on Mac OS X and I'd like to run ZooInspector on >> the same machine. Since there is just zookeeper jar download, I got >> the fresh zookeeper package from apache website and build it (just >> "ant" in the root directory). >> >> After I got the >> "contrib/ZooInspector/zookeeper-3.4.5-ZooInspector.jar". Then I copied >> the linux zooinspector bash (also resolved a few missing jars) to run: >> java -cp >> /path/to/zookeeper-3.4.5-ZooInspector.jar:/path/to/zookeeper-3.4.5.jar:/path/to/log4j-1.2.15.jar:/path/to/slf4j-api.jar:/path/to/slf4j-log4j12.jar >> >> The zooinspector could be run but the right panel is empty. When I >> click any node on the left side, nothing shows up. I suspect some >> swing related libraries are missing. Does anyone find how to resolve >> this? Thanks! >> >> Best, >> Fei Meng >> Ph.D student from North Carolina State University >> > >
