Consultor Eletrônico



Kbase P186435: WebSpeed error from messenger process (6019)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/22/2011
Status: Unverified

SYMPTOM(s):

WebSpeed error from messenger process (6019)

Msngr: Failed to connect to the specified WebSpeed named service. <BR>Verify that the service has been started. <BR>Verify the configuration for the service is correct. (5804)

FACT(s) (Environment):

Linux
OpenEdge 10.x
WebSpeed
OpenEdge Web Category: WebSpeed Messenger

CAUSE:

/etc/hosts file does not have the proper format:
Linux /etc/hosts file has the server TCPIP address on the same line as the localhost entry.
using: 127.0.0.1 localhost 111.111.1.1 Linux
Proper Format is:
127.0.0.1 localhost localhost.localdomain
111.111.1.1 Linux

FIX:

Modify the /etc/hosts file using the correct configuration format.
To correct the problem:
1. Stop the AdminServer.
2. Correct the /etc/host file using the proper format:
Modified (working) /etc/hosts file example:

127.0.0.1 localhost
111.111.1.1 Linux
3. Restart the AdminServer.