An exception that occurs when trying to access an object for which you don't have the correct security authorization. For example, trying to access a file that doesn't allow read access by your user.

learn more… | top users | synonyms

0
votes
0answers
15 views

how to configure tomcat security enabled in web application

I hosted my Jsp/servlet project at an online Java hosting wesite. Iam successful in connecting with MySql but whenever I try to upload any file, i get following exception : ...
0
votes
1answer
52 views

JavaScript to Java applet - working

This is a continuation of my original post here: javascript-to-java-applet-using-deployjava-js-to-run-commandline I am pretty new to Java. I want to create a Java Applet that will allow my ...
0
votes
0answers
30 views

Phidgets with Java Applets

I'm trying to attach a phidget interface kit to my applet, and it gives me this error: java.lang.ExceptionInInitializerError at AppletTest.init(AppletTest.java:15) at ...
1
vote
1answer
44 views

Java, console don't let my applet run because of a file

I am working in an applet. It works perfect with Eclipse but when I try to run from Console it gives me this stack trace: C:\Course Technology\src>appletviewer TestJAlienHunt.html Path for file ...
0
votes
1answer
363 views

java.security.AccessControlException: access denied (“java.util.PropertyPermission” “jna.boot.library.path” “read”)

I am having some trouble running my signed web applet, it runs fine within Eclipse, but as soon as I upload to the webpage, I get this error log: Exception in thread "AWT-EventQueue-2" ...
1
vote
0answers
46 views

JApplet to get data from other webpage

I made a currency converter that gets the latest currency rates from yahoo. As long as I run it from the applet viewer it works fine, I can convert any currencies. When I open the html file the applet ...
0
votes
1answer
211 views

java.security.AccessControlException when using java.awt.Robot class for screen capture in applet

I require to capture a web page screen to store it on client's machine whenever client clicks print screen button. For this I googled and got that by embedding an applet with signature(trusted applet) ...
0
votes
0answers
156 views

jquery.exif.js - Parsing exif data from canvas.toDataURL() - access-control-error

Ok here's the scoop: ASP.NET application. I am using the plugin - jquery.exif.js As well as the plugin - jQuery-File-Upload When I load a file into the jQueryFileUploader I then need to get its ...
0
votes
1answer
50 views

Using Files.walkFileTree in Applet

I'm working on the applet that reads data files from one specific folder (lets call it 'Data folder'). Number of files and their names can change over time so I don't want to add them rigidly into the ...
0
votes
1answer
300 views

AccessControlException in JavaFX application

I am trying to embed a Java FX Music Player in a web page. This JavaFX application runs fine in web start mode. But when I am trying to run it in web mode or trying to access its webpage after build, ...
1
vote
2answers
444 views

How to solve java.security.AccessControlException?

I am trying to access client's temp directory through my applet on my web project. When I run the applet by itself, it gets the tempdir with no problem. When I try to get it on my project using ...
0
votes
1answer
175 views

Applet AccessControlException access denied

I am trying to reference JLayer. <applet code="AppStart.class" height="480" width="640" archive="jl1.0.jar, AnApplet.jar" </applet> I keep getting this error on the console Exception in ...
0
votes
1answer
79 views

Problems with Applet in Website (AccessControlException) <SOLVED>

So when I try to load my applet from my website I get AccessControlException access denied ("java.io.FilePermission" "cursor.gif" "read") This corresponds to the code inside my applet. //Modify ...
-1
votes
1answer
251 views

Applet runs in eclipse but not in browser - java security

Below is applet code, it uses jna.jar (https://github.com/twall/jna) to access a DLL file in system32. import javax.swing.*; import javax.print.*; import java.security.*; import java.util.ArrayList; ...
0
votes
1answer
52 views

Is AccesControlException only raised in Applet when trying to access parent directory of the codebase directory?

This is the directory structure of an applet project I've created. Project |____classes |____src |____resources The applet is in the src directory. The classes are stored in the classes directory. ...
1
vote
4answers
3k views

java.security.AccessControlException: access denied (“java.net.SocketPermission” “smtp.gmail.com” “resolve”)

I am using GlassFish Server 3.1 and the Java mail Api 1.4.5. Scenario: I have an applet, that when clicked it sends an email message. Send the mail works perfectly on Netbeans AppletViewer, but it ...
0
votes
0answers
29 views

how to give read permission to japplet

I'm trying to use a japplet in my google app engine project, I keep getting an error about permission. I think I should allow read permission but I couldn't a way to do that. Could you tell me what I ...
1
vote
1answer
188 views

getting InvocationTargetException while running an applet on Google App Engine

I was trying to run an applet on my google app engine project. I created a project for my applet and it is working. Then I made a jar file from this project in order to use this applet in my google ...
1
vote
1answer
133 views

Running modified Drools 5.5.0 in Google App Engine 1.7.3

I am running a modified version of drools 5.5.0 on GAE. I used the instructions from the red piranha project and applied them to version 5.5.0 instead of 5.1.1. I can use drools without any issues as ...
1
vote
1answer
204 views

appengine struts 2.3.4.1 error (struts trying to reload server)

I'm facing this problem on my struts 2.3.4.1 AppEngine 1.7.2 (GAE) project. It seems that struts is trying to reload the server and it's forbidden by appEngine. I've googled this issue but only found ...
0
votes
0answers
120 views

Try to access command prompt through applet in HTML

I have required to take remote desktop connection through browser for which I have written an signed applet and try to call through HTML but I am getting: java.security.AccessControlException: access ...
0
votes
1answer
77 views

AccessControlException with applet classes in the same codebase

I have three classes, one called Capture, AppletLogging and AbstractJLabel. I have set the following permissions in my %USERPROFILE%/.java.policy file: grant codeBase ...
0
votes
3answers
173 views

Getting Java Sockets Connecting

I have a problem that started occuring after I updated Java (I think) When I try and connect to my Cpp server (that seems to work just fine) I get an error message I can't find any help with. Below ...
1
vote
1answer
587 views

Google App Engine - java.security.AccessControlException?

I am facing this issue whenever i try to access a file which is located in war/WEB_INF folder. I came to know that GAE use jetty and for jetty we need to set some permissions in .policy file but i am ...
0
votes
1answer
112 views

Google Web Toolkit throws java.security.AccessControlException

I'm trying to read a sqlite db from the server side code in my gwt project. It throws AccessControlException. I looked a lot on the web and all solutions seems to be disabling Google App Engine, but ...
1
vote
1answer
432 views

java.security.AccessControlException: Occured when Running an applet

I am Learning Java Step by Step From Herbert Schildt Book Java2 Complete Reference Fifth Edition. On my way to creating simple Banner Applet which Display's Banner and Scrolls it on Applet Viewer by ...
1
vote
1answer
103 views

AccessControlException while parsering an XML file using JAVA DOM

Okay so I was parsering an XML file using JAVA DOM. Whenever the program gets to the point where it is supposed to parser the XML file, I get a "AccessControlException" saying "access denied". I have ...
1
vote
1answer
201 views

Java applet HttpClient AccessControlException

I have created an applet which uses the HttpClient from Apache HTTP Components. The applet is supposed to open a remote webpage and print the source of the page to console. The code works fine when ...
0
votes
3answers
434 views

Fingerprint on Java Web Start

When I start my application I get the following message: Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at ...
0
votes
1answer
296 views

Why am i getting java.security.AccessControlException?

i am using google app engine. When i send an ajax request from my website. I get following exception: Uncaught exception from servlet java.security.AccessControlException: access denied ...
0
votes
0answers
157 views

Sending post request from a servlet

I have been trying to send a POST request from a servlet and the code that I wrote is this: HttpPost post = new HttpPost(url.build()); post.setEntity(new UrlEncodedFormEntity(nameValue)); ...
1
vote
0answers
304 views

Applet Read and Write Permissions

I'm trying to create an Applet that saves a file in a determined folder. Because I want a specific folder according to the OS, I use the System.getenv and System.getProperty lines. My applet works ...
2
votes
2answers
2k views

“java.security.AccessControlException: access denied” executing a signed Java Applet

I have a little Java Applet and I have an annoying issue. I have signed my JAR with my own keystore using jarsigner tool (following these instructions). The Java Applet downloads a signed JAR and ...
0
votes
2answers
149 views

AccessControlException in Java Applet

I have created an applet within a web page, but whenever I run it, I get this: Exception in thread "Thread-13" java.security.AccessControlException: access denied ("java.io.FilePermission" ...
0
votes
1answer
355 views

Access Control Exception - Access Denied

I'm new to this - I have never tried to put an applet online and I'm a fairly new programmer. I tried to put an applet onto a webpage; the first applet I tried didn't work (Hosted class on a google ...
1
vote
1answer
196 views

JOptionPane on applet, accessEventQueue accessControlException

I wrote an application that generates quiz applets. I could't find a portable way to sign the generated applets automatically so they are not signed. But this simple piece of code as far as I know ...
0
votes
1answer
216 views

Java applet is not supporting the Authenticator.setDefault

I want to do simple HTTP authentication in a Java applet, which I am trying this way: static class MyAuthenticator extends Authenticator { public PasswordAuthentication ...
2
votes
1answer
278 views

Signed Jar & doPrivileged doesn't solve access control exception

I am trying to invoke the file chooser option and get the file name as a input. But I am getting the java AccessControlException. This works fine when I launch the applet with a web browser but throw ...
1
vote
0answers
156 views

Java Applet java.security.AccessControlException error

I have a java applet that errors out sometimes with some attempts to load it, not always though. I am running JRE 1.7.0_03 on my local machine. The applet is running in a web application on IE version ...
2
votes
1answer
416 views

JMX Registration Error with MongoDB

I have in installed MongoDB on my server and wrote a very small Java program to connect to it: Mongo mongo = new Mongo("localhost"); db = mongo.getDB("testdb"); // testdb doesn't exist, will be ...
-1
votes
1answer
300 views

Access Denied? JAVA

I'm making a game for my java class in school, and needed to write onto a file. I copied some code from a working program I had made before, but whenever I rune it, I get a Access Denied error. My ...
1
vote
1answer
549 views

Why is my applet throwing an AccessControlException?

I am trying to build a Java applet, called game, which is something I have never done before (I've always just built standalone applications). My applet works fine when I test it in Eclipse, but when ...
5
votes
2answers
10k views

java.security.AccessControlException: Access denied (java.io.FilePermission

final File parentDir = new File("S:\\PDSPopulatingProgram"); parentDir.mkdir(); final String hash = "popupateData"; final String fileName = hash + ".txt"; final File file = new File(parentDir, ...
0
votes
3answers
629 views

Java Applet AccessControlException: access denied (SocketPermission) - WHERE do I put the fix?

All right, so I've got an applet I'm trying to embed into an HTML page and it's throwing: AccessControlException: access denied (java.net.SocketPermission someTarget connect, resolve) This is fine; ...
0
votes
0answers
182 views

How to fetch the HTML code from a specific URL using java applets?

This is but part of a bigger project I'm working on, but to do that, I need to fetch the HTML code from a specific URL. I've tried a number of programs from different sources, all resulting in the ...
0
votes
1answer
547 views

calling signed applet function from javascript with java.security.AccessControlException: access denied

everyone! I have a signed applet (named result in html) with a simple function as below: public void killApplet() { AccessController.doPrivileged(new ...
0
votes
2answers
2k views

java.security.AccessControlException: Access denied (java.lang.RuntimePermission preferences)

I'm trying to run an Java agent from the console of the server and I get this Exception: Agent Manager: Agent printing: WARN AppLogger.java:246 initialize() Could not find a log4j.properties ...
1
vote
1answer
824 views

Self-signed applet doesn't get a full permission

I've googled lots of links like oracle and velocity review and stackoverlow too, but still no success. The point is simple. Jar is signed using: keytool -genkey -alias signFiles -keystore compstore ...
0
votes
1answer
305 views

Java applet giving AccessControlException

I have a Java applet which I am trying to run within an HTML file using HTML applet tag <applet>, but it is throwing the following exception: Caused by: java.security.AccessControlException: ...
0
votes
0answers
148 views

Signed Applet throws AccessControlException when doing XSLT with external document()

I would like to get help on signed applet + XSL transformation I have a signed applet (with 1 JAR file) that performs XSL transformation where the input XML, the XSL and the output is read/written on ...

1 2