On 8/5/2013 12:19 AM, Prasi S wrote:
> Im using solr 4.3 to setup solrcloud. I haev placed all jar files in a
> folder zoo-lib. I have also placed the jar fiels from /solr/example/lib/ext
> to zoo-lib folder.
> 
> When I execute this command,
> 
> java -classpath .;zoo-lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig
> -zkhost localhost:2181 -confdir solr-conf -confname myconf
> 
> I get the below warning and it stops. Am i missing anything.
> 
> log4j:WARN No appenders could be found for logger

The classpath format looks wrong to me.  From what I understand, here's
what you'd want:

For UNIX/Linux: ".:zoo-lib/*"
For Windows: ".;zoo-lib\*"

Thanks,
Shawn

Reply via email to