DEV Community

ranumolu
ranumolu

Posted on

Solr throwing authentication error in local windows

Any help with the following issue is greatly appreciated.

We are using Solr 8.11.2.
we are getting exception while creating collection using solr UI.
We installed solr in local windows laptop.

this is the error:
Caused by: org.apache.solr.common.SolrException: The configset for this collection was uploaded without any authentication in place, and use of is not available for collections with untrusted configsets. To use this component, re-upload the configset after enabling authentication and authorization.
at org.apache.solr.core.SolrConfig.initLibs(SolrConfig.java:848) ~[?:?]
at org.apache.solr.core.SolrConfig.(SolrConfig.java:238) ~[?:?]
at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:158) ~[?:?]
at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:123) ~[?:?]
at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:95) ~[?:?]
at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1455) ~[?:?]
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1342) ~[?:?]
... 49 more
2022-10-27 12:04:44.594 INFO (qtp1984975621-23

Top comments (0)