Consultor Eletrônico



Kbase P174137: An AppServer is not starting as expected.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/8/2010
Status: Unverified

SYMPTOM(s):

An AppServer is not starting as expected.

The AppServer server.log file shows (704), (5479) and (5476) errors when trying to start.

** There is no server active for database <database> on -H <hostname> -S <servicename>. (704)

** There is no server active for database ship on -H hostnameA -S 9601. (704)

Error initializing the application server. (5479)

<component_name> Shutdown. (5476)

The AppServer broker.log file shows (8117) and (8113) errors.

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

IOException reading message from server : pipe to server broken (8117)

Message from server : <serverMsg> (8113)

Message from server : Startup Procedure Failed (8113)

FACT(s) (Environment):

Solaris
OpenEdge 10.1A
OpenEdge Server Technology Category: AppServer
The AppServer's property defined in the ubroker.properties file has a srvrStartupParam entry that references a .pf file.
The .pf file referenced in the srvrStartupParam entry shows two connections to the same database, one using the port for a 4GL server, the other using a port for a SQL server.

CAUSE:

The srvrStartupParam setting for the AppServer property is referencing a .pf file that has two connection strings to the same database, one to the 4GL server, and the other to the SQL server.

FIX:

Modify the .pf file to connect to the database only once, using the 4GL server.