Hi ,
I have setup solrcloud with solr 4.4. It has two tomcats with 2 solr
instances ( one in each tomcat).
I  start zookeeper , and run the commands for linking the configuration
files with zookeeper.

After that, when i start tomcat, getting the belwo exception,

*Exception in Overseer main queue loop java.lang.IllegalArgumentException:
Path must not end with / character
*


*Full Trace:*
INFO  - 2013-08-29 12:52:30.368;
org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from
ZooKeeper...
ERROR - 2013-08-29 12:52:30.370;
org.apache.solr.cloud.Overseer$ClusterStateUpdater; Exception in Overseer
main queue loop
java.lang.IllegalArgumentException: Path must not end with / character
at org.apache.zookeeper.common.PathUtils.validatePath(PathUtils.java:58)
at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1450)
at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
at org.apache.solr.common.cloud.SolrZkClient.clean(SolrZkClient.java:618)
at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.removeCore(Overseer.java:640)
at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.processMessage(Overseer.java:182)
at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:142)
at java.lang.Thread.run(Thread.java:662)


Thanks,
Prasi

Reply via email to