473,507 Members | 3,706 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Event ID 1078

Hello!

We have a web farm with 12 web servers, and we store the state on a state
server.

Occasionally we get error (1078) in the event log on the state server.

---
The state server has closed an expired TCP/IP connection. The IP address of
the client is 10.99.194.151. The expired Read operation began at 11/06/2005
21:51:23.
---

I have read about the error here:
http://support.microsoft.com/default...b;en-us;308097

But the problem is that none of our webserver or the state server is near
100% of cpu. The state server avg 10-15% and the web servers avarage between
10-20%. And they never peak higher than 40%.

The problem is reported to the event log ~20 times per minute.
Sometimes the error can go away for a couple of hours or a whole day, and
then the problem can come back for a couple of hours/days.

When the problem is reported it is mainly reported by one web server. But
over time all the webservers have had the problem.

How can I investigate this further?
Nov 19 '05 #1
4 11968
Why not just try the resolution mentioned in the technote to increase the
timeout from 10 seconds upwards. Alternatively or in addiation, what about
upgrading the servers processor, memory etc and / or reducing its load by
turning off non essential services.

--
Best Regards

The Inimitable Mr Newbie º¿º
"Patrik" <Pa****@nospam.nospam> wrote in message
news:0E**********************************@microsof t.com...
Hello!

We have a web farm with 12 web servers, and we store the state on a state
server.

Occasionally we get error (1078) in the event log on the state server.

---
The state server has closed an expired TCP/IP connection. The IP address
of
the client is 10.99.194.151. The expired Read operation began at
11/06/2005
21:51:23.
---

I have read about the error here:
http://support.microsoft.com/default...b;en-us;308097

But the problem is that none of our webserver or the state server is near
100% of cpu. The state server avg 10-15% and the web servers avarage
between
10-20%. And they never peak higher than 40%.

The problem is reported to the event log ~20 times per minute.
Sometimes the error can go away for a couple of hours or a whole day, and
then the problem can come back for a couple of hours/days.

When the problem is reported it is mainly reported by one web server. But
over time all the webservers have had the problem.

How can I investigate this further?

Nov 19 '05 #2
As I wrote we dont have any performance issues with our servers. So I cant
see why I should add more memory. Our webservers only handles asp.net, and
that is the only thing it does so we annot turn off any more services.

I cant see why I should increase the value since - once again - our servers
cpu peak is not near 100%. And it says that the timeout already is 10
seconds. If we have a bottleneck somewhere that makes it take 10 seconds to
do something, then we need to fix that. But the thing is that even during our
peak hours our site responds fast.

Other suggestions?
"Mr Newbie" wrote:
Why not just try the resolution mentioned in the technote to increase the
timeout from 10 seconds upwards. Alternatively or in addiation, what about
upgrading the servers processor, memory etc and / or reducing its load by
turning off non essential services.

--
Best Regards

The Inimitable Mr Newbie º¿º
"Patrik" <Pa****@nospam.nospam> wrote in message
news:0E**********************************@microsof t.com...
Hello!

We have a web farm with 12 web servers, and we store the state on a state
server.

Occasionally we get error (1078) in the event log on the state server.

---
The state server has closed an expired TCP/IP connection. The IP address
of
the client is 10.99.194.151. The expired Read operation began at
11/06/2005
21:51:23.
---

I have read about the error here:
http://support.microsoft.com/default...b;en-us;308097

But the problem is that none of our webserver or the state server is near
100% of cpu. The state server avg 10-15% and the web servers avarage
between
10-20%. And they never peak higher than 40%.

The problem is reported to the event log ~20 times per minute.
Sometimes the error can go away for a couple of hours or a whole day, and
then the problem can come back for a couple of hours/days.

When the problem is reported it is mainly reported by one web server. But
over time all the webservers have had the problem.

How can I investigate this further?


Nov 19 '05 #3
Perhaps it is the concurrency of the requests which is causing a denial of
service. I dont know enough about this to really give you an accurate
answer. If your servers are not running anywhere near 100% ( Which I misread
to be near 100% Hence my post ) then perhaps it cant cope with the number of
concurrent incomming connections and denies service.

Its a stab in the dark, but why dont you take a look at that metric and see
if it yeilds any further cause for investigation.

--
Best Regards

The Inimitable Mr Newbie º¿º

"Patrik" <Pa****@nospam.nospam> wrote in message
news:25**********************************@microsof t.com...
As I wrote we dont have any performance issues with our servers. So I cant
see why I should add more memory. Our webservers only handles asp.net, and
that is the only thing it does so we annot turn off any more services.

I cant see why I should increase the value since - once again - our
servers
cpu peak is not near 100%. And it says that the timeout already is 10
seconds. If we have a bottleneck somewhere that makes it take 10 seconds
to
do something, then we need to fix that. But the thing is that even during
our
peak hours our site responds fast.

Other suggestions?
"Mr Newbie" wrote:
Why not just try the resolution mentioned in the technote to increase the
timeout from 10 seconds upwards. Alternatively or in addiation, what
about
upgrading the servers processor, memory etc and / or reducing its load by
turning off non essential services.

--
Best Regards

The Inimitable Mr Newbie º¿º
"Patrik" <Pa****@nospam.nospam> wrote in message
news:0E**********************************@microsof t.com...
> Hello!
>
> We have a web farm with 12 web servers, and we store the state on a
> state
> server.
>
> Occasionally we get error (1078) in the event log on the state server.
>
> ---
> The state server has closed an expired TCP/IP connection. The IP
> address
> of
> the client is 10.99.194.151. The expired Read operation began at
> 11/06/2005
> 21:51:23.
> ---
>
> I have read about the error here:
> http://support.microsoft.com/default...b;en-us;308097
>
> But the problem is that none of our webserver or the state server is
> near
> 100% of cpu. The state server avg 10-15% and the web servers avarage
> between
> 10-20%. And they never peak higher than 40%.
>
> The problem is reported to the event log ~20 times per minute.
> Sometimes the error can go away for a couple of hours or a whole day,
> and
> then the problem can come back for a couple of hours/days.
>
> When the problem is reported it is mainly reported by one web server.
> But
> over time all the webservers have had the problem.
>
> How can I investigate this further?


Nov 19 '05 #4
Hi Patrik,

Since you mentioned that both the webserver and stateserver both run with
low CPU utlization, I think the configuration is proper for common requests
in your secnario. However , there may exist some certain session processing
which cause the stateserver timeout that connection. Is there any large
memory exchange with the SessionState in your applicaion? For such problem
in production environment, it would be better if we can try isolating the
problem to a small scope, maybe page level or ...

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.)

--------------------
| From: "Mr Newbie" <he**@now.com>
| References: <0E**********************************@microsoft.co m>
<ea**************@TK2MSFTNGP09.phx.gbl>
<25**********************************@microsoft.co m>
| Subject: Re: Event ID 1078
| Date: Mon, 7 Nov 2005 17:12:21 -0000
| Lines: 91
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <O6**************@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: host81-137-199-51.in-addr.btopenworld.com 81.137.199.51
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:136652
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Perhaps it is the concurrency of the requests which is causing a denial
of
| service. I dont know enough about this to really give you an accurate
| answer. If your servers are not running anywhere near 100% ( Which I
misread
| to be near 100% Hence my post ) then perhaps it cant cope with the number
of
| concurrent incomming connections and denies service.
|
| Its a stab in the dark, but why dont you take a look at that metric and
see
| if it yeilds any further cause for investigation.
|
| --
| Best Regards
|
| The Inimitable Mr Newbie º¿?

|
|
| "Patrik" <Pa****@nospam.nospam> wrote in message
| news:25**********************************@microsof t.com...
| > As I wrote we dont have any performance issues with our servers. So I
cant
| > see why I should add more memory. Our webservers only handles asp.net,
and
| > that is the only thing it does so we annot turn off any more services.
| >
| > I cant see why I should increase the value since - once again - our
| > servers
| > cpu peak is not near 100%. And it says that the timeout already is 10
| > seconds. If we have a bottleneck somewhere that makes it take 10
seconds
| > to
| > do something, then we need to fix that. But the thing is that even
during
| > our
| > peak hours our site responds fast.
| >
| > Other suggestions?
| >
| >
| > "Mr Newbie" wrote:
| >
| >> Why not just try the resolution mentioned in the technote to increase
the
| >> timeout from 10 seconds upwards. Alternatively or in addiation, what
| >> about
| >> upgrading the servers processor, memory etc and / or reducing its load
by
| >> turning off non essential services.
| >>
| >> --
| >> Best Regards
| >>
| >> The Inimitable Mr Newbie º¿?

| >>
| >> "Patrik" <Pa****@nospam.nospam> wrote in message
| >> news:0E**********************************@microsof t.com...
| >> > Hello!
| >> >
| >> > We have a web farm with 12 web servers, and we store the state on a
| >> > state
| >> > server.
| >> >
| >> > Occasionally we get error (1078) in the event log on the state
server.
| >> >
| >> > ---
| >> > The state server has closed an expired TCP/IP connection. The IP
| >> > address
| >> > of
| >> > the client is 10.99.194.151. The expired Read operation began at
| >> > 11/06/2005
| >> > 21:51:23.
| >> > ---
| >> >
| >> > I have read about the error here:
| >> > http://support.microsoft.com/default...b;en-us;308097
| >> >
| >> > But the problem is that none of our webserver or the state server is
| >> > near
| >> > 100% of cpu. The state server avg 10-15% and the web servers avarage
| >> > between
| >> > 10-20%. And they never peak higher than 40%.
| >> >
| >> > The problem is reported to the event log ~20 times per minute.
| >> > Sometimes the error can go away for a couple of hours or a whole
day,
| >> > and
| >> > then the problem can come back for a couple of hours/days.
| >> >
| >> > When the problem is reported it is mainly reported by one web
server.
| >> > But
| >> > over time all the webservers have had the problem.
| >> >
| >> > How can I investigate this further?
| >>
| >>
| >>
|
|
|

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
7008
by: Andy Read | last post by:
Hello all, I have the requirement to produce source code that produces an object hierarchy. Example: Root | Folder 1
18
2849
by: Christopher W. Douglas | last post by:
I am writing a VB.NET application in Visual Studio 2003. I have written a method that handles several events, such as closing a form and changing the visible status of a form. I have some code...
8
6075
by: Mark | last post by:
Hi, I'm looking for some ideas on how to build a very simple Event processing framework in my C++ app. Here is a quick background ... I'm building a multithreaded app in C++ (on Linux) that...
0
3559
by: GarDavis | last post by:
We just installed Windows Server 2003 SP1 and also Framework 2.0 and now are seeing this message in the event log every minute or so: The state server has closed an expired TCP/IP connection. The...
13
3478
by: Charles Law | last post by:
Mr "yEaH rIgHt" posted the following link about a week ago in answer to my question about removing event handlers. > http://www.vbinfozine.com/t_bindevt.shtml Following on from that post, the...
12
4103
by: Jack Russell | last post by:
My unstanding of all VB up to and including vb6 is that an event could not "interrupt" itself. For instance if you had a timer event containing a msgbox then you would only get one message. ...
41
4237
by: JohnR | last post by:
In it's simplest form, assume that I have created a usercontrol, WSToolBarButton that contains a button. I would like to eventually create copies of WSToolBarButton dynamically at run time based...
9
2456
by: jeff | last post by:
New VB user...developer... Situation...simplified... - I want to wrap a pre and post event around a system generated where the pre-event will always execute before the system event and the...
19
4722
by: Daniela Roman | last post by:
Hello, I try to fire an event under a button click event and maybe anybody can give a clue please. I have let's say a WEB grid with PageIndexChanged event: private void...
0
7221
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7029
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7481
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3190
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.