You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "kiran (JIRA)" <ji...@apache.org> on 2017/03/15 23:26:41 UTC

[jira] [Created] (SOLR-10302) Solr zkcli script failing with 'ClassNotFound' in 6.4.2

kiran created SOLR-10302:
----------------------------

             Summary: Solr zkcli script failing with 'ClassNotFound' in 6.4.2
                 Key: SOLR-10302
                 URL: https://issues.apache.org/jira/browse/SOLR-10302
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: scripts and tools
    Affects Versions: 6.4.2
            Reporter: kiran
            Priority: Minor


Solr's zkcli script failing with 'ClassNotFound' error

{code}
/opt/solr-dists/solr-6.4.2/server/scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983/test -cmd bootstrap -solrhome /opt/solr-dists/solr-6.4.2/server/solr
Exception in thread "main" java.lang.NoClassDefFoundError: com/codahale/metrics/Metric
    at org.apache.solr.cloud.ZkCLI.main(ZkCLI.java:199)
Caused by: java.lang.ClassNotFoundException: com.codahale.metrics.Metric
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 1 more
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org