I was working on a Oracle Webcenter Contetnt (Oracle UCM) 11.1.1.5.0 version. After the UCM is installed and configured successfully I open the the UCM console (http://x.x.x.x:16200/cs) in the browser.
While opening the admin applet page the browser prompt me to update the java plugin to version java 1.7.0_45. After upgrading I was not able to open the admin applets and getting the following error :
Unable to start application UserAdmin. Failed to initialize. Runtime error: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "user.timezone"."write").
Solution
you can try the following workaround for this issue:
- Navigate to the <JRE_install_lo
cation>/lib/sec urity folder For example: C:\Program Files (x86)\Java\jre7 \lib\security - Open the java.policy file for editing
- In the list of permissions, add the following line: permission java.util.Prope
rtyPermission "user.timezone" , "write"; - Save and exit the file
- Restart the windows.
- Verify that you're now able to open the Admin applets.
For Oracle Webcenter Content 11.1.1.6.0 and 11.1.1.7.0, there are patches that you can get it from oracle support. For Oracle Webcenter Content 11.1.1.8.0 this issue is already resolved.