Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sam Sneed 3 posts 33 karma points
    May 13, 2015 @ 16:57
    Sam Sneed
    0

    Server Error in '/' Application

    Left work Friday, everything was find. I returned Monday morning and found this. Reached out to my server company, nothing. Any ideas?

    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) +296
       System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +415
       System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2657
       System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +87
       System.Data.SqlClient.SqlDataReader.get_MetaData() +114
       System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +505
       System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1896
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +480
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +28
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +854
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +354
       Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +262
       umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters) +26
       umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +148
    
    [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader]
       umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +261
       umbraco.BusinessLogic.Log.GetLogReader(User user, LogTypes Type, DateTime SinceDate) +371
       dashboardUtilities.LatestEdits.Page_Load(Object sender, EventArgs e) +373
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
       System.Web.UI.Control.LoadRecursive() +116
       System.Web.UI.Control.LoadRecursive() +206
       System.Web.UI.Control.LoadRecursive() +206
       System.Web.UI.Control.LoadRecursive() +206
       System.Web.UI.Control.LoadRecursive() +206
       System.Web.UI.Control.LoadRecursive() +206
       System.Web.UI.Control.LoadRecursive() +206
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2809
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    May 13, 2015 @ 17:18
    Sebastiaan Janssen
    100

    Looks like your SQL server stopped responding at some point.. Try recycling the application pool, or if you have no access to that then a simple change (just a whitespace change) in the web.config should trigger a recycle and hopefully clear up this error.

  • Sam Sneed 3 posts 33 karma points
    May 14, 2015 @ 15:54
    Sam Sneed
    0

    I'm new to Umbraco and new to the technical side in general.

    Everything else works, except the "Content" section. Which wouldn't be a big deal, except that we have multiple users that make changes to page and I need to get to that second to approve the changes.

    I made the white space change to the web config file and it didn't do anything.

    Any other suggestions?

  • Sam Sneed 3 posts 33 karma points
    May 15, 2015 @ 15:56
    Sam Sneed
    0

    I recycled the SQL Server and made a white space change to the web.config file.

    I even tryed changing the timeout in the config file. Nothing.

    HELP, haha.

Please Sign in or register to post replies

Write your reply to:

Draft