Re: [EXTERNAL] authentication for Leader/Follower replication

2023-08-14 Thread Kevin Risden
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

RE: [EXTERNAL] authentication for Leader/Follower replication

2023-08-14 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
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

Re: [EXTERNAL] authentication for Leader/Follower replication

2023-08-14 Thread Jan Høydahl
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