Had a look at this and opened an issue: https://issues.apache.org/jira/browse/SOLR-2369
Looks like the quick fix is to switch to log4j instead of jdk-logging (which is not a bad idea in itself:-) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 16. feb. 2011, at 17.39, Yonik Seeley wrote: > It looks like a log4j issue: > > java.lang.NoClassDefFoundError: org/apache/log4j/jmx/HierarchyDynamicMBean > at > org.apache.zookeeper.jmx.ManagedUtil.registerLog4jMBeans(ManagedUtil.java:51) > at > org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:114) > at org.apache.solr.cloud.SolrZkServer$1.run(SolrZkServer.java:111) > > > > -Yonik > http://lucidimagination.com > > > > On Wed, Feb 16, 2011 at 11:35 AM, Stijn Vanhoorelbeke > <stijn.vanhoorelb...@gmail.com> wrote: >> 2011/2/16 Yonik Seeley <yo...@lucidimagination.com> >>> >>> On Wed, Feb 16, 2011 at 3:57 AM, Thorsten Scherler <scher...@gmail.com> >>> wrote: >>>> On Tue, 2011-02-15 at 09:59 -0500, Yonik Seeley wrote: >>>>> On Mon, Feb 14, 2011 at 8:08 AM, Thorsten Scherler >>>>> <thors...@apache.org> wrote: >>>>>> Hi all, >>>>>> >>>>>> I followed http://wiki.apache.org/solr/SolrCloud and everything >>>>>> worked >>>>>> fine till I tried "Example C:". >>>>> >>>>> Verified. I just tried and it failed for me too. >>>> >>>> Hi Yonik, thanks for verifying. :) >>>> >>>> Should I open an issue and move the thread to the dev list? >>> >>> Yeah, thanks! >>> >>> -Yonik >>> http://lucidimagination.com >> >> Hi, >> For me, example C doesn't work eater. I just tried it - example A & B worked >> like a charm, >> >> Stijn Vanhoorelbeke >>