Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > IIS7: IIS Worker Process stopped working and was closed

Reply
Thread Tools Display Modes

IIS7: IIS Worker Process stopped working and was closed

 
 
Erwin Moller
Guest
Posts: n/a

 
      09-21-2007
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
 
 
 
 
Mr. Arnold
Guest
Posts: n/a

 
      09-21-2007

"Erwin Moller"
<Since_humans_read_this_I_am_spammed_too_much@spam yourself.com> wrote in
message news:46f3a60a$0$227$...
> 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
 
Erwin Moller
Guest
Posts: n/a

 
      09-25-2007
Mr. Arnold wrote:
>
> "Erwin Moller"
> <Since_humans_read_this_I_am_spammed_too_much@spam yourself.com> wrote in
> message news:46f3a60a$0$227$...
>> 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
 
Andy Bailey
Guest
Posts: n/a

 
      10-01-2007
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@spam yourself.com> wrote in
> > message news:46f3a60a$0$227$...
> >> 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
 
Mr. Arnold
Guest
Posts: n/a

 
      10-01-2007

"Andy Bailey" <Andy > wrote in message
news:45C717EC-FA4B-4740-BFA9-...
> 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
 
fjjat
Guest
Posts: n/a

 
      11-07-2007

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


--
fjjat
------------------------------------------------------------------------
fjjat's Profile: http://forums.techarena.in/member.php?userid=34521
View this thread: http://forums.techarena.in/showthread.php?t=821723

http://forums.techarena.in

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Host Process for Windows Services stopped working and was closed JSara Windows Vista General Discussion 0 01-08-2008 01:17 PM
Host Process for windows services has stopped working and closed. Ashylay Windows Vista General Discussion 0 11-18-2007 02:46 PM
IIS Worker Process stopped working and was closed Scottie Windows Vista Networking 10 09-08-2007 08:19 PM
Host Process for Windows Services stopped working and was closed tomcrawford Windows Vista Performance 0 08-02-2007 11:02 AM
Host process for windows services stopped working and was closed markeydsl Windows Vista General Discussion 2 04-13-2007 03:46 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59