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

Reply via email to