Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS Continuously Restarting...

 
   Web Hosting and Web Master Forums (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 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. 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 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. 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.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
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.TakeThisOut@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.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
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.TakeThisOut@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.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
Display posts from previous:   
Related Topics:
IIS 5.0 restarting IIS - Good Day, I have a server with three sites. When restarting IIS only the default Web site automatically restarts. How can I automatically restart all the web sites on the box when restarting IIS? Thank you. MC

Restarting IIS - I am running Win 2000. I have an 3rd party application that does web based scanning. Occassionally I have to restart IIS to make the app scan. My question is this....is there any way to have IIS restart on its own at a given time or schedule a..

Restarting IIS Application - Hi, Is there any way to restart one IIS Application without recycling all IIS Services? I would like to schedule this to run in the middle of the night, so a command line would be helpful. Thanks, -vincent

Application Restarting ASP_0147 - The system occasionally comes up with an error message saying Application Restarting ASP_0147. Is there anyway to stop this error from happening. Once this happens the whole session is lost. Since our application is based on session based variables, its....

HTTP/1.1 Application Restarting Error - I am facing this error while accessing a sub-web(virtual-web) on my production website. Whenever I access this web I get "HTTP/1.1 Application Restarting" error. I checked on technet, didnt find any proper solution as according to them if I ref...
   Web Hosting and Web Master Forums (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 ]