Questions tagged [permission-denied]

This tag refers to a situation in which you are refused access to a particular system, file, database, etc. that is protected. The most common cause of this is improper credentials (i.e. usernames, passwords, etc.)

Use this tag for questions related to being unable to access a particular system, file, database, etc. that is protected because of permission issues.

1520 questions
-1
votes
1 answer

Jenkins console shows permission denied error when I run the test.sh file

I have created one .sh which contains java command required to run the tesng.XML file when I run this test.sh file on Jenkins it shows me permission denied error. Jenkins console output: Building in workspace…
maruf sayyed
  • 41
  • 1
  • 2
  • 12
-1
votes
1 answer

Trying to execute a script (that creates folders) on remote server: "Permission denied"

I wrote a very simple script that should allow me to create directories with specific permissions on a remote server. I used the command to execute the script to the remote server: stan@192.168.159.133 /root/Documents/script And I got this answer: …
Pak
  • 157
  • 1
  • 1
  • 6
-1
votes
2 answers

How to Trap Android Location Permission Revoked after Location Service Started?

I have developed a Android hybrid app that amongst other activities tracks the users location and displays it to the user showing where they have been recently. This works by invoking LocationServices.FusedLocationApi.requestLocationUpdates at a 10…
-1
votes
2 answers

remove failed: EACCES (Permission denied) - Deleting a file from External SD Card

I am trying to delete file from my External/Removable SD Card. But I got following error: remove failed: EACCES (Permission denied) : /storage/987F-099F/SDNumber/Voc_112_1.png I basically need to move file from my removable SD card to my device…
-1
votes
1 answer

Getting all the time "permission denied" or "no such file or directory" by trying to save Bitmap image. What should i do?

I`m trying to save Bitmap image by this code: File sdcard = Environment.getExternalStorageDirectory(); String filename = "test"; File folder = new File(sdcard, "/Download"); Log.v("ImageStorage1", "EXiST?: " +…
-1
votes
1 answer

Permission denied but I have permission access

I already put a permission access on my manifest still not saving. I tried this yesterday and its saving my image and now I cant. I dont know what is the problem here. logcat says java.io.IOException: open failed: EACCES (Permission denied) below is…
John Joe
  • 1
  • 4
-1
votes
2 answers

Android Permissions Denial

I am trying to read data from Google Play Music Database using ContentProvider. I have included the READ_EXTERNAL_STORAGE permission within my Manifest file but, at crash, the logcat shows that the permission is not provided. Do I need to use the…
-1
votes
1 answer

permission denied Error at .createFile

I want to save an bitmap as screenshot into an /fraktal folder. Every time i try this i get an Error saying EACCESS permission denied at file.createNewFile(). I already added the permissions at AndroidManifest.xml. uses-permission…
-1
votes
1 answer

Permission Denied ERROR opening an Excel File using oplrun CPLEX

while reading EXCEL file through oplrun (CPLEX) software 'permission denied error' is shown. what may be the possible reasons of error?
-1
votes
1 answer

Android (Write on external SD-Card): java.io.IOException: Permission denied

I get a "Permission denied" error, when I want to create a file on my external SD-Card (named /storage/B9BE-18A6). I know that you have to ask for the write permission programmatically since Android M. So I inserted the solution from Arpit Patel…
-1
votes
1 answer

github permission denied after user switch

Facing a wired issue when I do git push. I used to use one old github account in my mac, assume the account user name is peterOld. Right now I change to use a new github account, just call it peterNew. I changed ssh key on server side, and changed…
Peter
  • 11
  • 2
-1
votes
1 answer

postgresql could not create a ipv6 socket: permission denied

How can resolve this problem? is a Ubuntu 16.04 Starting PostgreSQL 9.5 database server The PostgreSQL server failed to start. Please check the log output: 17-02-02 21:06:10 VET [23534-1] LOG: could not create IPv6 socket: Permission denied…
-1
votes
2 answers

Windows Server 2012R2 - Access to folder denied for admin

I have a folder on Windows Server 2012 that I want to delete. However, even when I try it in PowerShell or cmd.exe as admin, I'm not allowed to delete or view it. I also tried changing permissions with icals as admin, but was also denied. The error…
-1
votes
1 answer

Call Python File from MATLAB

I am trying to call a Python function from MATLAB, and I'm getting a permission denied error. function [success] = run python() %system('sudo easy_install requests'); %system('sudo easy_install…
mmk88
  • 91
  • 1
  • 6
-1
votes
2 answers

runInstaller permission denied

Im trying to install oracle data integrator into the linux server through my laptop but getting this error.I have give permission to read,write and execute for runInstaller but getting and error "permission denied". So what I have miss.. execute ODI…
1 2 3
99
100