Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > State-server suddenly stops responding

Reply
Thread Tools

State-server suddenly stops responding

 
 
=?iso-8859-1?q?Nils Hedstr=f6m
Guest
Posts: n/a
 
      01-27-2005
Today my stateserver (running at the same computer at the web-server) suddenly
stopped responding (after 10 days working perfectly).
I did not see any entry in the eventlog indicating that the service stopped
responding.
This is the entry in web.config
---
<sessionState mode="StateServer"
stateConnectionString="tcpip=localhost:42424"
cookieless="false"
timeout="20"/>
---

I am running .NET version 1.1.4322.573 (SP1) on a Windows Server 2003.
My logs show that the amount of free physical memory was quite normal (600
MB of 2 GB total) at the time when it stopped responding.

When users tried to access the site the got the same errormessage as if the
state-server was not started.
---
System.Web.HttpException
:
Unable to make the session state request to the session state server. Please
ensure that the ASP.NET State service is started and that the client and
server ports are the same. If the server is on a remote machine, please ensure
that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\aspnet_state\Parameters\AllowRemoteConnection.
--

Is this a common problem?
Can anyone give me an idea of what the problem was or any hints for where
to look for possible answers (like logfiles for example)?

/nisse a

 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q293Ym95IChHcmVnb3J5IEEuIEJlYW1lcikgLSBNVlA=?=
Guest
Posts: n/a
 
      01-27-2005
Check the event log for event 1072 or 1076. If either, it is a network
timeout issue:

http://support.microsoft.com/default...b;EN-US;308097

If the State Server is the web server, I would consider moving it to another
box, as you can have clashes. State Server on web server is fine for
development, but not the best deployment option for production apps. The
scenario in this URL is a good one:
http://support.microsoft.com/default...b;en-us;323262

> Is this a common problem?

I have, personally, never seen it. From a groups search on google, there are
only 18 threads, so I would say no.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"Nils Hedström" wrote:

> Today my stateserver (running at the same computer at the web-server) suddenly
> stopped responding (after 10 days working perfectly).
> I did not see any entry in the eventlog indicating that the service stopped
> responding.
> This is the entry in web.config
> ---
> <sessionState mode="StateServer"
> stateConnectionString="tcpip=localhost:42424"
> cookieless="false"
> timeout="20"/>
> ---
>
> I am running .NET version 1.1.4322.573 (SP1) on a Windows Server 2003.
> My logs show that the amount of free physical memory was quite normal (600
> MB of 2 GB total) at the time when it stopped responding.
>
> When users tried to access the site the got the same errormessage as if the
> state-server was not started.
> ---
> System.Web.HttpException
> :
> Unable to make the session state request to the session state server. Please
> ensure that the ASP.NET State service is started and that the client and
> server ports are the same. If the server is on a remote machine, please ensure
> that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\aspnet_state\Parameters\AllowRemoteConnection.
> --
>
> Is this a common problem?
> Can anyone give me an idea of what the problem was or any hints for where
> to look for possible answers (like logfiles for example)?
>
> /nisse am
>
>

 
Reply With Quote
 
 
 
 
[MSFT]
Guest
Posts: n/a
 
      01-28-2005
Hello,

You may try to run

aspnet_regiis -r

from \Windows\Microsoft.Net\Framework\v1.1.4322 folder and reboot your
server. Will this help?

Also, you need to make if the problem occur when you save large data into
session varaint. Based on my experience, save too many data in session also
can cause such a problem.

Luke

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
ASP.NET Development Server suddenly stops after debugging vardium ASP .Net 0 02-08-2006 07:47 AM
Firefox suddenly stops loading websites HellPope Huey Firefox 3 01-17-2006 07:02 PM
VS2003 Suddenly Stops Seeing Localhost IT Drone ASP .Net 2 03-23-2005 01:06 AM
Outlook Express 6 suddenly stops working with Hotmail? *** HAWK Computer Support 1 01-12-2004 06:45 PM
Thread suddenly stops in NT Service Matt Rapoport Python 0 07-15-2003 07:33 PM



Advertisments
 



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