You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to add Hashr.jar into a collection's solrconfig.xml, the server gives the following warning:
3200667 [qtp16504854-12] WARN org.eclipse.jetty.servlet.ServletHandler – Error for /solr/admin/cores
java.lang.VerifyError: class com.echonest.knowledge.hashr.HashAnalyzer overrides final method tokenStream.(Ljava/lang/String;Ljava/io/Reader;)Lorg/apache/lucene/analysis/TokenStream;
How can I fix this error?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
BUILD FAILED
/home/ubuntu/echoprint-server/Hashr/nbproject/build-impl.xml:63: Source resource does not exist: /home/ubuntu/echoprint-server/lib/nblibraries.properties
Seems like they missing some file called nblibraries.properties
When I'm trying to add Hashr.jar into a collection's solrconfig.xml, the server gives the following warning:
3200667 [qtp16504854-12] WARN org.eclipse.jetty.servlet.ServletHandler – Error for /solr/admin/cores
java.lang.VerifyError: class com.echonest.knowledge.hashr.HashAnalyzer overrides final method tokenStream.(Ljava/lang/String;Ljava/io/Reader;)Lorg/apache/lucene/analysis/TokenStream;
How can I fix this error?
Thanks in advance.
The text was updated successfully, but these errors were encountered: