Go Back   TechArena Community > Technical Support > Computer Help > Windows Vista > Vista Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



IIS7: IIS Worker Process stopped working and was closed

Vista Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 21-09-2007
Erwin Moller
 
Posts: n/a
IIS7: IIS Worker Process stopped working and was closed

Hi,

After I started using IIS7 on Vista (Home Premium), i get this message
very regularly:
IIS Worker Process stopped working and was closed.

I can only click 'OK'.

Whatever IIS7 is having problems with doesn't seem to affect it.
All my apps seem to work.

The websites I am currently working on run PHP5.2 with ISAPI
(php5isapi.dll).

Did anybody experience this behaviour too?
Suggestions?

Thanks in advance!

Regards,
Erwin Moller
Reply With Quote
  #2  
Old 21-09-2007
Mr. Arnold
 
Posts: n/a
Re: IIS Worker Process stopped working and was closed


"Erwin Moller"
<Since_humans_read_this_I_am_spammed_too_much@spamyourself.com> wrote in
message news:46f3a60a$0$227$e4fe514c@news.xs4all.nl...
> Hi,
>
> After I started using IIS7 on Vista (Home Premium), i get this message
> very regularly:
> IIS Worker Process stopped working and was closed.
>
> I can only click 'OK'.
>
> Whatever IIS7 is having problems with doesn't seem to affect it.
> All my apps seem to work.
>
> The websites I am currently working on run PHP5.2 with ISAPI
> (php5isapi.dll).
>
> Did anybody experience this behaviour too?
> Suggestions?
>


It can certainly happen that your application can take IIS down if something
is happening within the application that is catastrophic to IIS.

Have you checked that possibility?

I have been doing Web development work using Vista Ultimate and IIS7, and I
have had no such issues.

Reply With Quote
  #3  
Old 25-09-2007
Erwin Moller
 
Posts: n/a
Re: IIS Worker Process stopped working and was closed

Mr. Arnold wrote:
>
> "Erwin Moller"
> <Since_humans_read_this_I_am_spammed_too_much@spamyourself.com> wrote in
> message news:46f3a60a$0$227$e4fe514c@news.xs4all.nl...
>> Hi,
>>
>> After I started using IIS7 on Vista (Home Premium), i get this message
>> very regularly:
>> IIS Worker Process stopped working and was closed.
>>
>> I can only click 'OK'.
>>
>> Whatever IIS7 is having problems with doesn't seem to affect it.
>> All my apps seem to work.
>>
>> The websites I am currently working on run PHP5.2 with ISAPI
>> (php5isapi.dll).
>>
>> Did anybody experience this behaviour too?
>> Suggestions?
>>

>


Hi,

> It can certainly happen that your application can take IIS down if
> something is happening within the application that is catastrophic to IIS.
>
> Have you checked that possibility?
>
> I have been doing Web development work using Vista Ultimate and IIS7,
> and I have had no such issues.


Nothing catastrophic is happening, unless something is happening inside
the PHP ISAPI.
It even happens when I do NOT call a phpscript.
I cannot find anything usefull in the eventlog either, only that an
error occured. :-/

Regards,
Erwin Moller
Reply With Quote
  #4  
Old 02-10-2007
Andy Bailey
 
Posts: n/a
Re: IIS Worker Process stopped working and was closed

Hello!

I recently installed IIS to begin some PHP development and get exactly the
same behaviour as is described by Erwin below (Vista Ultimate again).

I've installed PHP as a "Handler" under IIS management console and installed
PHP using the Windows installer and selected the "ISAPI" install option (same
files as Erwin as well).

Every now and then I get a message saying an IIS worker process has failed-
even if I'm not running or doing anything with PHP. Again, as for Erwin I get
no problems running PHP code....

As Erwin said

Any thoughts?


Andy.



"Erwin Moller" wrote:

> Mr. Arnold wrote:
> >
> > "Erwin Moller"
> > <Since_humans_read_this_I_am_spammed_too_much@spamyourself.com> wrote in
> > message news:46f3a60a$0$227$e4fe514c@news.xs4all.nl...
> >> Hi,
> >>
> >> After I started using IIS7 on Vista (Home Premium), i get this message
> >> very regularly:
> >> IIS Worker Process stopped working and was closed.
> >>
> >> I can only click 'OK'.
> >>
> >> Whatever IIS7 is having problems with doesn't seem to affect it.
> >> All my apps seem to work.
> >>
> >> The websites I am currently working on run PHP5.2 with ISAPI
> >> (php5isapi.dll).
> >>
> >> Did anybody experience this behaviour too?
> >> Suggestions?
> >>

> >

>
> Hi,
>
> > It can certainly happen that your application can take IIS down if
> > something is happening within the application that is catastrophic to IIS.
> >
> > Have you checked that possibility?
> >
> > I have been doing Web development work using Vista Ultimate and IIS7,
> > and I have had no such issues.

>
> Nothing catastrophic is happening, unless something is happening inside
> the PHP ISAPI.
> It even happens when I do NOT call a phpscript.
> I cannot find anything usefull in the eventlog either, only that an
> error occured. :-/
>
> Regards,
> Erwin Moller
>

Reply With Quote
  #5  
Old 02-10-2007
Mr. Arnold
 
Posts: n/a
Re: IIS Worker Process stopped working and was closed


"Andy Bailey" <Andy Bailey@discussions.microsoft.com> wrote in message
news:45C717EC-FA4B-4740-BFA9-E21D7BA62ABD@microsoft.com...
> Hello!
>
> I recently installed IIS to begin some PHP development and get exactly the
> same behaviour as is described by Erwin below (Vista Ultimate again).
>
> I've installed PHP as a "Handler" under IIS management console and
> installed
> PHP using the Windows installer and selected the "ISAPI" install option
> (same
> files as Erwin as well).
>
> Every now and then I get a message saying an IIS worker process has
> failed-
> even if I'm not running or doing anything with PHP. Again, as for Erwin I
> get
> no problems running PHP code....
>
> As Erwin said
>
> Any thoughts?


The links are talking about the worker process in IIS6 and gives detailed
information about the worker process. You should be able to do the same for
more information on IIS7. Is it related to Vista? I don't know. My best
guess is something is happening with an application that the worker process
is or has serviced. I think you should understand what is the worker process
in IIS and how is it being used to service an application, before you can
start to trouble shoot or debug.

<http://blogs.msdn.com/paul_fallon/archive/2004/12/05/275345.aspx>

<http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/1e31abd9-998e-47ce-82fc-931a571db7ea.mspx?mfr=true>


Reply With Quote
  #6  
Old 07-11-2007
Member
 
Join Date: Nov 2007
Posts: 1
I've found the message in the system-eventlog

Level: information
source: WAS
Description: The Process with ID=4868 for ApplicationPool PHP5 was inactive for 20 minutes and is shut down.

I'll test with a new idleTimeout (1740) of this ApplicationPooland no messages appear
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Vista > Vista Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "IIS7: IIS Worker Process stopped working and was closed"
Thread Thread Starter Forum Replies Last Post
Fix for "Host process for windows services stopped working and was closed" MattyBoy Tips & Tweaks 3 20-11-2011 03:29 AM
Host Process for Windows Services stopped working and was closed Danno111 Vista Help 7 21-05-2010 07:30 PM
spooler subsystem app stopped working and was closed Mentos Vista Help 9 27-08-2009 07:12 AM
IIS Worker Process stopped working and was closed Scottie Windows Vista Network 11 09-09-2007 02:49 AM
Host Process for Windows Services stopped working and was closed - Fix tomcrawford Windows Vista Performance 0 02-08-2007 05:32 PM


All times are GMT +5.5. The time now is 04:07 AM.