Hello everyone,
I just wanted to see if anyone could help me out by telling me where to start when troubleshooting browser form weird errors like the one below.
Sorry, something went wrong
An unexpected error has occurred.
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: 7458bb9c-0ac9-30b1-e90c-d633fd6d18d5
Date and Time: 9/23/2014 11:31:27 AM
I searched ULS logs on the sharepoint front ends and found these two entries, but they don't really help me much
Microsoft.Office.Server.Administration.StateServiceLocalizedException:
A Microsoft SharePoint Server State Service error occurred while processing
your request. For more information, contact your server farm
administrator.
at
Microsoft.Office.Server.Administration.StateManager.PeekState(StateKey
key)
at
Microsoft.Office.InfoPath.Server.DocumentLifetime.DocumentSessionStateManager.HasStateInternal(HttpContext
context, String editingSessionId)
at
Microsoft.Office.InfoPath.Server.Controls.XmlFormView.IsDocumentAbandoned(EventLogStart
eventLogStart)
at
Microsoft.Office.InfoPath.Server.Controls.XmlFormView.LoadStateFromPostback()
at
Microsoft.Office.InfoPath.Server.Controls.XmlFormView.OnInit(EventArgs
e)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control
namingContainer)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
Getting Error Message for
Exception System.Web.HttpUnhandledException (0x80004005): Exception of type'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.Server.Administration.StateServiceLocalizedException:
A Microsoft SharePoint Server State Service error occurred while processing
your request. For more information, contact your server farm
administrator.
at
Microsoft.Office.Server.Administration.StateManager.PeekState(StateKey
key)
at
Microsoft.Office.InfoPath.Server.DocumentLifetime.DocumentSessionStateManager.HasStateInternal(HttpContext
context, String editingSessionId)
at
Microsoft.Office.InfoPath.Server.Controls.XmlFormView.IsDocumentAbandoned(EventLogStart
eventLogStart)
at
Microsoft.Office.InfoPath.Server.Controls.XmlFormView.LoadStateFromPostback()
at
Microsoft.Office.InfoPath.Server.Controls.XmlFormView.OnInit(EventArgs
e)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at
System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control
namingContainer)
at
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
at
System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean
includeStagesAfterAsyncPoint)
at
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
at
System.Web.UI.Page.ProcessRequest()
at
System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)