On 8/12/2019 6:44 AM, Rathor, Piyush wrote:
We are facing following issue in data update on solr:
java.nio.file.accessdeniedexception in solr cloud
https://cwiki.apache.org/confluence/display/solr/UsingMailingLists
We will need considerably more detail. Exceptions from Java are MANY
lines long -- there will be much more than just the name of the
exception. There may be one or more sections that start with "Caused
by" as well, and we will need those as well if they exist. Also, all of
it will me mixed case, and without seeing which letters are uppercase,
it may be difficult to understand it. The tiny bit of info shared above
has been changed to all lowercase.
AccessDeniedException typically means that the program is running with
permissions that do not allow it to perform whatever it is trying to do.
Usually the additional detail in the error message will describe what
was being accessed when access was denied, and will indicate where in
the Solr code the problem happened. We will also need the exact Solr
version you're running in order to analyze that information.
Thanks,
Shawn