Exactly. In linux I would just do a 777 for such a directory anyways since no one outside of the machine can get to it since no solr servers should have public ip.
> On Oct 10, 2022, at 12:51 PM, Shawn Heisey <apa...@elyograg.org> wrote: > > On 10/10/22 09:23, Joe Jones (DHCW - Software Development) wrote: >> java.security.AccessControlException: access denied >> ("java.io.FilePermission" "D:\Solr\backup\node1" "read") > > This is saying that it failed to READ that directory. I had expected to see > a failure to WRITE. > > Maybe that will be a clue that someone at your organization can use to figure > out what's wrong. > > Thanks, > Shawn >