I could access sharepoint central admin, but not sharepoint sites or pages.
Is it something related to connection time outs or content database timer locks?
How to fix this?
Server Error in '/' Application.
Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)) 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.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))
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:
[COMException (0x80030102): Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))]
Microsoft.SharePoint.Library.SPRequestInternalClass.WebTemplateName(String bstrUrl) +0
Microsoft.SharePoint.Library.SPRequest.WebTemplateName(String bstrUrl) +127[SPException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))]
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) +28020722 Microsoft.SharePoint.Library.SPRequest.WebTemplateName(String bstrUrl) +208 Microsoft.SharePoint.SPWeb.get_WebTemplate() +82 Microsoft.SharePoint.SPWeb.get_WebTemplateConfiguration() +25
Microsoft.SharePoint.WebControls.ScriptLink.InitJs_Register(Page page) +606 Microsoft.SharePoint.WebControls.ScriptLink.RegisterForControl(Control ctrl, Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language) +468
Microsoft.SharePoint.WebControls.ScriptLink.Register(Page page, String name, Boolean localizable, Boolean defer, Boolean loadAfterUI, String language, String uiVersion) +155
Microsoft.SharePoint.WebControls.ScriptLink.OnLoad(EventArgs e) +272
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428