Skip to Main Content

Java APIs

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!

access denied (java.net.SocketPermission 127.0.0.1:1099 connect,resolve)

800408Jun 24 2011 — edited Jun 26 2011
Hi all,
i got the above message even i declare a :
server.policy file that look like:

grant {
// Allow everything for now
permission java.security.AllPermission;
};

and also i ad to eclipse in VM arguments the following line:
-Djava.security.policy=server.policy -Djava.rmi.server.codebase=compute.jar
is any one can help??

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2011
Added on Jun 24 2011
10 comments
33,165 views