Kjetil Kjernsmo wrote:

>On Wednesday 21 August 2002 16:35, Barbara Post wrote:
>  
>
...

>However, I guess it could be a different problem:
>Somewhat further down the error page I'm seeing the following:
>root cause
>
>java.security.AccessControlException: access denied 
>(java.util.PropertyPermission javax.xml.parsers.SAXParserFactory read)
>       at 
>java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
>       at 
>java.security.AccessController.checkPermission(AccessController.java:399)
>       at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
>       at 
>java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1278)
>       at java.lang.System.getProperty(System.java:560)
>       at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:229)
>[snip]
>
>So, it seems to be some permission problem. Therefore, I created a 
>tomcat-group, and made the tomcat4-user that runs the server a member 
>of that group, and added the write permissions for the group to 
>/var/lib/tomcat4/webapps which is where I keep the .war, but that 
>didn't help. 
>

It's *java* permission, not *OS* permissions. Search for Java policy 
file(s), edit as necessary (archive has some more info on this).


>One concern: While I was compiling, using J2SDK1.3, it warned me that 
>the build was for 1.2. Is this something I shouldn't ignore?
>

No, it's ok. 1.3 is ~= 1.2. Just don't run it under 1.4+


Vadim


>Help is greatly appreciated.
>
>Best,
>
>Kjetil
>  
>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to