Consultor Eletrônico



Kbase P135592: AppServer agent crashing on Windows when attempting to run code that accesses data in a database.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2011
Status: Verified

SYMPTOM(s):

AppServer agent is crashing on Windows when attempting to run code that accesses data in a database.

ServerSocketsIPC <operation> IOException : <IOException_string> : <IOExceptionMsg_string> (8127)

ServerIPCException in <funcName> : <ServerIPCException_string>. (8119)

Posted EAbnormalShutdownServerEvent for PID: <PID-num>

Code ran on the AppServer to just display a message was successful.

Stack trace from _proapsv.exe reads:

dbut_stlen

Failing program name had a .w instead of a .p for a suffix.

FACT(s) (Environment):

Code ran against the newly created table works successfully.
Other pieces of the application also work successfully.
Stateless AppServer
Windows
OpenEdge 10.1B

CHANGE:

Created a new table in the database. Experienced an Application Server hang situation after this change and had manually terminated processes on the machine and subsequently rebooted the laptop where everything was running.

CAUSE:

The failing program was referencing a function that was no longer in the include file that the Application Server was using for data event processing.

FIX:

Modified the .p to no longer reference a function that no longer existed in the include file that this piece of the application was using.