users@glassfish.java.net

Re: WEB5003: Exception in handleAfterEvent after enabling security manager

From: <glassfish_at_javadesktop.org>
Date: Tue, 16 Dec 2008 14:16:09 PST

I don't know what permissions the app server is looking for. So I added this line and it fixed the problem.

grant codeBase "file:c:/Sun/SDK/-" {
    permission java.security.AllPermission;
};

Why don't the programmers at Sun provide enough information in their exceptions to identify the problem :( !!!

Tx
Suneel
[Message sent by forum member 'suneelgv' (suneelgv)]

http://forums.java.net/jive/thread.jspa?messageID=321978