Consultor Eletrônico



Kbase P149467: Cannot start NameServer when '/bin' is not included in PATH environment variable
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/14/2009
Status: Unverified

SYMPTOM(s):

AdminServer starts without errors

nsman -name NS1 -start

Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)

Searching for NS1 (8288)

Starting NS1. Check status. (8296)

/usr/progress/102a/dlc/bin/java_env: line 88: uname: command not found

WARNING: not setting shared library include path

/usr/progress/102a/dlc/bin/slib_env: line 15: uname: command not found

WARNING: not setting shared library include path

FACT(s) (Environment):

OpenEdge 10.x
Linux

CAUSE:

Both the java_env and slib_env scripts (used by nsman / ubutil) use the 'uname' system uiltity. This is located in '/bin' on Linux. if '/bin' is not included in the PATH environment variable above mentioned errors will occur.

FIX:

Ensure that the PATH environment variable includes the directory containing the 'uname' utility.