Kbase P109290: Getting error when trying to start AdminServer that the java class is not found
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/03/2009 |
|
Status: Verified
SYMPTOM(s):
Getting error when trying to start AdminServer that the java class is not found
The java class is not found: com/progress/chimera/adminserver/AdminServerType
No admserv.log created when attempting to startup AdminServer
FACT(s) (Environment):
Java version is correct.
Java/bin directory is part of the PATH.
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
The DLC environment variable is not set.
The $DLC/bin directory is not added to the PATH environment variable.
FIX:
The operating system is not correctly finding the Progress scripts and environments necessary to run.
Set DLC to point to the Progress installation directory.
Example:
DLC=/usr/dlc;export DLC
Set PATH to include the $DLC/bin directory.
Example:
PATH=$DLC/bin:$PATH;export PATH