dahl
> Sent: Monday, August 14, 2023 3:12 AM
> To: users@solr.apache.org
> Subject: Re: [EXTERNAL] authentication for Leader/Follower replication
>
> This is probably due to SecurityManager rejecting an unknown path. Try
> starting Solr with:
>
> -Dsolr.allowPaths
ubject: Re: [EXTERNAL] authentication for Leader/Follower replication
This is probably due to SecurityManager rejecting an unknown path. Try starting
Solr with:
-Dsolr.allowPaths=/netmnt/
or set env variable SOLR_OPTS="$SOLR_OPTS -Dsolr.allowPaths=/netmnt/"
Then try again. Alternatively y
This is probably due to SecurityManager rejecting an unknown path. Try starting
Solr with:
-Dsolr.allowPaths=/netmnt/
or set env variable SOLR_OPTS="$SOLR_OPTS -Dsolr.allowPaths=/netmnt/"
Then try again. Alternatively you can try disabling SecMgr withenv.var
SOLR_SECURITY_MANAGER_ENABLED=false