Symptoms
?The error looks similar to:
ErrorMsg: AwE-9999 Internal error (5/4/12 9:03 AM)
Details: null
java.lang.RuntimeException: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers)
at de.javasoft.plaf.synthetica.painter.MenuPainter.paintMenuBackground(MenuPainter.java:212)
at de.javasoft.plaf.synthetica.painter.SyntheticaPainter.paintMenuBackground(SyntheticaPainter.java:347)
at javax.swing.plaf.synth.SynthMenuUI.update(Unknown Source)
Solution
?The issue is with the synthetica display scheme. It should only occur on older patch sets of Version 8.0
If you wish to correct this you have two options:
1)Upgrade Applications Manager to the latest patch set.
2)do the following to switch the display scheme:
change the following line in the $AW_HOME/web/classes/Client.jnlp file on the master. After making the change stop, and restart the client.
$AW_HOME/web/Client.jnlp
1. Create a backup of this file.
2. Locate the line:
<property name="appworx.master" value="MASTER_NAME"/> (where MASTER_NAME is the actual master's name)
3. Add the following line after it:
<property name="appworx.LookAndFeel" value="java"/>
The finished lines will look like the following:
<property name="appworx.master" value="MASTER_NAME"/>
<property name="appworx.LookAndFeel" value="java"/>