Deimos Posted July 27, 2006 Share Posted July 27, 2006 Today (and to some extent yesterday) the performance of CF has been "variable". Sometimes fine/normal, other times long delays. Just a few moments ago I got the error below so I don't know if you (servers) are having some problems. Ian Server Error in '/cs' Application. General network error. Check your network documentation. 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: General network error. Check your network documentation.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: General network error. Check your network documentation.] System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +45 CommunityServer.Data.SqlCommonDataProvider.GetUser(Int32 userID, String username, Boolean isOnline, Boolean isEditable, String lastAction) +388 CommunityServer.Users.GetUserFromDataProvider(Int32 userID, String username, Boolean isOnline, Boolean isEditable, Boolean autoCreateUser) +68 CommunityServer.Users.GetUser(Int32 userID, String username, Boolean isOnline, Boolean isCacheable, Boolean autoCreateUser) +545 CommunityServer.Users.GetUser(Int32 userID, Boolean isOnline) +14 CommunityServer.Discussions.Components.ForumFormatter.FormatLastPost(Int32 postID, Int32 replies, DateTime postDate, Int32 authorID, String author, String subject, Boolean DisplaySubject) +244 CommunityServer.Discussions.Components.ForumFormatter.FormatLastPost(Thread thread) +74 _ASP.View_Threads_ascx.__DataBind__control42(Object sender, EventArgs e) +66 System.Web.UI.Control.OnDataBinding(EventArgs e) +66 System.Web.UI.Control.DataBind() +26 System.Web.UI.Control.DataBind() +86 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +127 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +477 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +48 System.Web.UI.WebControls.Repeater.DataBind() +23 CommunityServer.Discussions.Controls.ThreadView.DataBind() +1406 CommunityServer.Discussions.Controls.ThreadView.InitializeSkin(Control skin) +2805 CommunityServer.Controls.SkinnedWebControl.CreateChildControls() +64 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1499Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 Link to comment Share on other sites More sharing options...
Deimos Posted July 31, 2006 Author Share Posted July 31, 2006 Particularly bad for at least 10 mins around 12:40 (CET) 31/July eventually gettingServer Error in '/cs' Application. A severe error occurred on the current command. The results, if any, should be discarded. 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: A severe error occurred on the current command. The results, if any, should be discarded.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: A severe error occurred on the current command. The results, if any, should be discarded.] System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +195 CommunityServer.Data.ForumsSqlDataProvider.AddPost(ForumPost post, Int32 userID, Boolean autoApprove) +1440 CommunityServer.Discussions.Components.Posts.AddPost(ForumPost post, User postAuthor) +198 CommunityServer.Discussions.Controls.CreateEditPost.AddPost(ForumPost post, CreateEditPostMode mode, HtmlInputFile attachment) +99 CommunityServer.Discussions.Controls.CreateEditPost.PostButton_Click(Object sender, EventArgs e) +2772 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.