Consultor Eletrônico



Kbase 33216: HTTP error 503 with Fathom
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P3216

FACT(s) (Environment):

Fathom 2.0A
Progress 9.1C

SYMPTOM(s):

Graphs are not displayed within Fathom

HTTP ERROR: 503 Service Unavailable

java.lang.Error: Could not find class: com.eteks.java2d.PJAGraphicsEnvironment

CAUSE:

This is caused by not installing the correct Patch onto your Progress installation and not modifying $DLC/bin/java_env file according to Release Notes

FIX:

Modifying the java_env file is necessary to enable graphing.
To edit the java_env file, do the following:

Make a backup copy of the $DLC/bin/java_env file.
Open $DLC/bin/java_env in a text editor.
Move to the section of the java_env file specific to your OS (For example, on Linux, move to the Linux section.)
Change the JVMARGS= line by appending ${JVMARGS} to the original
value. (For example, change JVMARGS="-ms8m" to JVMARGS="-ms8m ${JVMARGS}")
Save and close the file.