Consultor Eletrônico



Kbase P127474: AppServer fails to start with _proapsv executable built with Oracle libraries due to wrong LIBPATH o
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/12/2007
Status: Unverified

FACT(s) (Environment):

IBM AIX
Progress 9.x
Oracle 9i
Oracle 10g
ORACLE DataServer

SYMPTOM(s):

AppServer fails to start with _proapsv executable built with Oracle libraries

IOException reading message from server : <IOException_string> (8117)

IOException reading message from server : java.io.EOFException: pipe to server broken (8117)

ERROR: cannot start server. (8100)

Ending <threadType> thread: <threadName>. (8077)

Ending serverPool thread: S-0001. (8077)

_proapsv executable built with only TCP works fine.

Original _proapsv executable works fine.

CAUSE:

The LIBPATH environment variable is not properly set.

FIX:

Check that the LIBPATH environment variable is set and points to the $ORACLE_HOME/lib32 directory.

For example:
export LIBPATH=$ORACLE_HOME/lib32

This environment variable must be set before the AdminServer is started, otherwise it will not be taken into account by the AdminServer.