RE: Solr snakeyaml Error Problem

2017-11-08 Thread Can Ezgi Aydemir
Sent: 07 November 2017 18:23 To: solr-user Subject: Re: Solr snakeyaml Error Problem Caused by: java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml You haven't included anything that tells Solr where that file is. You've included but that specifically loads the jar file. T

Re: Solr snakeyaml Error Problem

2017-11-07 Thread Erick Erickson
Caused by: java.lang.ClassNotFoundException: org.yaml.snakeyaml.Yaml You haven't included anything that tells Solr where that file is. You've included but that specifically loads the jar file. Try a regex pattern assuming snakeyaml.Yaml is co-located with cassandra-jdbc-driver-0.6.4.jar Best

Solr snakeyaml Error Problem

2017-11-07 Thread Can Ezgi Aydemir
Hi everybody, I am trying Cassandra solr integration. I configured solr files; dataconfig.xml, solrconfig.xml and managed-schema. But solr does not connect Cassandra and snakeyaml error which is; Exception in thread "Thread-18" java.lang.NoClassDefFoundError: org/yaml/snakeyaml/Yaml