Link to home
Start Free TrialLog in
Avatar of MahadevanAlagar
MahadevanAlagar

asked on

W3SVC Event ID 1011 -- AppPool crashes frequently -- iis hangs -- very urgent

Event Type:      Warning
Event Source:      W3SVC
Event Category:      None
Event ID:      1011
Date:            10/28/2007
Time:            9:09:05 AM
User:            N/A
Computer:      <Comp>
Description:
A process serving application pool 'AppPool' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '11624'. The data field contains the error number.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 6d 00 07 80               m..

I am getting this error very frequently and the AppPool is craching and iis hangs.
It is very urgent and i am losing my service.

Using Win 2003 with .Net 2.0 in IIS 6 server.

Any help?
Avatar of Sam Panwar
Sam Panwar
Flag of India image

Hi,

ypu have to Use the Debug Diagnostics tool and after that create the application pool for the website.

Please check following URL

 http://support.microsoft.com/kb/919789
Avatar of MahadevanAlagar
MahadevanAlagar

ASKER

Thanks Abs!

I have downloaded and installed the Diagnostics tool. I have also configured to get 10 dumps. but, i am not getting any dumps saved automatically. but still the re-cyling and 1011 error thrown.

How do i get the dumps by automatic, whenever the crash happens?

Thanks in Advance
What application is running with PID 11624 on your server?  This should be the process ID of the executable that's having issues and finding this will give more insight into a way to fix the problem.  You can use the "tasklist" command to get a list of all running executables and their associated PID.
Thanks Camp,

The PID 11624 is the W3WP.Exe, which i have configured to monitor for crash in the dianostic tool.
But I am not getting the crash dump. As I have checked with MSDN, all the settings are seems to be correct. Also I watched DrWatson, that also does not have any dumps.

Now, how do i get the dump, whenever the crash is happening

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of JjcampNR
JjcampNR
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Camp,

I got the dump and analysed.

Found out a very innocent and idiot problem. ie, In the xslt render, a Recursive function was called, which is not ending for certain records out of thousands of other records.

Finall deleted all the looped records in the database, and the recursive xslt is ending properly.
My site works very proper.

The statement of WANG, is very correct, "infite loops" in the code, kills the App Pool.

Thanks all for your time.
Well, that would certainly do it, and it happens to the best of us more often then we'd like to admit!  Glad you're issue is now resolved, if you're all set please go ahead and close this question.