Kbase P112222: Fathom error HTTP 500 with RequestURI=/management/monitorConfiguration.jsp
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/9/2006 |
|
Status: Unverified
FACT(s) (Environment):
Fathom Management 3.0A
Progress 9.1D
SYMPTOM(s):
An error occurred while evaluating custom action attribute "test" with value "${fathomConfigBean.trendStatusEnabled}"
Unable to access Resource Configuration page in Fathom Management Console
HTTP ERROR: 500 javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "test" with value "${fathomConfigBean.trendStatusEnabled}": Unable to find a value for "trendStatusEnabled" in object of class "com.progress.isq.ipqos.plugin.FathomConfigBean" using operator "." (null)
RequestURI=/management/monitorConfiguration.jsp
CAUSE:
This is a known issue
CAUSE:
BUG# 20060103-001
FIX:
Upgrade to JAVA 1.3.1 on the Progress side, in order to do it:
1. make a backup of the existing jre:
$ cp -r $DLC/jre $DLC/jre1.3.0
2. download an appropriate 1.3.1/jre and copy it to $DLC/jre
3. copy jaas.jar from Fathom to the new jre as Fathom console logins won't work otherwise:
$ cp <fathom-install-dir>/jars/jaas.jar $DLC/jre/lib/ext
Stopping adminserver is required prior installing a new java version.