|
|
Server Error in '/' Application.
-
02-09-2007, 7:44 |
|
|
Server Error in '/' Application.
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\Threads.cs:77 CommunityServer.Discussions.Controls.ThreadRepeater.Bind() in C:\w3\equis.com\CommunityServer\Forums\Controls\Views\ThreadRepeater.cs:180 CommunityServer.Discussions.Controls.ThreadRepeater.Render(HtmlTextWriter writer) in C:\w3\equis.com\CommunityServer\Forums\Controls\Views\ThreadRepeater.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
|
|
-
02-17-2007, 1:01 |
|
|
Re: Server Error in '/' Application.
|
-
02-21-2007, 23:44 |
-
wabbit
-
-

-
Joined on 10-28-2004
-
Perth, Western Australia
-
Posts 1,594
-
-
|
Re: Server Error in '/' Application.
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
MS: 6.52 EOD, 7.x EOD, 8.0 PRO, 9.2 PRO w/QC, 10 PRO w/QC & MDK For custom MetaStock programming : http://www.wabbit.com.au My SkyPE status :  My SkyPE account : wabbit.com.au
|
|
-
03-31-2007, 0:10 |
-
*PP
-
-

-
Joined on 04-01-2006
-
Romania
-
Posts 130
-
-
|
Re: Server Error in '/' Application.
this server error happens too often.
|
|
-
05-15-2007, 9:17 |
-
wabbit
-
-

-
Joined on 10-28-2004
-
Perth, Western Australia
-
Posts 1,594
-
-
|
Re: Server Error in '/' Application.
wabbit: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
MS: 6.52 EOD, 7.x EOD, 8.0 PRO, 9.2 PRO w/QC, 10 PRO w/QC & MDK For custom MetaStock programming : http://www.wabbit.com.au My SkyPE status :  My SkyPE account : wabbit.com.au
|
|
-
05-18-2007, 20:44 |
|
|
Re: Server Error in '/' Application.
Forum goes down each day from 06:00 to 07:00 GMT.
Thanks for the info .
|
|
-
08-12-2007, 2:54 |
|
|
Re: Server Error in '/' Application.
Dear Mr Scott,
In "Basic MetaStock Coding Techniques Group Manager: Wabbit "
"Click" Wabbit - your site must open ![Smile [:)]](/emoticons/emotion-1.gif)
And Mr Pyradius,
Better to add a few more time Zones, improove the clarity of the code 
|
|
-
08-13-2007, 4:40 |
-
Hawk
-
-
-
Joined on 07-07-2007
-
-
Posts 8
-
-
|
Re: Server Error in '/' Application.
Hi, Seems you must learn alot from those past dialogs. Cheers.
|
|
-
08-13-2007, 4:44 |
-
Hawk
-
-
-
Joined on 07-07-2007
-
-
Posts 8
-
-
|
Re: Server Error in '/' Application.
Hi, Seems, you must learn alot from those past dialogs. Cheers.
|
|
-
08-23-2007, 22:11 |
|
|
Re: Server Error in '/' Application.
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.
|
|
|
|