Questions tagged [access-denied]

Error message/exception when access to a certain resource or system is denied due to insufficient privileges. If asking a question about solving this error, please include other relevant tags such as the platform or system the error is being encountered on.

1031 questions
-1
votes
1 answer

FileNotFoundException from new FileOutputStream

I am trying to make a program that will get all files within a jar file, and then copy them. This is the code I am using to copying files: public static void copyFolder(File src, File dest) throws IOException{ if(src.isDirectory()){ …
NonameSL
  • 27
  • 2
  • 9
-1
votes
2 answers

Killing Process "cheatengine-i386.exe"

I am trying To kill The Process "cheatengine-i386.exe" But I Get Error "Access Denied" . private void Form1_Load(object sender, EventArgs e) { Process[] runningProcesses = Process.GetProcesses(); foreach (Process process in…
Ahmed Ehab
  • 15
  • 1
  • 6
-1
votes
1 answer

Java - HtmlUnit Access to restricted URI denied

Following is my code WebClient webClient = new WebClient(); HtmlPage page = webClient.getPage("http://www.cheapoair.com/"); String pageAsText = page.asText(); System.out.println(pageAsText); …
d-man
  • 57,473
  • 85
  • 212
  • 296
-2
votes
2 answers

I'm trying to install pip install -U pydantic on Windows and it kepts getting denied

Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\Users\anany\AppData\Local\Programs\Python\Python311\Lib\site-packages\~ydantic_core\_pydantic_core.cp311-win_amd64.pyd' Consider using the --user option or check the…
-2
votes
2 answers

AccessDeniedException after folder deleted

I run test case and save files created during execution in 'execution' directory (files from each tests in separated subdirectory) At the beginning of suite I want to clean this folder So in @BeforeSuite method I read all items from 'execution'…
kris82pl
  • 977
  • 3
  • 12
  • 21
-2
votes
2 answers

java.io.FileNotFoundException: Joiners.txt (Access Denied)

Here is my problem. The path is true and the error is access denied. I tried other solution but none of them work for me. //this is my arraylist which i give value from the txt ArrayList PersonArrayList = new ArrayList(); …
Caner Taşan
  • 71
  • 1
  • 1
  • 3
-2
votes
1 answer

Where/What do I code when I see "Error, Access Denied" when creating a bucket?

I am new to using AWS (and S.O.), and I am following the tutorial for Machine Learning, where it asks you to create a bucket. However, it keeps saying "Error Access Denied" when I am trying to create the bucket, lets me fill out some properties, and…
-2
votes
1 answer

i try to read data folder which having files,after running code it shows exception

i am trying to read file,but after running the program it shows exception like, java.io.FileNotFoundException: (filename) (Access is denied) at java.io.FileInputStream.open(Native Method)
-2
votes
1 answer

Access denied for user 'test123'@'192.168.0.38' (using password: NO)

I want to run this code on byethost31.com (free hosting site) so i am facing " Access denied for user 'test123'@'192.168.0.38' (using password: NO)" Error on console.. …
SUM
  • 23
  • 1
  • 10
-2
votes
2 answers

Asp.Net Access Denied Copy File

I want to update my website with "Update" button. When I click update, newer version must be copied from source to destination site. All my sites located same server and I get "Access denied" error. Only thing I want is updating my sites easyly and…
-3
votes
2 answers

Access Denied eror in mySQL

I am creating new connection in mySQL workbench but i gives me access denied error please tell me whats the mistake?
SFAH
  • 624
  • 15
  • 35
1 2 3
68
69