|
Home > Archive > IIS Server > September 2004 > IIS Crashs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Rui Couto 2004-09-27, 5:55 pm |
| I'm having a problem , 15 days ago, my IIS begin do crash or to hang, with
not particular reason, its completly random.
Sometimes it works for 2 or 3 days other times for 2 or 3 hours. In event
viewer there is no error or warning, in iis logs no anormal activity, in
services it says the services are running , how ever i just dont get any
response from IIS.
Can you please tell me what is happening, (i can't use IIS State becouse im
far from the machine and using terminal services to admin the machine)
If you have any idea of waht could be happening i would apreciate a lot the
help
thanks
| |
| Sitruc 2004-09-27, 5:55 pm |
|
"Rui Couto" <rcouto@techlado.com> wrote in message
news:%234SrvSIpEHA.2340@TK2MSFTNGP11.phx.gbl...
> I'm having a problem , 15 days ago, my IIS begin do crash or to hang, with
> not particular reason, its completly random.
>
> Sometimes it works for 2 or 3 days other times for 2 or 3 hours. In event
> viewer there is no error or warning, in iis logs no anormal activity, in
> services it says the services are running , how ever i just dont get any
> response from IIS.
>
> Can you please tell me what is happening, (i can't use IIS State becouse
im
> far from the machine and using terminal services to admin the machine)
Most likely a new application on the web server has a memory leak. What
version of iis? Search the web content for files changed within the last
month. Look for "CreateObject" code and where the variable that created it
isn't set to nothing (ie set Variable = nothing). At the time of the crash
what application was running (look in the logs)? When you restart the web
services what process is taking up the memory throughout time? Get the
process id and open Component Services to get which web application matches
the process id.
Report back with as much research as you can provide.
--
Sitruc
| |
| Rui Couto 2004-09-27, 5:55 pm |
| Hi !!!
It can't be that !!!
The web server is a production webserver that is running for 1 year, and the
only thing i update are the patches from microsoft, all the rest is always
the same ... no new stuff !!!
Thanks
"Sitruc" <nomail@nospam.org> wrote in message
news:OoUSGrJpEHA.556@tk2msftngp13.phx.gbl...
>
> "Rui Couto" <rcouto@techlado.com> wrote in message
> news:%234SrvSIpEHA.2340@TK2MSFTNGP11.phx.gbl...
with[vbcol=seagreen]
event[vbcol=seagreen]
> im
>
> Most likely a new application on the web server has a memory leak. What
> version of iis? Search the web content for files changed within the last
> month. Look for "CreateObject" code and where the variable that created
it
> isn't set to nothing (ie set Variable = nothing). At the time of the
crash
> what application was running (look in the logs)? When you restart the web
> services what process is taking up the memory throughout time? Get the
> process id and open Component Services to get which web application
matches
> the process id.
>
> Report back with as much research as you can provide.
>
> --
> Sitruc
>
>
>
| |
| Pat [MSFT] 2004-09-27, 5:55 pm |
| You can run IISState as a scheduled application to workaround the remote
debugging problem. If you have SP4 on the machine, IISState will run
through terminal server.
Pat
"Rui Couto" <rcouto@techlado.com> wrote in message
news:%234SrvSIpEHA.2340@TK2MSFTNGP11.phx.gbl...
> I'm having a problem , 15 days ago, my IIS begin do crash or to hang, with
> not particular reason, its completly random.
>
> Sometimes it works for 2 or 3 days other times for 2 or 3 hours. In event
> viewer there is no error or warning, in iis logs no anormal activity, in
> services it says the services are running , how ever i just dont get any
> response from IIS.
>
> Can you please tell me what is happening, (i can't use IIS State becouse
> im
> far from the machine and using terminal services to admin the machine)
>
> If you have any idea of waht could be happening i would apreciate a lot
> the
> help
>
> thanks
>
>
| |
| Rui Couto 2004-09-28, 8:27 am |
| Thanks !!!
I will try that , i also sqw the answer you gave to the other iis crash
test, do you think i could be the same problem a bad update that is causing
all that?
Thanks
anyway i will put iisstate to work
"Pat [MSFT]" <patfilot@online.microsoft.com> wrote in message
news:#TRqtkLpEHA.1960@TK2MSFTNGP10.phx.gbl...
> You can run IISState as a scheduled application to workaround the remote
> debugging problem. If you have SP4 on the machine, IISState will run
> through terminal server.
>
> Pat
>
> "Rui Couto" <rcouto@techlado.com> wrote in message
> news:%234SrvSIpEHA.2340@TK2MSFTNGP11.phx.gbl...
with[vbcol=seagreen]
event[vbcol=seagreen]
>
>
| |
| Pat [MSFT] 2004-09-28, 5:55 pm |
| That only applies to IIS4.
Pat
"Rui Couto" <rcouto@techlado.com> wrote in message
news:%23jHPg1UpEHA.3464@tk2msftngp13.phx.gbl...
> Thanks !!!
> I will try that , i also sqw the answer you gave to the other iis crash
> test, do you think i could be the same problem a bad update that is
> causing
> all that?
>
> Thanks
>
> anyway i will put iisstate to work
>
>
> "Pat [MSFT]" <patfilot@online.microsoft.com> wrote in message
> news:#TRqtkLpEHA.1960@TK2MSFTNGP10.phx.gbl...
> with
> event
>
>
|
|
|
|
|