We have a multi-tenant SharePoint Foundation 2013 Farm.
Here we have an issue like when we restore a site collection backup collected from similar SPF2013 Farm (Same Version,Same schema) on host site collection, This host site collection gets deleted after some time.
Issue seen across complete farm, Same issue on new web application/new site collection with new content database
Log shows below details
Error in log Unknown SPRequest error occurred. More information: 0x8007000312/05/2013 12:04:48.46 STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General 72k4 Medium <nativehr>0x80070003</nativehr><nativestack></nativestack>
12/05/2013 12:04:48.46 STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General 8kh7 High <nativehr>0x80070003</nativehr><nativestack></nativestack>
12/05/2013 12:04:48.46 STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General aix9j High SPRequest.GetSiteFlags: UserPrincipalName=i:0).w|s-1-5-21-93583761-3271052134-661978503-1706, AppPrincipalName= ,bstrUrl=http://slpimn.ro/
12/05/2013 12:04:48.46 STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General ai1wu Medium System.IO.DirectoryNotFoundException: <nativehr>0x80070003</nativehr><nativestack></nativestack>, StackTrace: at Microsoft.SharePoint.SPSite.Delete(SPSiteDeleteFlags flags) at Microsoft.SharePoint.SPSite.Restore(String filename, Boolean isADMode, Boolean& readOnlyMode, Boolean& hadWriteLock) at Microsoft.SharePoint.Administration.SPSiteCollection.Restore(String strSiteUrl, String strFilename, Boolean bOverwrite, Boolean bGradualDelete, Boolean hostHeaderAsSiteName, Boolean preserveSiteId) at Microsoft.SharePoint.StsAdmin.SPAdminRestore.RunSiteCollectionRestore(StringDictionary keyValues) at Microsoft.SharePoint.StsAdmin.SPStsAdmin.RunOperation(SPGlobalAdmin globalAdmin, String strOperation, StringDictionary keyValues, SPParamCollection pars) at Microsoft.SharePoint.S...
12/05/2013 12:04:48.46* STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General ai1wu Medium ...tsAdmin.SPStsAdmin.Main(String[] args)
12/05/2013 12:04:48.47 STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General 72ju High stsadm: <nativehr>0x80070003</nativehr><nativestack></nativestack> Callstack: at Microsoft.SharePoint.Library.SPRequestInternalClass.GetSiteFlags(String bstrUrl) at Microsoft.SharePoint.Library.SPRequest.GetSiteFlags(String bstrUrl) at Microsoft.SharePoint.SPSite.Delete(SPSiteDeleteFlags flags) at Microsoft.SharePoint.SPSite.Restore(String filename, Boolean isADMode, Boolean& readOnlyMode, Boolean& hadWriteLock) at Microsoft.SharePoint.Administration.SPSiteCollection.Restore(String strSiteUrl, String strFilename, Boolean bOverwrite, Boolean bGradualDelete, Boolean hostHeaderAsSiteName, Boolean preserveSiteId) at Microsoft.SharePoint.StsAdmin.SPAdminRestore.RunSiteCollectionRestore(StringDictionary keyValues) at Microsoft.SharePoint.StsAdmin.SPStsAdmin.RunOperatio...
12/05/2013 12:04:48.47* STSADM.EXE (0x175C) 0x2348 SharePoint Foundation General 72ju High ...n(SPGlobalAdmin globalAdmin, String strOperation, StringDictionary keyValues, SPParamCollection pars)
12/05/2013 12:04:48.49 STSADM.EXE (0x175C) 0x2348 SharePoint Foundation Performance nask Unexpected An SPRequest object was not disposed before the end of this thread. To avoid wasting system resources, dispose of this object or its parent (such as an SPSite or SPWeb) as soon as you are done using it. Due to flags specified at object creation, this will not be freed until processed by garbage collection. Allocation Id: {930FF2B6-C166-47B5-A040-2202F41B3136} To determine where this object was allocated, set Microsoft.SharePoint.Administration.SPWebService.ContentService.CollectSPRequestAllocationCallStacks = true.
12/05/2013 12:04:48.50 w3wp.exe (0x32C0) 0x1E20 SharePoint Foundation DistributedCache 00000 Unexpected SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. 97685d9c-9b15-d056-e61b-e4381e1789c5
12/05/2013 12:04:48.50 w3wp.exe (0x32C0) 0x1E20 SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. 97685d9c-9b15-d056-e61b-e4381e1789c5
12/05/2013 12:04:48.50 w3wp.exe (0x32C0) 0x1E20 SharePoint Foundation DistributedCache air4g Monitorable Token Cache: Failed to initialize SPDistributedSecurityTokenCache Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory() at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow) at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC... 97685d9c-9b15-d056-e61b-e4381e1789c5
12/05/2013 12:04:48.50* w3wp.exe (0x32C0) 0x1E20 SharePoint Foundation DistributedCache air4g Monitorable ...acheInitializer.Init(Object state)'. 97685d9c-9b15-d056-e61b-e4381e1789c5
Can someone help on this?