I'm unable to move a revision from one site to the next. I get the following 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.
Document Moved
Hi,
I'm unable to move a revision from one site to the next. I get the following 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:
[WebException: The request failed with the error message: -- <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://{sitename}/umbraco/plugins/courier/webservices/repository.asmx">here</a></body> --.] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1538913 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +221 Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.CommitRevisionitem(String revision, RevisionItem revisionItem, String username, String password) in d:\TeamCity6\buildAgent\work\399aef48762b5884\Umbraco.Courier.RepositoryProviders\WebserviceProvider\webservice.cs:209 Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.CommitRevision(Revision revision) in d:\TeamCity6\buildAgent\work\399aef48762b5884\Umbraco.Courier.RepositoryProviders\WebserviceProvider\CourierWebserviceRepositoryProvider.cs:57 Umbraco.Courier.Core.RepositoryProvider.CommitRevision(Revision revision, String folder) +24 Umbraco.Courier.Core.Services.Transfering.CommitRevision(String revisionPath, String repository, String folder) +235 Umbraco.Courier.UI.Dialogs.transferRevision.inittransfer(Object sender, EventArgs e) +270 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563What could be causing this?
Thanks,
Nik
I should add that this is Umbraco 4.7 and Courier 2 (full).
Thanks,
Nik
Hi Nik
Could you check that the .asmx on that path is there and no httphandler or authentication is blocking courier from reaching it?
/per
Thanks Per, it was a URL rewrite that was causing this issue (forcing SSL).
Best,
Nik
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.