You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Carmen Márquez Vázquez <th...@hotmail.com> on 2019/11/26 08:41:34 UTC

RV: Solr 8.2 with maven

Hi, I am running Solr 8.2 on a Maven project.
When opening my project in the browser, it shows the following console error:
java.lang.NoClassDefFoundError: Could not initialize class org.apache.solr.util.tracing.GlobalTracer

I have seen that class must be found in the dependency:
<dependency>
<groupId> org.apache.solr </groupId>
<artifactId> solr-core </artifactId>
<version> 8.2.0 </version>
</dependency>

I have it included in the pom.xml but still giving error.
I need help.
Thank you