Re: Operation backup caused exception : AccessDeniedException

2020-01-29 Thread Shawn Heisey
On 1/29/2020 3:26 AM, Salmaan Rashid Syed wrote: I was trying to execute the backup command using curl command on my work computer to see why EC2 instance was giving the previous error. On my current computer, I have root privileges. But when I execute the command on my work computer, I have a di

Re: Operation backup caused exception : AccessDeniedException

2020-01-29 Thread Salmaan Rashid Syed
Hi Shawn, I was trying to execute the backup command using curl command on my work computer to see why EC2 instance was giving the previous error. On my current computer, I have root privileges. But when I execute the command on my work computer, I have a different problem. It states that the path

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Shawn Heisey
On 1/27/2020 6:57 PM, Salmaan Rashid Syed wrote: I have Solr 7.6 and it is installed in an AWS ec2 (Ubuntu machine) instance. I am new to AWS. Devops team has configured it for me. When I check out the source for Solr 7.6, it intersects perfectly with the line numbers in the stacktrace that yo

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Salmaan Rashid Syed
Hi Shawn, Thanks for the reply. Apologies for the missing information. I have Solr 7.6 and it is installed in an AWS ec2 (Ubuntu machine) instance. I am new to AWS. Devops team has configured it for me. One thing I constantly notice while executing commands in ec2 instance is that, it keeps deny

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Shawn Heisey
On 1/27/2020 1:58 AM, Salmaan Rashid Syed wrote: Collection: PANNA operation: backup failed:java.nio.file.AccessDeniedException: /opt/solr_Backup/solr-data-backup-27-01-2020/panna_backup at java.base/java.nio.file.Files.createDirectory(Files.java:689) While trying to create a directory, Ja

Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Salmaan Rashid Syed
*Hi Solr Users,* *I was trying to backup Solr collection using the following command. * curl --user 'solr-admin:' " http://localhost:8983/solr/admin/collections?action=BACKUP&name=panna_backup&collection=PANNA&location=/opt/solr_Backup/solr-data-backup-27-01-2020/ " *I am getting the fol