You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Nick Chase <nc...@earthlink.net> on 2012/11/11 22:39:09 UTC

zkcli issues

OK, so this is my ZooKeeper week, sorry. :)

So I'm trying to use ZkCLI without success.  I DID start and stop Solr 
in non-cloud mode, so everything is extracted and it IS finding 
zookeeper*.jar.  However, now it's NOT finding SolrJ.

I even tried to run it from the provided script (in cloud-scripts) with 
no success.  Here's what I've got:

 >>> cd <my-solr-install>

 >>>.\example\cloud-scripts\zkcli.bat -cmd upconfig -zkhost 
localhost:9983 -confdir example/solr/collection/conf -confname conf1 
-solrhome example/solr

 >>>set JVM=java

 >>>set SDIR=C:\sw\apache-solr-4.0.0\example\cloud-scripts\

 >>>if "\" == "\" set SDIR=C:\sw\apache-solr-4.0.0\example\cloud-scripts

 >>>"java" -classpath 
"C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\*" 
org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost localhost:9983 
-confdir example/solr/collection/conf -confname conf1 -solrhome example/solr

Error: Could not find or load main class 
C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\apache-solr-solrj-4.0.0.jar

I've verified that 
C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\apache-solr-solrj-4.0.0.jar 
exists, so I'm really at a loss here.

Thanks...

----  Nick

Re: zkcli issues

Posted by Jeevanandam Madanagopal <je...@myjeeva.com>.
Hello Nick -

I have executed the steps on Windows 7 and successfully uploaded the Solr Configuration to ZooKeeper :)

Log lines (Config upload):
====================
C:\Users\jeeva\for-nick>dir solr-lib-cli
 Volume in drive C has no label.
 Volume Serial Number is 94F3-63A7

 Directory of C:\Users\jeeva\for-nick\solr-lib-cli

11/17/2012  02:00 AM    <DIR>          .
11/17/2012  02:00 AM    <DIR>          ..
10/06/2012  03:04 AM         1,898,799 apache-solr-core-4.0.0.jar
10/06/2012  03:04 AM           371,816 apache-solr-solrj-4.0.0.jar
03/19/2009  04:08 PM            41,123 commons-cli-1.2.jar
09/11/2012  08:14 AM           259,600 commons-codec-1.7.jar
02/11/2008  02:07 AM            57,779 commons-fileupload-1.2.1.jar
10/03/2011  05:32 PM           163,151 commons-io-2.1.jar
01/16/2011  05:21 PM           284,220 commons-lang-2.6.jar
06/01/2010  02:32 PM           934,783 guava-r05.jar
02/02/2012  07:15 AM           352,585 httpclient-4.1.3.jar
12/18/2011  11:37 AM           181,410 httpcore-4.1.4.jar
02/02/2012  07:15 AM            26,938 httpmime-4.1.3.jar
10/31/2011  06:46 PM            17,308 jcl-over-slf4j-1.6.4.jar
10/31/2011  06:46 PM            20,639 log4j-over-slf4j-1.6.4.jar
10/06/2012  03:00 AM         1,527,069 lucene-analyzers-common-4.0.0.jar
10/06/2012  03:01 AM         4,553,567 lucene-analyzers-kuromoji-4.0.0.jar
10/06/2012  03:01 AM            22,891 lucene-analyzers-phonetic-4.0.0.jar
10/06/2012  03:00 AM         2,038,850 lucene-core-4.0.0.jar
10/06/2012  03:01 AM           164,799 lucene-grouping-4.0.0.jar
10/06/2012  03:01 AM            99,553 lucene-highlighter-4.0.0.jar
10/06/2012  03:01 AM            37,148 lucene-memory-4.0.0.jar
10/06/2012  03:01 AM            50,820 lucene-misc-4.0.0.jar
10/06/2012  03:01 AM           194,653 lucene-queries-4.0.0.jar
10/06/2012  03:01 AM           384,953 lucene-queryparser-4.0.0.jar
10/06/2012  03:02 AM            67,642 lucene-spatial-4.0.0.jar
10/06/2012  03:02 AM           120,182 lucene-suggest-4.0.0.jar
10/31/2011  06:45 PM            25,962 slf4j-api-1.6.4.jar
10/31/2011  06:46 PM             8,887 slf4j-jdk14-1.6.4.jar
08/31/2012  12:51 AM            69,290 spatial4j-0.3.jar
09/03/2008  02:33 AM           520,969 wstx-asl-3.2.7.jar
08/03/2012  02:31 AM           608,239 zookeeper-3.3.6.jar
              30 File(s)     15,105,625 bytes
               2 Dir(s)  51,755,294,720 bytes free

C:\Users\jeeva\for-nick>java -classpath .;solr-lib-cli/* org.apache.solr.cloud.Z
kCLI -cmd upconfig -zkhost 10.0.0.2:2181 -confdir config-files -confname nicksol
rconfig

Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:zookeeper.version=3.3.6-1366786, built on 07/29/2012 06
:22 GMT
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:host.name=10.211.55.9
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.version=1.6.0_35
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.vendor=Sun Microsystems Inc.
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.home=C:\Program Files\Java\jre6
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.class.path=.;solr-lib-cli/apache-solr-core-4.0.0.j
ar;solr-lib-cli/apache-solr-solrj-4.0.0.jar;solr-lib-cli/commons-cli-1.2.jar;sol
r-lib-cli/commons-codec-1.7.jar;solr-lib-cli/commons-fileupload-1.2.1.jar;solr-l
ib-cli/commons-io-2.1.jar;solr-lib-cli/commons-lang-2.6.jar;solr-lib-cli/guava-r
05.jar;solr-lib-cli/httpclient-4.1.3.jar;solr-lib-cli/httpcore-4.1.4.jar;solr-li
b-cli/httpmime-4.1.3.jar;solr-lib-cli/jcl-over-slf4j-1.6.4.jar;solr-lib-cli/log4
j-over-slf4j-1.6.4.jar;solr-lib-cli/lucene-analyzers-common-4.0.0.jar;solr-lib-c
li/lucene-analyzers-kuromoji-4.0.0.jar;solr-lib-cli/lucene-analyzers-phonetic-4.
0.0.jar;solr-lib-cli/lucene-core-4.0.0.jar;solr-lib-cli/lucene-grouping-4.0.0.ja
r;solr-lib-cli/lucene-highlighter-4.0.0.jar;solr-lib-cli/lucene-memory-4.0.0.jar
;solr-lib-cli/lucene-misc-4.0.0.jar;solr-lib-cli/lucene-queries-4.0.0.jar;solr-l
ib-cli/lucene-queryparser-4.0.0.jar;solr-lib-cli/lucene-spatial-4.0.0.jar;solr-l
ib-cli/lucene-suggest-4.0.0.jar;solr-lib-cli/slf4j-api-1.6.4.jar;solr-lib-cli/sl
f4j-jdk14-1.6.4.jar;solr-lib-cli/spatial4j-0.3.jar;solr-lib-cli/wstx-asl-3.2.7.j
ar;solr-lib-cli/zookeeper-3.3.6.jar
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.library.path=C:\Windows\system32;C:\Windows\Sun\Ja
va\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Parallels\Parallels Tools
\Applications;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows
\System32\WindowsPowerShell\v1.0\;.
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.io.tmpdir=C:\Users\jeeva\AppData\Local\Temp\
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:java.compiler=<NA>
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:os.name=Windows 7
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:os.arch=x86
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:os.version=6.1
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:user.name=jeeva
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:user.home=C:\Users\jeeva
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.Environment logEnv
INFO: Client environment:user.dir=C:\Users\jeeva\for-nick
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.ZooKeeper <init>
INFO: Initiating client connection, connectString=10.0.0.2:2181 sessionTimeout=3
0000 watcher=org.apache.solr.common.cloud.ConnectionManager@bf32c
Nov 17, 2012 2:08:14 AM org.apache.solr.common.cloud.ConnectionManager waitForCo
nnected
INFO: Waiting for client to connect to ZooKeeper
Nov 17, 2012 2:08:14 AM org.apache.zookeeper.ClientCnxn$SendThread startConnect
INFO: Opening socket connection to server /10.0.0.2:2181
Nov 17, 2012 2:08:19 AM org.apache.zookeeper.ClientCnxn$SendThread primeConnecti
on
INFO: Socket connection established to 10.0.0.2/10.0.0.2:2181, initiating sessio
n
Nov 17, 2012 2:08:19 AM org.apache.zookeeper.ClientCnxn$SendThread readConnectRe
sult
INFO: Session establishment complete on server 10.0.0.2/10.0.0.2:2181, sessionid
 = 0x13b0adc3e630003, negotiated timeout = 30000
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.ConnectionManager process
INFO: Watcher org.apache.solr.common.cloud.ConnectionManager@bf32c name:ZooKeepe
rConnection Watcher:10.0.0.2:2181 got event WatchedEvent state:SyncConnected typ
e:None path:null path:null type:None
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.ConnectionManager waitForCo
nnected
INFO: Client is connected to ZooKeeper
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/admin-extra.html
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/admin-extra.menu-bottom.html
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/admin-extra.menu-top.html
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/currency.xml
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/elevate.xml
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/contractions_ca.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/contractions_fr.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/contractions_ga.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/contractions_it.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/hyphenations_ga.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stemdict_nl.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stoptags_ja.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_ar.txt
Nov 17, 2012 2:08:19 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_bg.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_ca.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_cz.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_da.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_de.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_el.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_en.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_es.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_eu.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_fa.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_fi.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_fr.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_ga.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_gl.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_hi.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_hu.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_hy.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_id.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_it.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_ja.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_lv.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_nl.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_no.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_pt.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_ro.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_ru.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_sv.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_th.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/stopwords_tr.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/lang/userdict_ja.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/mapping-FoldToASCII.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/mapping-ISOLatin1Accent.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/protwords.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/schema.xml
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/scripts.conf
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/solrconfig.xml
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/spellings.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/stopwords.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/synonyms.txt
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/update-script.js
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/browse.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/cluster.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/clusterResults.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/debug.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/facets.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/facet_fields.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/facet_pivot.vm
Nov 17, 2012 2:08:20 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/facet_queries.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/facet_ranges.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/footer.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/head.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/header.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/hit.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/hitGrouped.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/join-doc.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/jquery.autocomplete.css
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/jquery.autocomplete.js
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/layout.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/main.css
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/product-doc.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/query.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/queryGroup.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/querySpatial.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/richtext-doc.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/suggest.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/tabs.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/velocity/VM_global_library.vm
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/xslt/example.xsl
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/xslt/example_atom.xsl
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/xslt/example_rss.xsl
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/xslt/luke.xsl
Nov 17, 2012 2:08:21 AM org.apache.solr.common.cloud.SolrZkClient makePath
INFO: makePath: /configs/nicksolrconfig/xslt/updateXml.xsl
Nov 17, 2012 2:08:21 AM org.apache.zookeeper.ZooKeeper close
INFO: Session: 0x13b0adc3e630003 closed
Nov 17, 2012 2:08:21 AM org.apache.zookeeper.ClientCnxn$EventThread run
INFO: EventThread shut down

C:\Users\jeeva\for-nick>


ZooKeeper Log Lines (Verifying uploaded config):
=======================================
[zk: 10.0.0.2:2181(CONNECTED) 0] ls /
[zookeeper]
[zk: 10.0.0.2:2181(CONNECTED) 1] ls /
[configs, zookeeper]
[zk: 10.0.0.2:2181(CONNECTED) 2] ls /configs
[nicksolrconfig]
[zk: 10.0.0.2:2181(CONNECTED) 3] ls /configs/nicksolrconfig
[admin-extra.menu-top.html, currency.xml, protwords.txt, mapping-FoldToASCII.txt, solrconfig.xml, stopwords.txt, lang, spellings.txt, mapping-ISOLatin1Accent.txt, admin-extra.html, xslt, synonyms.txt, scripts.conf, update-script.js, velocity, elevate.xml, admin-extra.menu-bottom.html, schema.xml]
[zk: 10.0.0.2:2181(CONNECTED) 4] 

I hope above details will help you to identify issue at your end :)


-Jeeva
Blog: http://www.myjeeva.com



On Nov 16, 2012, at 11:07 PM, Mark Miller <ma...@gmail.com> wrote:

> Still looks like a classpath issue to me then. If that didn't help, something is still off. Either the war has not been exploded yet, your classpath entries point to the wrong places, or the classpath is not being specified right. Those would be my guesses.
> 
> Given you are using the out of the box scripts and it should be setup to look at the right places and have a solid cp entry (*should*), my first guess would be that the war is not exploded yet. You have to manually unzip or start and stop solr.
> 
> This logic could probably be added to those scripts (unzip it), but it's annoying to have any logic in them since everything has to be mirrored in bat and sh.
> 
> - Mark
> 
> On Nov 16, 2012, at 11:18 AM, Nick Chase <nc...@earthlink.net> wrote:
> 
>> I agree that it *shouldn't* be OS specific. :)  Anyway, thanks for the suggestion, but that's not it.  I get the same error with the script right out of the box:
>> 
>> Error: Could not find or load main class C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\apache-solr-solrj-4.0.0.jar
>> 
>> And anyway, it's a weird error, referencing a jar as a class, isn't it?  Start up a JIRA?
>> 
>> -----  Nick
>> 
>> On 11/16/2012 10:42 AM, Mark Miller wrote:
>>> I *think* I tested the script on windows once way back.
>>> 
>>> Anyway, the code itself should not be OS specific.
>>> 
>>> One thing you might want to check if you are copying unix cmd line
>>> stuff - I think windows separates classpath entries with ; rather than
>>> : - so you likely to need to change that. You'd think java could have
>>> been smart enough to accept either/or at worst, but meh.
>>> 
>>> For example:
>>> .:/Users/jeeva/dc-1/solr-cli-lib/*
>>> should be
>>> .;/Users/jeeva/dc-1/solr-cli-lib/*
>>> 
>>> - Mark
>>> 
>>> On Thu, Nov 15, 2012 at 8:53 PM, Nick Chase <nc...@earthlink.net> wrote:
>>>> Unfortunately, this doesn't seem to solve the issue; now I'm beginning to
>>>> wonder if maybe it's because I'm on Windows.  Has anyone successfully run
>>>> ZkCLI on Windows?
>>>> 
>>>> ----  Nick
>>>> 
>>>> 
>>>> On 11/12/2012 2:27 AM, Jeevanandam Madanagopal wrote:
>>>>> 
>>>>> Nick - Sorry, embedded links are not shown in previous email. I'm
>>>>> mentioning below.
>>>>> 
>>>>>> Handy SolrCloud ZkCLI Commands
>>>>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#handy-solrcloud-cli-commands)
>>>>> 
>>>>> 
>>>>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper)
>>>>> 
>>>>> 
>>>>> 
>>>>> Cheers,
>>>>> Jeeva
>>>>> 
>>>>> 
>>>>> On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal <je...@myjeeva.com>
>>>>> wrote:
>>>>> 
>>>>>> Nick -
>>>>>> 
>>>>>> I believe you're experiencing a difficulties with SolrCloud CLI commands
>>>>>> for interacting ZooKeeper.
>>>>>> Please have a look on below links, it will provide you direction.
>>>>>> Handy SolrCloud ZkCLI Commands
>>>>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>>>> 
>>>>>> Cheers,
>>>>>> Jeeva
>>>>>> 
>>>>>> On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:
>>>>>> 
>>>>>>> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>>>>>>>> 
>>>>>>>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net>
>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr
>>>>>>>>> in
>>>>>>>>> non-cloud mode, so everything is extracted and it IS finding
>>>>>>>>> zookeeper*.jar.
>>>>>>>>> However, now it's NOT finding SolrJ.
>>> 
>>> 
>>> 
> 
> 


Re: zkcli issues

Posted by Mark Miller <ma...@gmail.com>.
Still looks like a classpath issue to me then. If that didn't help, something is still off. Either the war has not been exploded yet, your classpath entries point to the wrong places, or the classpath is not being specified right. Those would be my guesses.

Given you are using the out of the box scripts and it should be setup to look at the right places and have a solid cp entry (*should*), my first guess would be that the war is not exploded yet. You have to manually unzip or start and stop solr.

This logic could probably be added to those scripts (unzip it), but it's annoying to have any logic in them since everything has to be mirrored in bat and sh.

- Mark

On Nov 16, 2012, at 11:18 AM, Nick Chase <nc...@earthlink.net> wrote:

> I agree that it *shouldn't* be OS specific. :)  Anyway, thanks for the suggestion, but that's not it.  I get the same error with the script right out of the box:
> 
> Error: Could not find or load main class C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\apache-solr-solrj-4.0.0.jar
> 
> And anyway, it's a weird error, referencing a jar as a class, isn't it?  Start up a JIRA?
> 
> -----  Nick
> 
> On 11/16/2012 10:42 AM, Mark Miller wrote:
>> I *think* I tested the script on windows once way back.
>> 
>> Anyway, the code itself should not be OS specific.
>> 
>> One thing you might want to check if you are copying unix cmd line
>> stuff - I think windows separates classpath entries with ; rather than
>> : - so you likely to need to change that. You'd think java could have
>> been smart enough to accept either/or at worst, but meh.
>> 
>> For example:
>> .:/Users/jeeva/dc-1/solr-cli-lib/*
>> should be
>> .;/Users/jeeva/dc-1/solr-cli-lib/*
>> 
>> - Mark
>> 
>> On Thu, Nov 15, 2012 at 8:53 PM, Nick Chase <nc...@earthlink.net> wrote:
>>> Unfortunately, this doesn't seem to solve the issue; now I'm beginning to
>>> wonder if maybe it's because I'm on Windows.  Has anyone successfully run
>>> ZkCLI on Windows?
>>> 
>>> ----  Nick
>>> 
>>> 
>>> On 11/12/2012 2:27 AM, Jeevanandam Madanagopal wrote:
>>>> 
>>>> Nick - Sorry, embedded links are not shown in previous email. I'm
>>>> mentioning below.
>>>> 
>>>>> Handy SolrCloud ZkCLI Commands
>>>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#handy-solrcloud-cli-commands)
>>>> 
>>>> 
>>>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper)
>>>> 
>>>> 
>>>> 
>>>> Cheers,
>>>> Jeeva
>>>> 
>>>> 
>>>> On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal <je...@myjeeva.com>
>>>> wrote:
>>>> 
>>>>> Nick -
>>>>> 
>>>>> I believe you're experiencing a difficulties with SolrCloud CLI commands
>>>>> for interacting ZooKeeper.
>>>>> Please have a look on below links, it will provide you direction.
>>>>> Handy SolrCloud ZkCLI Commands
>>>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>>> 
>>>>> Cheers,
>>>>> Jeeva
>>>>> 
>>>>> On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:
>>>>> 
>>>>>> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>>>>>>> 
>>>>>>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net>
>>>>>>> wrote:
>>>>>>>> 
>>>>>>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr
>>>>>>>> in
>>>>>>>> non-cloud mode, so everything is extracted and it IS finding
>>>>>>>> zookeeper*.jar.
>>>>>>>> However, now it's NOT finding SolrJ.
>> 
>> 
>> 


Re: zkcli issues

Posted by Nick Chase <nc...@earthlink.net>.
I agree that it *shouldn't* be OS specific. :)  Anyway, thanks for the 
suggestion, but that's not it.  I get the same error with the script 
right out of the box:

Error: Could not find or load main class 
C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\apache-solr-solrj-4.0.0.jar

And anyway, it's a weird error, referencing a jar as a class, isn't it? 
  Start up a JIRA?

-----  Nick

On 11/16/2012 10:42 AM, Mark Miller wrote:
> I *think* I tested the script on windows once way back.
>
> Anyway, the code itself should not be OS specific.
>
> One thing you might want to check if you are copying unix cmd line
> stuff - I think windows separates classpath entries with ; rather than
> : - so you likely to need to change that. You'd think java could have
> been smart enough to accept either/or at worst, but meh.
>
> For example:
> .:/Users/jeeva/dc-1/solr-cli-lib/*
> should be
> .;/Users/jeeva/dc-1/solr-cli-lib/*
>
> - Mark
>
> On Thu, Nov 15, 2012 at 8:53 PM, Nick Chase <nc...@earthlink.net> wrote:
>> Unfortunately, this doesn't seem to solve the issue; now I'm beginning to
>> wonder if maybe it's because I'm on Windows.  Has anyone successfully run
>> ZkCLI on Windows?
>>
>> ----  Nick
>>
>>
>> On 11/12/2012 2:27 AM, Jeevanandam Madanagopal wrote:
>>>
>>> Nick - Sorry, embedded links are not shown in previous email. I'm
>>> mentioning below.
>>>
>>>> Handy SolrCloud ZkCLI Commands
>>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#handy-solrcloud-cli-commands)
>>>
>>>
>>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper)
>>>
>>>
>>>
>>> Cheers,
>>> Jeeva
>>>
>>>
>>> On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal <je...@myjeeva.com>
>>> wrote:
>>>
>>>> Nick -
>>>>
>>>> I believe you're experiencing a difficulties with SolrCloud CLI commands
>>>> for interacting ZooKeeper.
>>>> Please have a look on below links, it will provide you direction.
>>>> Handy SolrCloud ZkCLI Commands
>>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>>
>>>> Cheers,
>>>> Jeeva
>>>>
>>>> On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:
>>>>
>>>>> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>>>>>>
>>>>>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net>
>>>>>> wrote:
>>>>>>>
>>>>>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr
>>>>>>> in
>>>>>>> non-cloud mode, so everything is extracted and it IS finding
>>>>>>> zookeeper*.jar.
>>>>>>> However, now it's NOT finding SolrJ.
>
>
>

Re: zkcli issues

Posted by Mark Miller <ma...@gmail.com>.
I *think* I tested the script on windows once way back.

Anyway, the code itself should not be OS specific.

One thing you might want to check if you are copying unix cmd line
stuff - I think windows separates classpath entries with ; rather than
: - so you likely to need to change that. You'd think java could have
been smart enough to accept either/or at worst, but meh.

For example:
.:/Users/jeeva/dc-1/solr-cli-lib/*
should be
.;/Users/jeeva/dc-1/solr-cli-lib/*

- Mark

On Thu, Nov 15, 2012 at 8:53 PM, Nick Chase <nc...@earthlink.net> wrote:
> Unfortunately, this doesn't seem to solve the issue; now I'm beginning to
> wonder if maybe it's because I'm on Windows.  Has anyone successfully run
> ZkCLI on Windows?
>
> ----  Nick
>
>
> On 11/12/2012 2:27 AM, Jeevanandam Madanagopal wrote:
>>
>> Nick - Sorry, embedded links are not shown in previous email. I'm
>> mentioning below.
>>
>>> Handy SolrCloud ZkCLI Commands
>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#handy-solrcloud-cli-commands)
>>
>>
>>> Uploading Solr Configuration into ZooKeeper ensemble
>>> (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper)
>>
>>
>>
>> Cheers,
>> Jeeva
>>
>>
>> On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal <je...@myjeeva.com>
>> wrote:
>>
>>> Nick -
>>>
>>> I believe you're experiencing a difficulties with SolrCloud CLI commands
>>> for interacting ZooKeeper.
>>> Please have a look on below links, it will provide you direction.
>>> Handy SolrCloud ZkCLI Commands
>>> Uploading Solr Configuration into ZooKeeper ensemble
>>>
>>> Cheers,
>>> Jeeva
>>>
>>> On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:
>>>
>>>> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>>>>>
>>>>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net>
>>>>> wrote:
>>>>>>
>>>>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr
>>>>>> in
>>>>>> non-cloud mode, so everything is extracted and it IS finding
>>>>>> zookeeper*.jar.
>>>>>> However, now it's NOT finding SolrJ.



-- 
- Mark

Re: zkcli issues

Posted by Nick Chase <nc...@earthlink.net>.
Unfortunately, this doesn't seem to solve the issue; now I'm beginning 
to wonder if maybe it's because I'm on Windows.  Has anyone successfully 
run ZkCLI on Windows?

----  Nick

On 11/12/2012 2:27 AM, Jeevanandam Madanagopal wrote:
> Nick - Sorry, embedded links are not shown in previous email. I'm mentioning below.
>
>> Handy SolrCloud ZkCLI Commands (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#handy-solrcloud-cli-commands)
>
>> Uploading Solr Configuration into ZooKeeper ensemble (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper)
>
>
> Cheers,
> Jeeva
>
>
> On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal <je...@myjeeva.com> wrote:
>
>> Nick -
>>
>> I believe you're experiencing a difficulties with SolrCloud CLI commands for interacting ZooKeeper.
>> Please have a look on below links, it will provide you direction.
>> Handy SolrCloud ZkCLI Commands
>> Uploading Solr Configuration into ZooKeeper ensemble
>>
>> Cheers,
>> Jeeva
>>
>> On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:
>>
>>> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>>>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net> wrote:
>>>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr in
>>>>> non-cloud mode, so everything is extracted and it IS finding zookeeper*.jar.
>>>>> However, now it's NOT finding SolrJ.

Re: zkcli issues

Posted by Jeevanandam Madanagopal <je...@myjeeva.com>.
Nick - Sorry, embedded links are not shown in previous email. I'm mentioning below.

> Handy SolrCloud ZkCLI Commands (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#handy-solrcloud-cli-commands)

> Uploading Solr Configuration into ZooKeeper ensemble (http://www.myjeeva.com/2012/10/solrcloud-cluster-single-collection-deployment/#uploading-solrconfig-to-zookeeper)


Cheers,
Jeeva


On Nov 12, 2012, at 12:48 PM, Jeevanandam Madanagopal <je...@myjeeva.com> wrote:

> Nick -
> 
> I believe you're experiencing a difficulties with SolrCloud CLI commands for interacting ZooKeeper.
> Please have a look on below links, it will provide you direction.
> Handy SolrCloud ZkCLI Commands
> Uploading Solr Configuration into ZooKeeper ensemble
> 
> Cheers,
> Jeeva
> 
> On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:
> 
>> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net> wrote:
>>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr in
>>>> non-cloud mode, so everything is extracted and it IS finding zookeeper*.jar.
>>>> However, now it's NOT finding SolrJ.
>>> Not sure about your specific problem in this case, but I chatted with
>>> Mark about this while at ApacheCon... it seems like we should be able
>>> to explode the WAR ourselves if necessary, eliminating the need to
>>> start Solr first.  Just throwing it out there before I forgot about it
>>> ;-)
>>> 
>>> -Yonik
>>> http://lucidworks.com
>> 
>> I guess the tricky part might be knowing where to extract it. We know how to do it for the default jetty setup, but that could be reconfigured or you could be using another web container.
>> 
>> Kind of annoying.
>> 
>> - Mark
>> 
> 


Re: zkcli issues

Posted by Jeevanandam Madanagopal <je...@myjeeva.com>.
Nick -

I believe you're experiencing a difficulties with SolrCloud CLI commands for interacting ZooKeeper.
Please have a look on below links, it will provide you direction.
Handy SolrCloud ZkCLI Commands
Uploading Solr Configuration into ZooKeeper ensemble

Cheers,
Jeeva

On Nov 12, 2012, at 4:45 AM, Mark Miller <ma...@gmail.com> wrote:

> On 11/11/2012 04:47 PM, Yonik Seeley wrote:
>> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net> wrote:
>>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr in
>>> non-cloud mode, so everything is extracted and it IS finding zookeeper*.jar.
>>> However, now it's NOT finding SolrJ.
>> Not sure about your specific problem in this case, but I chatted with
>> Mark about this while at ApacheCon... it seems like we should be able
>> to explode the WAR ourselves if necessary, eliminating the need to
>> start Solr first.  Just throwing it out there before I forgot about it
>> ;-)
>> 
>> -Yonik
>> http://lucidworks.com
> 
> I guess the tricky part might be knowing where to extract it. We know how to do it for the default jetty setup, but that could be reconfigured or you could be using another web container.
> 
> Kind of annoying.
> 
> - Mark
> 


Re: zkcli issues

Posted by Mark Miller <ma...@gmail.com>.
On 11/11/2012 04:47 PM, Yonik Seeley wrote:
> On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net> wrote:
>> So I'm trying to use ZkCLI without success.  I DID start and stop Solr in
>> non-cloud mode, so everything is extracted and it IS finding zookeeper*.jar.
>> However, now it's NOT finding SolrJ.
> Not sure about your specific problem in this case, but I chatted with
> Mark about this while at ApacheCon... it seems like we should be able
> to explode the WAR ourselves if necessary, eliminating the need to
> start Solr first.  Just throwing it out there before I forgot about it
> ;-)
>
> -Yonik
> http://lucidworks.com

I guess the tricky part might be knowing where to extract it. We know 
how to do it for the default jetty setup, but that could be reconfigured 
or you could be using another web container.

Kind of annoying.

- Mark

Re: zkcli issues

Posted by Yonik Seeley <yo...@lucidworks.com>.
On Sun, Nov 11, 2012 at 10:39 PM, Nick Chase <nc...@earthlink.net> wrote:
> So I'm trying to use ZkCLI without success.  I DID start and stop Solr in
> non-cloud mode, so everything is extracted and it IS finding zookeeper*.jar.
> However, now it's NOT finding SolrJ.

Not sure about your specific problem in this case, but I chatted with
Mark about this while at ApacheCon... it seems like we should be able
to explode the WAR ourselves if necessary, eliminating the need to
start Solr first.  Just throwing it out there before I forgot about it
;-)

-Yonik
http://lucidworks.com