Hi,

Sorry to bother y'all with this newbie question, but, although I have seen
this questionposted several times on the archive I cannot find an answer.

Background
----------
Today, 27th Dec 2000, I downloaded and unzipped JBoss/Tomcat onto Windows NT,
Service Pack 6, with JDK 1.3.

Error
-----
When trying to execute run_with_tomcat.bat I see the following exception in
the log :- 

[Verifier] Verifying
file:/D:/Java/jboss_tomcat/jboss-2.0-FINAL/tmp/deploy/tomcat-test.ear/ejb1004.jar
[Verifier] java.security.AccessControlException: access denied
(java.io.FilePermission \D:\Java\jboss_tomcat\jboss-2.0-FINAL\client\ejb.jar
read)
[Verifier]      at
java.security.AccessControlContext.checkPermission(AccessControlContext.java,
Compiled Code)
[Verifier]      at java.lang.Exception.<init>(Exception.java, Compiled Code)
[Verifier]      at java.lang.RuntimeException.<init>(RuntimeException.java,
Compiled Code)
[Verifier]      at java.lang.SecurityException.<init>(SecurityException.java,
Compiled Code)
[Verifier]      at
java.security.AccessControlException.<init>(AccessControlException.java,
Compiled Code)

Additional Info
---------------
The server.policy in ../conf/tomcat looks like this,

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

Begging
-------
Any help would really be very much appreciated as I'm trying to migrate my app
from the J2EE RI in time to go live for a charitable purpose, i.e. helping
organize 40+ Girl Scout troops to sell cookies in the area. My deadline is
January 3rd. Again please accept my apologies for asking a question that has
clearly been asked before.

Humble regards,
Keith Thomas
Denver, Colorado, USA


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to