Redirection to error page while deleting/restoring content version history

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/12/2009 8:45:50 AM
Gravatar
Total Posts 3

Redirection to error page while deleting/restoring content version history

i have installed mojo portal

i am getting the error page while i am deleting the content version history as well as restoring on the same

i am getting the following error page while click on delete link

"    

We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the Home Page.

"

Following is the log it may help you to get the problem

Date,Source,Severity,Message,Category,Event,User,Computer

10/09/2009 07:06:01,ASP.NET 2.0.50727.0,Warning,Event code: 3005<nl/>

Event message: An unhandled exception has occurred.<nl/>

Event time: 10/9/2009 7:06:01 AM<nl/>

Event time (UTC): 10/9/2009 11:06:01 AM<nl/>

Event ID: 36605fc5978847d198021d4249afcc9f<nl/>

Event sequence: 22<nl/>

Event occurrence: 2<nl/>

Event detail code: 0<nl/>

<nl/>

Exception information:<nl/>

Exception type: NotSupportedException<nl/>

Exception message: Collection is read-only.<nl/>

<nl/>

<nl/>

Thread information:<nl/>

    Thread ID: 7<nl/>

    Thread account name: NT AUTHORITY\NETWORK SERVICE<nl/>

    Is impersonating: False

    <nl/>

    Stack trace:    at System.Collections.Specialized.NameValueCollection.Set(String name<c/> String value)<nl/> 

    at System.Web.HttpHeaderCollection.SynchronizeHeader(String name<c/> String value)<nl/>

    at System.Web.HttpRequest.SynchronizeHeader(String name<c/> String value)<nl/> 

    at System.Web.Hosting.IIS7WorkerRequest.GetHeaderChanges(HttpContext ctx<c/> Boolean forRequest)<nl/> 

    at System.Web.Hosting.IIS7WorkerRequest.SynchronizeVariables(HttpContext context)<nl/> 

    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr<c/> HttpContext context)<nl/>

    <nl/>

<nl/>

 

Please let me know the steps how can i resolve this .....thanks in Advance

10/12/2009 1:59:42 PM
Gravatar
Total Posts 18439

Re: Redirection to error page while deleting/restoring content version history

Hi,

I've seen an error similar to this before and its not really mojoPortal doing it because we are not modifying the http headers.

I believe you have some 3rd party isapi module probably an url rewriter installed that is not compatible with IIS 7 integrated pipeline mode.

You may be able to solve it by changing the app pool for mojoPortal to a "Classic" app pool rather than the default "Integrated" app pool.

Probably the best solution is to uninstall this isapi filter and use the free url rewrite module that is now available for IIS 7.

Search for the Web Platform Installer, install it and you will see that it can install the free url rewriter module.

Hope it helps,

Joe

10/13/2009 5:25:33 AM
Gravatar
Total Posts 3

Re: Redirection to error page while deleting/restoring content version history

Hi Joe,

Thanks For your reply..

i have checked with the changing the application pool to "Classic" from "Integrated" and its throws me other error.

i think this error is with the iis header and its not getting properly.

below is the stack trace for the same :

Description:

Event code: 3005

Event message: An unhandled exception has occurred.

Event time: 10/13/2009 2:38:20 AM

Event time (UTC): 10/13/2009 6:38:20 AM

Event ID: 962e53c7fe1e49f88db9787177c5eeef

Event sequence: 9

Event occurrence: 1

Process information:
    Process ID: 3920
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: HttpException
    Exception message: Cannot use a leading .. to exit above the top directory.

Event detail code: 0Thread information:
    Thread ID: 7
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.Web.Util.UrlPath.ReduceVirtualPath(String path)
   at System.Web.Util.UrlPath.Reduce(String path)
   at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative)
   at System.Web.UI.Control.ResolveClientUrl(String relativeUrl)
   at System.Web.UI.WebControls.Image.AddAttributesToRender(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.WebControls.HyperLink.RenderContents(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at mojoPortal.Web.UI.ModuleTitleControl.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
   at mojoPortal.Web.UI.ModulePanel.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.Control.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.Control.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer)
   at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
   at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.Control.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
   at System.Web.UI.Page.Render(HtmlTextWriter writer)
   at mojoPortal.Web.mojoBasePage.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

please help me in this issue i have also checked with the iis 7 and there is installed isapi module

i have also checked with the removing that isapi module but that error which i have post earlier comes

thanks for giving your time

 

You must sign in to post in the forums. This thread is closed to new posts.