logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
PSChakravarthy  
#1 Posted : Friday, February 9, 2007 7:44:47 AM(UTC)
PSChakravarthy

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/16/2005(UTC)
Posts: 26

Just Now repeated and now with log in problem , Reloading the same page after entering the log in and password

------------------------------------------

Server Error in '/' Application.

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857322
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734934
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +62
CommunityServer.Data.SqlCommonDataProvider.LoadSiteStatistics(Int32 settingsID) in C:\w3\equis.com\CommunityServer\Data Providers\SqlDataProvider\SqlCommonDataProvider.cs:4362
CommunityServer.Components.SiteStatistics.LoadSiteStatistics(Int32 settingsID, Boolean cacheable, Int32 cacheTimeInHours) +288
CommunityServer.Components.CSContext.get_Statistics() +116
CommunityServer.Controls.WhoIsOnline.DataBind() in C:\w3\equis.com\CommunityServer\Controls\WhoIsOnline.cs:76
CommunityServer.Controls.WhoIsOnline.OnLoad(EventArgs e) in C:\w3\equis.com\CommunityServer\Controls\WhoIsOnline.cs:63
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
==============================================================================================

Server Error in '/' Application.

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:

[SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857322
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734934
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +62
CommunityServer.Data.ForumsSqlDataProvider.GetThreads(ForumThreadQuery query) in C:\w3\equis.com\CommunityServer\Data Providers\SqlDataProvider\ForumsSqlDataProvider.cs:830
CommunityServer.Discussions.Components.Threads.GetThreads(ForumThreadQuery query) in C:\w3\equis.com\CommunityServer\Forums\Components hreads.cs:77
CommunityServer.Discussions.Controls.ThreadRepeater.Bind() in C:\w3\equis.com\CommunityServer\Forums\Controls\Views hreadRepeater.cs:180
CommunityServer.Discussions.Controls.ThreadRepeater.Render(HtmlTextWriter writer) in C:\w3\equis.com\CommunityServer\Forums\Controls\Views hreadRepeater.cs:42
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +59
MetaBuilders.WebControls.MasterPages.NoBugForm.RenderChildren(HtmlTextWriter writer) +13
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +68
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +37
ASP.themes_default_masters_master_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +221
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2065883
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +130
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
CommunityServer.Components.CSPage.Render(HtmlTextWriter writer) +178
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
PSChakravarthy  
#2 Posted : Saturday, February 17, 2007 1:01:56 AM(UTC)
PSChakravarthy

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/16/2005(UTC)
Posts: 26

Removed

wabbit  
#3 Posted : Wednesday, February 21, 2007 11:44:48 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
These errors are generated when the server fails to respond to the request in a suitable time, i.e. the server is too busy doing something else to deal with your request for information.

There is not much that can be done at the users end, you just have to be a little patient and hope the Equis network admin team see the network is getting overloaded and add another server to deal with the load.

Sometimes there are temporary hiccups with service, like when one/more of the servers are doing their own backups, perhaps there may have been a power hiccup and one/more of the servers went offline or into some self protecton mode, or the administrators had one/more servers offline for fault finding or maintenance.

There are a myriad of reasons why these errors occur but if everyone remains calm and avoids pressing the refresh button a hundred times in a minute then the server loads will eventually level out and everyone will get the information they have requested. Continuously making requests to an already overloaded server will not help the situation.

If you find the problem is occuring at about the same time each day/wekk/month then just avoid accessing the servers at those times if possible.

"Bandwidth and time are the most limited resources and are the most expensive parts of the computer network." said my Uni Professor.


wabbit [:D]


*PP  
#4 Posted : Saturday, March 31, 2007 12:10:41 AM(UTC)
*PP

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/1/2006(UTC)
Posts: 135
Location: Romania

this server error happens too often.
wabbit  
#5 Posted : Tuesday, May 15, 2007 9:17:30 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
wabbit wrote:
If you find the problem is occuring at about the same time each day/wekk/month then just avoid accessing the servers at those times if possible.


For those that haven't noticed, the Forum goes down each day from 06:00 to 07:00 GMT. I will take a guess and say this when the forum system takes itself offline to perform some sort of backup and maintenance.

Convert these times to your local area and you will know when not to try to access the Forum.


Hope this helps.

wabbit [:D]

PSChakravarthy  
#6 Posted : Friday, May 18, 2007 8:44:08 PM(UTC)
PSChakravarthy

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/16/2005(UTC)
Posts: 26

Forum goes down each day from 06:00 to 07:00 GMT.

Thanks for the info .

PSChakravarthy  
#7 Posted : Sunday, August 12, 2007 2:54:14 AM(UTC)
PSChakravarthy

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/16/2005(UTC)
Posts: 26

Dear Mr Scott,
In "Basic MetaStock Coding Techniques
Group Manager: Wabbit
"
"Click" Wabbit - your site must open [:)]
And Mr Pyradius,
Better to add a few more time Zones, improove the clarity of the code Protected by Clearscreen.SharpHIP
Hawk  
#8 Posted : Monday, August 13, 2007 4:40:23 AM(UTC)
Hawk

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/7/2007(UTC)
Posts: 8

Hi,
Seems you must learn alot from those past dialogs.
Cheers.
Hawk  
#9 Posted : Monday, August 13, 2007 4:44:07 AM(UTC)
Hawk

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/7/2007(UTC)
Posts: 8

Hi,
Seems, you must learn alot from those past dialogs.
Cheers.
PSChakravarthy  
#10 Posted : Thursday, August 23, 2007 10:11:45 PM(UTC)
PSChakravarthy

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/16/2005(UTC)
Posts: 26

Just Now repeated the log in problem , Reloading the same log in page after entering the log in and password .

-----------

FYI : I am blocking all cookies, IE - Security - HIGH
{if i allows cookies then my computer "freezing" , and yesterday lost one Hard disk }
Thanks.
Muff  
#11 Posted : Monday, July 23, 2012 3:12:58 PM(UTC)
Muff

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/23/2012(UTC)
Posts: 2
Location: SLC

delete
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.