Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS Continuously Restarting...

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Problem displaying MEMO fields from ACCESS 2000 o..  
Author Message
user1004

External


Since: Oct 24, 2003
Posts: 26



(Msg. 1) Posted: Mon Nov 24, 2003 2:49 pm
Post subject: IIS Continuously Restarting...
Archived from groups: microsoft>public>inetserver>iis (more info?)

Has anyone seen this before? The event logs shows that IIS is
continuously restarting?

 >> Stay informed about: IIS Continuously Restarting... 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 2) Posted: Mon Nov 24, 2003 2:49 pm
Post subject: Re: IIS Continuously Restarting... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

May be an attack, could be a bug in a dll.

Run IISState (www.iisfaq.com/iisstate) to see the dll causing it:

iisstate -p <pid of inetinfo> -sc <enter>

Also, run Windows Update to make sure you have all the latest security
updates.

Pat

"Aaron" <a.DeleteThis@1.net> wrote in message
news:%23RzG6rqsDHA.2252@TK2MSFTNGP09.phx.gbl...
 > Has anyone seen this before? The event logs shows that IIS is
 > continuously restarting?
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS Continuously Restarting... 
Back to top
Login to vote
user1004

External


Since: Oct 24, 2003
Posts: 26



(Msg. 3) Posted: Mon Nov 24, 2003 3:36 pm
Post subject: Re: IIS Continuously Restarting... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This started occurring after I ran the updates over the weekend Surprised

I'll try IISState - thanks!!
a

Pat [MSFT] wrote:

 > May be an attack, could be a bug in a dll.
 >
 > Run IISState (www.iisfaq.com/iisstate) to see the dll causing it:
 >
 > iisstate -p <pid of inetinfo> -sc <enter>
 >
 > Also, run Windows Update to make sure you have all the latest security
 > updates.
 >
 > Pat
 >
 > "Aaron" <a RemoveThis @1.net> wrote in message
 > news:%23RzG6rqsDHA.2252@TK2MSFTNGP09.phx.gbl...
 >
  >>Has anyone seen this before? The event logs shows that IIS is
  >>continuously restarting?
  >>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS Continuously Restarting... 
Back to top
Login to vote
user1004

External


Since: Oct 24, 2003
Posts: 26



(Msg. 4) Posted: Mon Nov 24, 2003 3:39 pm
Post subject: Re: IIS Continuously Restarting... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Got this after running IIS State:

C:\iisstate>iisstate -p 4700 -sc
Symbol search path is:
SRV*C:\iisstate\symbols*http://msdl.microsoft.com/downloa
d/symbols

Microsoft (R) Windows Debugger Version 6.2.0013.1
Copyright (c) Microsoft Corporation. All rights reserved.

Cannot debug pid 4700, Win32 error 5
"Access is denied."
WaitForEvent failed, 0x8000FFFF

C:\iisstate>

Pat [MSFT] wrote:

 > May be an attack, could be a bug in a dll.
 >
 > Run IISState (www.iisfaq.com/iisstate) to see the dll causing it:
 >
 > iisstate -p <pid of inetinfo> -sc <enter>
 >
 > Also, run Windows Update to make sure you have all the latest security
 > updates.
 >
 > Pat
 >
 > "Aaron" <a.TakeThisOut@1.net> wrote in message
 > news:%23RzG6rqsDHA.2252@TK2MSFTNGP09.phx.gbl...
 >
  >>Has anyone seen this before? The event logs shows that IIS is
  >>continuously restarting?
  >>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS Continuously Restarting... 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 5) Posted: Mon Nov 24, 2003 3:39 pm
Post subject: Re: IIS Continuously Restarting... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

To run IISState you have to:
1) Be logged on as Adminstrator
2) Run locally (i.e. not through a terminal server session).

Pat

"Aaron" <a DeleteThis @1.net> wrote in message
news:OVpu1HrsDHA.2248@TK2MSFTNGP09.phx.gbl...
 > Got this after running IIS State:
 >
 > C:\iisstate>iisstate -p 4700 -sc
 > Symbol search path is:
 > SRV*C:\iisstate\symbols*http://msdl.microsoft.com/downloa
 > d/symbols
 >
 > Microsoft (R) Windows Debugger Version 6.2.0013.1
 > Copyright (c) Microsoft Corporation. All rights reserved.
 >
 > Cannot debug pid 4700, Win32 error 5
 > "Access is denied."
 > WaitForEvent failed, 0x8000FFFF
 >
 > C:\iisstate>
 >
 > Pat [MSFT] wrote:
 >
  > > May be an attack, could be a bug in a dll.
  > >
  > > Run IISState (www.iisfaq.com/iisstate) to see the dll causing it:
  > >
  > > iisstate -p <pid of inetinfo> -sc <enter>
  > >
  > > Also, run Windows Update to make sure you have all the latest security
  > > updates.
  > >
  > > Pat
  > >
  > > "Aaron" <a DeleteThis @1.net> wrote in message
  > > news:%23RzG6rqsDHA.2252@TK2MSFTNGP09.phx.gbl...
  > >
   > >>Has anyone seen this before? The event logs shows that IIS is
   > >>continuously restarting?
   > >>
  > >
  > >
  > >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS Continuously Restarting... 
Back to top
Login to vote
user1004

External


Since: Oct 24, 2003
Posts: 26



(Msg. 6) Posted: Mon Nov 24, 2003 6:11 pm
Post subject: Re: IIS Continuously Restarting... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ah. I was in as the Admin, but over RDP.

Pat [MSFT] wrote:

 > To run IISState you have to:
 > 1) Be logged on as Adminstrator
 > 2) Run locally (i.e. not through a terminal server session).
 >
 > Pat
 >
 > "Aaron" <a RemoveThis @1.net> wrote in message
 > news:OVpu1HrsDHA.2248@TK2MSFTNGP09.phx.gbl...
 >
  >>Got this after running IIS State:
  >>
  >>C:\iisstate>iisstate -p 4700 -sc
  >>Symbol search path is:
  >>SRV*C:\iisstate\symbols*http://msdl.microsoft.com/downloa
  >>d/symbols
  >>
  >>Microsoft (R) Windows Debugger Version 6.2.0013.1
  >>Copyright (c) Microsoft Corporation. All rights reserved.
  >>
  >>Cannot debug pid 4700, Win32 error 5
  >> "Access is denied."
  >>WaitForEvent failed, 0x8000FFFF
  >>
  >>C:\iisstate>
  >>
  >>Pat [MSFT] wrote:
  >>
  >>
   >>>May be an attack, could be a bug in a dll.
   >>>
   >>>Run IISState (www.iisfaq.com/iisstate) to see the dll causing it:
   >>>
   >>>iisstate -p <pid of inetinfo> -sc <enter>
   >>>
   >>>Also, run Windows Update to make sure you have all the latest security
   >>>updates.
   >>>
   >>>Pat
   >>>
   >>>"Aaron" <a RemoveThis @1.net> wrote in message
   >>>news:%23RzG6rqsDHA.2252@TK2MSFTNGP09.phx.gbl...
   >>>
   >>>
   >>>>Has anyone seen this before? The event logs shows that IIS is
   >>>>continuously restarting?
   >>>>
   >>>
   >>>
   >>>
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS Continuously Restarting... 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]