Kbase P164392: Adminserver crashes and the admserv.log ends when loading the osmetrics.dll
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/2/2011 |
|
Status: Verified
SYMPTOM(s):
Cannot start the AdminServer due to problem associated with loading the osmetrics.dll file.
AdminServer crashes and produces a java core
AdminServer log ends at osmetrics is loaded
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
CAUSE:
The exact cause is unknown at the time of this writing.
FIX:
The following work around can be used if OpenEdge Explorer or OpenEdge management are not being used.
Disable loading of osmetrics.dll by doing the following after making a copy:
1. Open the $DLC/properties/AdminServerPlugins.properties file and locate:
[Plugin.System]
dependency=Plugin.Management
classname=com.progress.system.SystemPlugIn
2. Comment out that section as shown below:
# [Plugin.System]
# dependency=Plugin.Management
# classname=com.progress.system.SystemPlugIn
3. Save the modified file.
4. Restart AdminServer.