Troubleshooting Indivo Server
From OpenIndivo Documentation Wiki
[edit]
Server Exceptions
[edit]
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:
- disable the Security Manager
- configure the Security Manager to allow access to the specified property
See your application server's documentation for more details.
[edit]
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

