I've been seeing this error alot on our WCM site. Mostly during publishing but occassionally with no reason. Recycling the application pool resolves the issue but that is not the best solution for customers who are not hosting their own WCM site. Anyone else see this or have any tips to prevent from happening?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Unable to load requested business object Document (DocumentVersionKey=d2a2810e-00ba-462e-a9a6-ee64c386bf7e, publishedOnly=True)
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: Asi.Business.BusinessItemLoadException: Unable to load requested business object Document (DocumentVersionKey=d2a2810e-00ba-462e-a9a6-ee64c386bf7e, publishedOnly=True)
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:
[BusinessItemLoadException: Unable to load requested business object Document (DocumentVersionKey=d2a2810e-00ba-462e-a9a6-ee64c386bf7e, publishedOnly=True)]
Asi.Business.Common.DocumentController.Document(Guid documentVersionKey, BusinessContainer container, Boolean publishedOnly, Boolean forceReloadOnInitialFailure) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi\Business\Common\DocumentController.cs:436
Asi.Business.Common.DocumentController.Document(Guid documentVersionKey, BusinessContainer container, Boolean publishedOnly) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi\Business\Common\DocumentController.cs:380
Asi.Atom.AtomBaseHierarchy.LoadFromHierarchy(Hierarchy hierarchy, AtomBaseHierarchy& item, Boolean raiseOnDeserialization, Boolean publishedOnly) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi\Atom\AtomBaseHierarchy.cs:514
Asi.Business.ContentManagement.Navigation.GetFromHierarchy(Hierarchy hierarchy, Boolean publishOnly) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Content Management\Asi.Business.ContentManagement\Navigation.cs:1363
Asi.Business.ContentManagement.NavigationHierarchy.get_Navigation() in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Content Management\Asi.Business.ContentManagement\NavigationHierarchy.cs:145
Asi.Web.AsiSiteMapNode.get_Navigation() in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi.Web\SiteMapProviderBase.cs:1134
Asi.Web.SwappableSiteMapProvider.IsAccessibleToUser(HttpContext context, SiteMapNode node) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi.Web\SiteMapProviderBase.cs:687
System.Web.SiteMapNode.IsAccessibleToUser(HttpContext context) +17
Asi.Web.SwappableSiteMapProvider.GetChildNodes(SiteMapNode node) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi.Web\SiteMapProviderBase.cs:454
Asi.Web.SiteMapProviderBase.GetChildNodes(SiteMapNode node) in c:\Builds\42\ScrumV3\15.2.0_MainFoundation_Commit\Sources\imis.net\Packages\Platform\Asi.Web\SiteMapProviderBase.cs:212
System.Web.SiteMapNode.get_ChildNodes() +30
System.Web.UI.WebControls.SiteMapDataSource.GetNodes(SiteMapNode node) +55
System.Web.UI.WebControls.SiteMapDataSource.GetNodes() +345
System.Web.UI.WebControls.SiteMapDataSource.GetTreeView(String viewPath) +35
System.Web.UI.WebControls.SiteMapDataSource.GetHierarchicalView(String viewPath) +32
System.Web.UI.HierarchicalDataSourceControl.System.Web.UI.IHierarchicalDataSource.GetHierarchicalView(String viewPath) +10
Telerik.Web.UI.DecoratingDataSource.System.Web.UI.IHierarchicalDataSource.GetHierarchicalView(String viewPath) +13
Telerik.Web.UI.HierarchicalControlItemContainer.GetHierarchyData(IEnumerable data) +81
Telerik.Web.UI.HierarchicalControlItemContainer.PerformDataBinding(IEnumerable data) +260
System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +128
System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +33
System.Web.UI.WebControls.DataBoundControl.PerformSelect() +143
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +74
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +66
Telerik.Web.UI.RadDataBoundControl.OnPreRender(EventArgs e) +22
System.Web.UI.Control.PreRenderRecursiveInternal() +103
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
same issue?
http://www.imiscommunity.com/unable_to_load_requested_business_object_document_documentversionkey_084a6c22_04ac_4ab5_bd3f_3c00ed08da25_publishedonly_true
The DocumentVersionKey from your stack trace doesn't point to an iMIS system document.