Consultor Eletrônico



Kbase P108256: AppServer process hangs at startup when PF file is used.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/09/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

AppServer process hangs at startup when PF file is used.

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

ERROR: cannot start server. (8100)

CAUSE:

The AppServer server startup parameter in the ubroker.properties file contains a reference to a .PF file without the -pf (parameter file) parameter identifier:
Server startup parameters: <pathname>/<pf-file>

FIX:

Add the -pf parameter identifier to the AppServer server startup parameter:
Server startup parameters: -pf <pathname>/<pf-file>