Microsoft Content Management Server - Numerous COMException Errors

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > February 2007 > Numerous COMException Errors





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Numerous COMException Errors
phun007

2007-02-22, 7:14 pm

Hi,

We've been getting a lot of COMException errors in our error logs
recently and I am not sure if there is anything we can do to fix/
prevent. We're using MCMS 2002 SP2 on a Win 2003 box. The errors are
all COMException errors, but different code throws it. It might be
useful to know the process the occurs in processing a page request to
troubleshoot if it is something with our code, the site setup, or MCMS
itself.

Here are a few stacks from the errors:

Microsoft.ContentManagement.Publishing.CmsServerException: Server
error. Contact the site administrator. --->
System.Runtime.InteropServices.COMException (0x80041B58): Server
error. Contact the site administrator. at
Microsoft.ContentManagement.Interop.Publishing.IRcwChannel.get_Channels()
at Microsoft.ContentManagement.Publishing.Channel.get_Channels() ---
End of inner exception stack trace --- at
Microsoft.ContentManagement.Publishing.Channel.get_Channels() at
FCH.Intranet.Utilities.CmsContextUtility.GetIntranetChannel(ChannelItem
target) at
FCH.Intranet.Utilities.CmsContextUtility.GetIntranetType(ChannelItem
target) at FCH.Intranet.Utilities.AnnouncementUtility.GetAdminUrl()

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
Microsoft.ContentManagement.Publishing.CmsServerException: Server
error. Contact the site administrator. --->
System.Runtime.InteropServices.COMException (0x80041B58): Server
error. Contact the site administrator. at
Microsoft.ContentManagement.Interop.Publishing.IRcwPosting.get_Template()
at Microsoft.ContentManagement.Publishing.Posting.get_Template() ---
End of inner exception stack trace --- at
Microsoft.ContentManagement.Publishing.Posting.get_Template() at
FCH.Intranet.WebControls.Console.DeletePageAction.get_Available() at
FCH.Intranet.WebApps.Main.Console.ValidatingConsole.HasPageActions()
at
FCH.Intranet.WebApps.Main.Console.ValidatingConsole.Page_Load(Object
sender, EventArgs e) at System.Web.UI.Control.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.Page.ProcessRequestMain() --- End of inner exception
stack trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication
+IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
Microsoft.ContentManagement.Publishing.CmsServerException: Server
error. Contact the site administrator. --->
System.Runtime.InteropServices.COMException (0x80041B58): Server
error. Contact the site administrator. at
Microsoft.ContentManagement.Interop.Publishing.IRcwChannel.get_Postings()
at Microsoft.ContentManagement.Publishing.Channel.get_Postings() ---
End of inner exception stack trace --- at
Microsoft.ContentManagement.Publishing.Channel.get_Postings() at
FCH.Intranet.Utilities.CmsContextUtility.IsDefaultPostingInChannel(ChannelItem
target) at FCH.Intranet.WebControls.BreadCrumbs.ParseChannels() at
FCH.Intranet.WebControls.BreadCrumbs.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.Page.ProcessRequestMain() --- End of inner exception
stack trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication
+IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)

Any assistance would be greatly appreciated!

Thanks,

Chris

Stefan Goßner [MSFT]

2007-02-23, 7:19 am

Hi Chris,

sounds like a database inconsistancy.
Please open a support case to get this analyzed.

Cheers,
Stefan


"phun007" <phun007@gmail.com> wrote in message
news:1172172033.091936.49330@s48g2000cws.googlegroups.com...
> Hi,
>
> We've been getting a lot of COMException errors in our error logs
> recently and I am not sure if there is anything we can do to fix/
> prevent. We're using MCMS 2002 SP2 on a Win 2003 box. The errors are
> all COMException errors, but different code throws it. It might be
> useful to know the process the occurs in processing a page request to
> troubleshoot if it is something with our code, the site setup, or MCMS
> itself.
>
> Here are a few stacks from the errors:
>
> Microsoft.ContentManagement.Publishing.CmsServerException: Server
> error. Contact the site administrator. --->
> System.Runtime.InteropServices.COMException (0x80041B58): Server
> error. Contact the site administrator. at
> Microsoft.ContentManagement.Interop.Publishing.IRcwChannel.get_Channels()
> at Microsoft.ContentManagement.Publishing.Channel.get_Channels() ---
> End of inner exception stack trace --- at
> Microsoft.ContentManagement.Publishing.Channel.get_Channels() at
> FCH.Intranet.Utilities.CmsContextUtility.GetIntranetChannel(ChannelItem
> target) at
> FCH.Intranet.Utilities.CmsContextUtility.GetIntranetType(ChannelItem
> target) at FCH.Intranet.Utilities.AnnouncementUtility.GetAdminUrl()
>
> System.Web.HttpUnhandledException: Exception of type
> System.Web.HttpUnhandledException was thrown. --->
> Microsoft.ContentManagement.Publishing.CmsServerException: Server
> error. Contact the site administrator. --->
> System.Runtime.InteropServices.COMException (0x80041B58): Server
> error. Contact the site administrator. at
> Microsoft.ContentManagement.Interop.Publishing.IRcwPosting.get_Template()
> at Microsoft.ContentManagement.Publishing.Posting.get_Template() ---
> End of inner exception stack trace --- at
> Microsoft.ContentManagement.Publishing.Posting.get_Template() at
> FCH.Intranet.WebControls.Console.DeletePageAction.get_Available() at
> FCH.Intranet.WebApps.Main.Console.ValidatingConsole.HasPageActions()
> at
> FCH.Intranet.WebApps.Main.Console.ValidatingConsole.Page_Load(Object
> sender, EventArgs e) at System.Web.UI.Control.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.Page.ProcessRequestMain() --- End of inner exception
> stack trace --- at System.Web.UI.Page.HandleError(Exception e) at
> System.Web.UI.Page.ProcessRequestMain() at
> System.Web.UI.Page.ProcessRequest() at
> System.Web.UI.Page.ProcessRequest(HttpContext context) at
> System.Web.CallHandlerExecutionStep.System.Web.HttpApplication
> +IExecutionStep.Execute() at
> System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously)
>
> System.Web.HttpUnhandledException: Exception of type
> System.Web.HttpUnhandledException was thrown. --->
> Microsoft.ContentManagement.Publishing.CmsServerException: Server
> error. Contact the site administrator. --->
> System.Runtime.InteropServices.COMException (0x80041B58): Server
> error. Contact the site administrator. at
> Microsoft.ContentManagement.Interop.Publishing.IRcwChannel.get_Postings()
> at Microsoft.ContentManagement.Publishing.Channel.get_Postings() ---
> End of inner exception stack trace --- at
> Microsoft.ContentManagement.Publishing.Channel.get_Postings() at
> FCH.Intranet.Utilities.CmsContextUtility.IsDefaultPostingInChannel(ChannelItem
> target) at FCH.Intranet.WebControls.BreadCrumbs.ParseChannels() at
> FCH.Intranet.WebControls.BreadCrumbs.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.Page.ProcessRequestMain() --- End of inner exception
> stack trace --- at System.Web.UI.Page.HandleError(Exception e) at
> System.Web.UI.Page.ProcessRequestMain() at
> System.Web.UI.Page.ProcessRequest() at
> System.Web.UI.Page.ProcessRequest(HttpContext context) at
> System.Web.CallHandlerExecutionStep.System.Web.HttpApplication
> +IExecutionStep.Execute() at
> System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously)
>
> Any assistance would be greatly appreciated!
>
> Thanks,
>
> Chris
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com