Unknown document router errors are usually caused by using different solr and solrj versions - which version of solr and solrj are you using?
Alan Woodward www.flax.co.uk On 1 Nov 2013, at 04:19, Jack Park wrote: > After digging deeper (slow for a *nix newbee), I uncovered issues with > the java installation. A step in installation of Oracle Java has it > that you -install "java" with the path to <dir>/bin/java. That done, > zookeeper seems to be running. > > I booted three cores (on the same box) -- this is the simple one-box > 3-node cloud test, and used the test code from the Lucidworks course > to send over and read some documents. That failed with this: > Unknown document router '{name=compositeId}' > > Lots more research. > Closer... > > On Thu, Oct 31, 2013 at 5:44 PM, Jack Park <jackp...@topicquests.org> wrote: >> Latest zookeeper is installed on an Ubuntu server box. >> Java is 1.7 latest build. >> whereis points to java just fine. >> /etc/zookeeper is empty. >> >> boot zookeeper from /bin as sudo ./zkServer.sh start >> Console says "Started" >> /etc/zookeeper now has a .pid file >> In another console, ./zkServer.sh status returns: >> "It's probably not running" >> >> An interesting fact: the log4j.properties file says there should be a >> zookeeper.log file in "."; there is no log file. When I do a text >> search in the zookeeper source code for where it picks up the >> log4j.properties, nothing is found. >> >> Fascinating, what? This must be a common beginner's question, not >> well covered in web-search for my context. Does it ring any bells? >> >> Many thanks. >> Jack