Consultor Eletrônico



Kbase P111168: The IIS web server hangs with WSASP messenger
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/05/2006
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.x
OpenEdge 10.x

SYMPTOM(s):

The IIS web server hangs with WSASP messenger

The IIS works fine for 5 minutes after restart then hangs again

The following errors is found in the system's event viewer log file:

Error: /<path to application>/<application name.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IScriptDispatchEx::Release()' from 'CScriptingNamespace::UnInit()'..
For more information, see Help and Support Center at <http://go.microsoft.com/fwlink/events.asp>.

The following error is displayed in the browser:

error '800016c1'
/<path to application>/<application name.asp, line <line number>

Created a separate application pool in the IIS for the WSASP messenger

There is no error found in the web server log file

CAUSE:

Bug# 20060119-058

CAUSE:

Not having enough memory to hold the strings of the CGI variables in the buffer.

FIX:

Upgrade to 9.1E and install Service Pack 9.1E04/3.1E04, or OpenEdge 10.1A01.

Before you install the Service Pack, stop the web server and unregister the wsasp.dll using the following command:

regsvr32 <%DLC%>\bin\wsasp.dll /u

After installing the Service Pack re-register the messenger using the following command:

regsvr32 <%DLC%>\bin\wsasp.dll