Jump to content

Lots of Error Messages


djk

Recommended Posts

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) +857338

System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734950

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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +149

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.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +415

System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +135

CommunityServer.Data.ForumsSqlDataProvider.MarkThreadAsRead(Int32 threadID, Int32 sectionID, Int32 userID) +320

CommunityServer.Discussions.Controls.ForumControlUtility.MarkThreadRead(Page page, ForumPost post) +177

CommunityServer.Discussions.Controls.CSForumThemePage.OnInit(EventArgs e) +418

System.Web.UI.Control.InitRecursive(Control namingContainer) +321

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692

Link to comment
Share on other sites

I noticed the same thing yesterday. It's working this morning and actually running pretty fast. so far... Had something to do if you were logged in. If you were not logged in and you wanted to make a post or reply, it would ask for a password and you would then be able to make only that post, but then since you were now logged in.... the error would come up after that if you tried to access another thread.

Link to comment
Share on other sites

Had something to do if you were logged in. If you were not logged in and you wanted to make a post or reply, it would ask for a password and you would then be able to make only that post, but then since you were now logged in.... the error would come up after that if you tried to access another thread.

Yep. That's the way the Right This Minute has always behaved I could sign out, reply which required sign in, and then get the error on the post. May also have gotten the error trying to go the last page (most recent post) even while signed out. Most recent are 1st when I'm signed in. Only had problems with Right This Minute yesterday but didn't try many others.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...