Consultor Eletrônico



Kbase P103683: Error 5540 trying to connect a 4GL client to an AppServer, plus error 5515 in the proapsv.lg file.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

Progress 8.x
UNIX

SYMPTOM(s):

Following errors connecting a 4GL client to an AppServer.

Connection Failure (5540)

Connection refused by Application Server. (5467)

Application server connect failure. (5468)

Following error messages in the proapsv.lg file for the related AppServer

Could not create process for executable <image_name>: ERRNO = <errno>. (5515)

Could not create process for executable <image_name>: ERRNO = 2. (5515)

Application broker could not start application server. (5464)

Connection Failure (5540)


CAUSE:

The PROAPSV environment variable is set incorrectly when the AppServer broker is started up via the proapbk command.

More specifically, under UNIX, errno = 2 indicates that a file does not exist, thus the PROAPSV environment variable is pointing to a file that does not exist.

FIX:

Ensure that the PROAPSV variable is pointing to an existing, valid executable before starting up the AppServer broker.
Even if you simply intend to use $DLC/bin/_proapsv, you may have to set the PROAPSV variable.