Troubleshooting Indivo Server

From OpenIndivo Documentation Wiki

Jump to: navigation, search

Server Exceptions

java.security.AccessControlException: access denied

Some of our users have seen the AccessControlException in relation to property permissions (e.g. java.util.PropertyPermission javax.xml.bind.JAXBContext read). This is caused when your application server is running with a Security Manager. To fix this problem you can either:

  1. disable the Security Manager
  2. configure the Security Manager to allow access to the specified property

See your application server's documentation for more details.

Specific fixes submitted by users

  • When using Tomcat 5 on Ubuntu (Dapper Drake), users have to edit /etc/init.d/tomcat5 on line 23: Change the security manager from yes to no
Personal tools