|
Home > Archive > Microsoft Content Management Server > May 2005 > exception in mcms 4 times pr. minute.
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 |
exception in mcms 4 times pr. minute.
|
|
| nikolaj 2005-05-25, 7:48 am |
| The exception below is logged from the protected void
"Application_Error(Object sender, EventArgs e)" method in
global.asax.cs. The exception does not "show up" in the browser when
browsing the site. Any idea where this exception comes from? Is it MCMS
related? How can I investigate the error further?
As I wrote in an earlier thread, the site is very unstable. Maybe it is
related to this exception. It is thrown approximately 3-4 times every
minute.
I cannot reconstruct the exception in the development environment.
Hope you can help me. Thanks.
---------------------------------------------------
Exception of type System.Web.HttpUnhandledException was thrown.
Stacktrace:
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)
---------------------------------------------------
| |
| Stefan [MSFT] 2005-05-25, 5:59 pm |
| Hi Nikolaj,
the call stack of the exception below only lists ASP.NET classes.
No MCMS classes.
So you should better post this question to an ASP.NET related newsgroup.
Cheers,
stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"nikolaj" <nik@email.dk> wrote in message
news:1117025629.997273.245210@g14g2000cwa.googlegroups.com...
> The exception below is logged from the protected void
> "Application_Error(Object sender, EventArgs e)" method in
> global.asax.cs. The exception does not "show up" in the browser when
> browsing the site. Any idea where this exception comes from? Is it MCMS
> related? How can I investigate the error further?
>
> As I wrote in an earlier thread, the site is very unstable. Maybe it is
> related to this exception. It is thrown approximately 3-4 times every
> minute.
>
> I cannot reconstruct the exception in the development environment.
>
> Hope you can help me. Thanks.
>
> ---------------------------------------------------
> Exception of type System.Web.HttpUnhandledException was thrown.
> Stacktrace:
> 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)
> ---------------------------------------------------
>
|
|
|
|
|