[ 
https://issues.apache.org/jira/browse/BIGTOP-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223707#comment-14223707
 ] 

Shea Sanderson commented on BIGTOP-1475:
----------------------------------------

I would like to request this bug be reopened. 

This is due to zkcli.sh being actively used in /usr/bin/solrctl. As such the 
command solrctl will fail to properly run for multiple tasks including the 
'solrctl init' command that is being used in the Bigtop Solr Puppet module.

The following is the output when zkbin.sh has the bad paths:
[root@972A79 bin]# solrctl init
Error: failed to initialize Solr

> Zookeeper zkcli.sh doesn't run
> ------------------------------
>
>                 Key: BIGTOP-1475
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1475
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Andrew Kuchling
>            Assignee: Roman Shaposhnik
>
> /usr/lib/solr/bin/zkcli.sh doesn't run, probably because file paths have 
> changed.  When installed on a CentOS machine, I get:
> [ec2-user@ip-X-Y-Z-W ~]$ /usr/lib/solr/bin/zkcli.sh      
> unzip:  cannot find or open /usr/lib/solr/bin/../../webapps/solr.war,
> /usr/lib/solr/bin/../../webapps/solr.war.zip or 
> /usr/lib/solr/bin/../../webapps/solr.war.ZIP.
> Error: Could not find or load main class org.apache.solr.cloud.ZkCLI
> I managed to get zkcli.sh working for my purposes by commenting out the 
> invocation of unzip to unpack the .war file, and replaced the Java invocation 
> with the following:
> PATH=$JAVA_HOME/bin:$PATH $JVM 
> -Dlog4j.configuration=file:/etc/solr/conf.dist/log4j.properties -classpath 
> "/usr/lib/solr/server/webapps/solr/WEB-INF/lib/*" org.apache.solr.cloud.ZkCLI 
> ${1+"$@"}
> Note that I've changed both the path to log4j.properties and to the directory 
> used with -classpath.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to