RE: Trouble with huge amount of State Server Sessions Timed out

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello Steven,

thank you for your reply! As I missed to mention and you most probably
already guessed the application having the problem is configured using a
state server running on exactly the same machine as the application is
running on. This server also hosts another couple of (tiny) applications
which all are configured to manage their session state inProc. Therefore the
problem I am facing is only specific to this certain application.

What information do you need to track down the problem?

Would you happen to have a documentation of the entries of the Performance
monitor? The explanations which come with performance monitor are not exactly
ausführlich. I still don’t know for example what Errors During Execution are
and when the application would be compiled. Where would I get details about
this performance counters?

Thank you Steven! Your help is greatly appreciated!

Daniel


"Steven Cheng[MSFT]" wrote:

> Hi Daniel,
>
> Welcome to ASPNET newsgroup.
> From your description, you're currently suffering a out-of-memory excpetion
> on your webserver that host the ASP.NET application. Also from the perfmon
> log, you found that there're huge numbers of StateServer Session time out
> entries.
>
> Well, for the
>
> \\FFDS24\ASP.NET v1.1.4322\State Server Sessions Timed Out: 2999
>
> \\FFDS24\ASP.NET v1.1.4322\State Server Sessions Total: 3008
>
> entries they're only meaningful to server which is configured to running
> asp.net state service , providing session state server for other remote
> machines(also local). So is your problem server confgured as state server?
>
> Also, how many asp.net apps are there running on your problem server and
> can you try isolate the problem to only a particular web app among them?
> If we can isolate the problem to a certain web app , it'll be much helpful
> for us to look into it futher.
>
> Thanks,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
>
>
>
> --------------------
> | Thread-Topic: Trouble with huge amount of State Server Sessions Timed out
> | thread-index: AcWNR7tAoqsBFvieQ/mCzcaOTyN/QA==
> | X-WBNR-Posting-Host: 153.95.95.93
> | From: "=?Utf-8?B?RGFuaWVsIFdhbHplbmJhY2g=?="
> <daniel.walzenbach@xxxxxxxxxxxxxxxx>
> | Subject: Trouble with huge amount of State Server Sessions Timed out
> | Date: Wed, 20 Jul 2005 09:26:07 -0700
> | Lines: 30
> | Message-ID: <BC4CC820-BDFF-480B-99DA-D640058676E9@xxxxxxxxxxxxx>
> | MIME-Version: 1.0
> | Content-Type: text/plain;
> | charset="Utf-8"
> | Content-Transfer-Encoding: 8bit
> | X-Newsreader: Microsoft CDO for Windows 2000
> | Content-Class: urn:content-classes:message
> | Importance: normal
> | Priority: normal
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | Newsgroups: microsoft.public.dotnet.framework.aspnet
> | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | Xref: TK2MSFTNGXA01.phx.gbl
> microsoft.public.dotnet.framework.aspnet:113420
> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> |
> | Hi,
> |
> | I have a web application which sometimes throws an “out of memory�
> | exception. To get an idea what happens I traced some values using
> performance
> | monitor and got the following values (for one day):
> |
> | \\FFDS24\ASP.NET Applications(_LM_W3SVC_1_Root_ATV2004)\Errors During
> | Execution: 7
> |
> | \\FFDS24\ASP.NET Apps v1.1.4322(_LM_W3SVC_1_Root_ATV2004)\Compilations
> | Total: 10
> |
> | \\FFDS24\ASP.NET Apps v1.1.4322(_LM_W3SVC_1_Root_ATV2004)\Errors Total: 7
> |
> | \\FFDS24\ASP.NET v1.1.4322\State Server Sessions Timed Out: 2999
> |
> | \\FFDS24\ASP.NET v1.1.4322\State Server Sessions Total: 3008
> |
> |
> | Could somebody please provide me with some background information on
> those
> | values? What exactly would be an Errors During Execution? And what could
> be
> | the reason for this huge amount of State Server Sessions Timed out?
> |
> | Processor time was < 2% for the whole day and the server almost always
> had
> | 1GB of free RAM.
> |
> |
> | Thank you a lot in advance!
> |
> | Daniel
> |
>
>
.