Consultor Eletrônico



Kbase P107069: Can not start app server when startup.pf has different -d format
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2008
Status: Unverified

SYMPTOM(s):

Can not start app server

(Procedure: 'as/startup.p' Line:619) Session date format (-d) must be 'mdy' instead of 'dmy'

p<procedure name> <procedure type> procedure ended with an ERROR condition. (8025)

as/startup.p startup procedure ended with an ERROR condition. (8025)

Error 8025 appeasr in app server server log

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

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

Error 8117 appears in app server broker log file

FACT(s) (Environment):

Progress 9.1D

CAUSE:

The startup.pf is configured as "-d dmy", however the app server startup procedure expects session date as -d mdy.

FIX:

Edit $DLC/startup.pf for UNIX (or %dlc%\startup.pf for windows) and replace "-d dmy" with "-d mdy". Then restart app server