Consultor Eletrônico



Kbase P59796: Can not start Webspeed broker when db connection parameters are wrong
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/7/2009
Status: Verified

SYMPTOM(s):

Can not start Webspeed broker when db connection parameters are wrong

Getting error 6019 and 5825 on browser

WebSpeed error from messenger process (6019)

Msngr: the specified service name does not exist or has a bad format. (5825)

Errors within the broker log:

ServerSocketsIPC read() IOException : java.io.EOFException : NULL (8127)

ServerIPCException in getServerIPCMsg() : ServerIPC error. (8119)

ERROR: cannot start server. (8100)

Exception unbinding broker (not bound) : wsbroker1 (8525)

FACT(s) (Environment):

Starting WebSpeed broker with database connections fails
Starting WebSpeed broker without database connections works
Using PF file in the Broker definition for the database connection
WebSpeed
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

CAUSE:

Wrong parameters are set within the PF file

FIX:

Correct the PF file so it contains the correct parameters for the database connections:

-db <database name>
-S <port number the database is started with>
-N TCP
-H <host name the db is running on>