When changing Banner RA job parameters you receive an internal error and the changes don't take.
search cancel

When changing Banner RA job parameters you receive an internal error and the changes don't take.

book

Article ID: 88819

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

When changing Banner RA job parameters you receive an internal error and the changes don't take.

Environment

Release: AAMOS499000-8.0-Automic Applications Manager-OS400 Agent
Component:

Resolution

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"/>