2010-01-21 4 views
0

EDIT : 서버는 MOSS 2007 Enterprise이며 SP1을 실행하고 모든 패치는 SP2까지 포함합니다. SP2가 곧 제공 될 예정입니다. 내 셰어 애플 리케이션 중 하나에서 Microsoft는 자체 개체를 삭제하지 않습니까?


, 나는 & 스택 트레이스 반복 (다른 GUIDS 포함)이 경고를 받고 있습니다 : 그것은 단지 내 애플 리케이션 중 하나이기 때문에, 나는 내 프로젝트의 코드에 뭔가가있다 생각하지만, SPDisposeCheck 반환 깨끗하고 로그에 내 코드를 가리키는 아무 것도 없습니다.

어떻게 추적 할 수 있습니까? 내가 갖는

오류 : SPRequest 객체의

잠재적으로 과도한 수 (9) 현재 출시되지 않은 스레드에서 1. 그 이 객체 또는 그 부모를 확인합니다 (예 : SPWeb이나 SPSite)가 적절하게 처리 중입니다. 이 개체에 대한 할당 ID : {1DFFC1ED-E69E-4580-8D7B-45EDB5C49188} 현재의 할당의

스택 추적 :

at Microsoft.SharePoint.SPRequestManager.Add(SPRequest request, Boolean shareable) 
at Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous) 
at Microsoft.SharePoint.SPWeb.InitializeSPRequest() 
at Microsoft.SharePoint.SPWeb.EnsureSPRequest() 
at Microsoft.SharePoint.SPWeb.get_Request() 
at Microsoft.SharePoint.SPWeb.GetFileOrFolderProperties(String strUrl, ListDocsFlags listDocsFlags, Boolean throwException) 
at Microsoft.SharePoint.SPFile.PropertiesCore(Boolean throwException) 
at Microsoft.SharePoint.SPFile.get_Properties() 
at Microsoft.SharePoint.SPFile.get_Level() 
at Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities.configFile(String myUniqueId, SPFileLevel level) 
at Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities.ConfigurationXml(String configProvider, Boolean isBuiltInConfigFile) 
at Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities.GetConsoleNodeCollection(String configXml, ConsoleNode prePopulatedRootNode) 
at Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities.GetConsoleNodeCollection(String configXml) 
at Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities.GetConsoleNodeCollectionFromXmlFile(String configName, Boolean isBuiltInConfigFile) 
at Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.LoadTreeFromConfigXml() 
at Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource.OnLoad(EventArgs e) 
at Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.ForceInitLoad(EventArgs e) 
at Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer.OnLoad(EventArgs e) 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
at System.Web.UI.Control.LoadRecursive() 
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.ProcessRequestWithNoAssert(HttpContext context) 
at System.Web.UI.Page.ProcessRequest(HttpContext context) 
at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context) 
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 
at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error) 
at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) 
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) 
at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) 
at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)  
+0

MOSS 설치는 어떤 서비스 팩 레벨입니까? – kd7

답변

관련 문제