Kbase P98894: AdminServer won't start after applying 9.1C31 patch.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/16/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
SYMPTOM(s):
AdminServer won't start after applying 9.1C31 patch.
No error messages generated in any log files.
CHANGE:
Applied 9.1C31 patch.
CAUSE:
The 9.1C31 patch was meant to correct some Fathom issues. A new .jar file was added in the 9.1C31 patch which never existed.
This additional .jar file needs to be referenced in the relevant classpath environment variables.
FIX:
A modification is necessary to the Java Classpath variables.
In WINDOWS the modification needs to be made in the Windows Registry.
The following keys will need to have the mgmt_agent.jar reference added:
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\JAVA\PROGRESSCP
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\JAVA\JRECP
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\JAVA\JDKCP
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\JAVA\FATHOMCP
Remember to use a semi-colon as a separator between the different values of the keys.
Example value for key JDKCP:
c:\dlc91c\java\ext\mgmt_agent.jar;c:\dlc91c\jdk\lib\tools.jar
In UNIX the modification should be made to the $DLC/bin/java_env script.
Modify the CLASSPATH entry and the JDKCP, JRECP, FATHOMCP and PROGRESSCP adding the reference to the mgmt_agent.jar.