aspnet_wp.exe stopped after 3 minutes activity
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngconfig' list.


Tim Musschoot
Hello,

I have a very intensive operation (dbase synchronisation in C#). After a
while, the synchronisation stops. The eventlog has these entries (in this
order):

Type gebeurtenis: Fout
Gebeurtenis-ID: 1000
Datum: 24/05/2002
Tijd: 18:12:26
Gebruiker: n.v.t.
Computer: HERCULES
Beschrijving:
aspnet_wp.exe (PID: 3024) stopped unexpectedly.

Type gebeurtenis: Fout
Bron van gebeurtenis: ASP.NET 1.0.3705.0
Categorie van gebeurtenis: Geen
Gebeurtenis-ID: 1000
Datum: 24/05/2002
Tijd: 18:32:12
Gebruiker: n.v.t.
Computer: HERCULES
Beschrijving:
aspnet_wp.exe (PID: 944) stopped unexpectedly.

Type gebeurtenis: Fout
Bron van gebeurtenis: ASP.NET 1.0.3705.0
Categorie van gebeurtenis: Geen
Gebeurtenis-ID: 1003
Datum: 24/05/2002
Tijd: 18:42:01
Gebruiker: n.v.t.
Computer: HERCULES
Beschrijving:
aspnet_wp.exe (PID: 4060) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180 seconds.

Translation:
Gebeurtenis-ID = Event-ID
Beschrijving = Description
Type gebeurtenis = Event Type
Fout = Error

What can cause this problem ? How can I fix it ?

Best regards,
Tim Musschoot
Reply to this message...
 
    
Tim Musschoot
Hello,

Well, I might as well reply to my own question. Maybe someone else will
find it usefull. After some walking around in the config files
(machine.config) I found this:

<processModel enable="true" timeout="Infinite" idleTimeout="Infinite"
shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000"
restartQueueLimit="10" memoryLimit="60" webGarden="false"
cpuMask="0xffffffff" userName="machine" password="AutoGenerate"
logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00" maxWorkerThreads="25"
maxIoThreads="25"/>

Just change responseDeadlockInterval to 00:10:00 like this:

<processModel enable="true" timeout="Infinite" idleTimeout="Infinite"
shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000"
restartQueueLimit="10" memoryLimit="60" webGarden="false"
cpuMask="0xffffffff" userName="machine" password="AutoGenerate"
logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:10:00" maxWorkerThreads="25"
maxIoThreads="25"/>

And the case is closed...

One small tip: If you have to change this to work in a multiuser
environment, there is something wrong with your code and/or your
application's architecture. I used it to be able to write a dbase
synchronisation module... (full dbase, between Access and SQL-Server)

Regards,
Tim Musschoot

-----Oorspronkelijk bericht-----
Van: Tim Musschoot [mailto:Click here to reveal e-mail address]
Verzonden: vrijdag 24 mei 2002 18:50
Aan: aspngconfig
Onderwerp: [aspngconfig] aspnet_wp.exe stopped after 3 minutes activity

Hello,

I have a very intensive operation (dbase synchronisation in C#). After a
while, the synchronisation stops. The eventlog has these entries (in this
order):

Type gebeurtenis: Fout
Gebeurtenis-ID: 1000
Datum: 24/05/2002
Tijd: 18:12:26
Gebruiker: n.v.t.
Computer: HERCULES
Beschrijving:
aspnet_wp.exe (PID: 3024) stopped unexpectedly.

Type gebeurtenis: Fout
Bron van gebeurtenis: ASP.NET 1.0.3705.0
Categorie van gebeurtenis: Geen
Gebeurtenis-ID: 1000
Datum: 24/05/2002
Tijd: 18:32:12
Gebruiker: n.v.t.
Computer: HERCULES
Beschrijving:
aspnet_wp.exe (PID: 944) stopped unexpectedly.

Type gebeurtenis: Fout
Bron van gebeurtenis: ASP.NET 1.0.3705.0
Categorie van gebeurtenis: Geen
Gebeurtenis-ID: 1003
Datum: 24/05/2002
Tijd: 18:42:01
Gebruiker: n.v.t.
Computer: HERCULES
Beschrijving:
aspnet_wp.exe (PID: 4060) was recycled because it was suspected to be in
a deadlocked state. It did not send any responses for pending requests in
the last 180 seconds.

Translation:
Gebeurtenis-ID = Event-ID
Beschrijving = Description
Type gebeurtenis = Event Type
Fout = Error

What can cause this problem ? How can I fix it ?

Best regards,
Tim Musschoot
| [aspngconfig] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngconfig.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives
Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com