A process serving application pool 'X' reported a failure. The process id was 'Y'. The data field c

Posted by born to hula on Stack Overflow See other posts from Stack Overflow or by born to hula
Published on 2010-05-14T20:59:40Z Indexed on 2010/05/14 21:04 UTC
Read the original article Hit count: 499

Filed under:
|
|
|

I have a WCF Web Service which is kept under an Application Pool on IIS.

Lately I've been getting "Service Unavaiable" when I'm trying to make calls to this Web Service. The first thing I tried to do was restarting the Application Pool. I did it and after a couple of seconds, it crashed and stopped.

Looking at the Event Viewer, I found these messages, which by the moment couldn't help me to find where the problem is.

A process serving application pool 'X' reported a failure. The process id was '11616'. The data field contains the error number.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

After getting a couple of these, I got this one:

Application pool 'X' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

I've already checked permissions and Application Pool configurations but everything seems to be OK.

Have anyone been through this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about iis