Questions tagged [access-denied]

Error message/exception when access to a certain resource is denied due to insufficient privileges.

937 questions
-1
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…
-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
  • 637
  • 2
  • 8
  • 13
-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
  • 9
-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
  • 534
  • 9
  • 30
1 2 3
62
63