Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem: java.security.AccessControlException: access denied

843798Jan 28 2004 — edited Jan 29 2004
Could you help me please? I'm running win98 SE2 with Freeproxy on my PC, having no problem with Java (under IE 5.5., neither under Mozzilla or Mozilla firebird). On the second machine (through LAN) I have the same configuration, I can access the net, but when loading a Java applet (a scrabble) it stops with a red x icon:

java.security.AccessControlException: access denied (java.net.SocketPermission jojatek.hu resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at java.net.InetSocketAddress.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at jjroom.initsocket(jjroom.java:2143)
at jjroom.init(jjroom.java:2387)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2004
Added on Jan 28 2004
1 comment
202 views