"Should you be aware of anything". Yes. Your security guys will go nuts if you recursively gave 777 permissions. By changing this you've opened up your directories to anyone with any access to add any program to any directory and execute it. From a security standpoint this is very bad practice.
To fix the permissions in a more controlled fashion, you should _install_ Solr as the same user who _runs_ solr. That'll straighten out your permissions early in the process. Alternatively, add the user who installs Solr _and_ the user who Solr runs as in the same Unix group and permit the directories to that group. Best Erick On Tue, Mar 21, 2017 at 11:29 AM, HrDahl <nico_g...@hotmail.com> wrote: > When I recursively gave permissions to all folders/files under /opt/bitnami > it worked! So now I can actually see my core aswell as use it. > > What when I go into production? Should I be aware of anything? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Error-creating-core-da-Error-opening-new-searcher-tp4326041p4326085.html > Sent from the Solr - User mailing list archive at Nabble.com.