Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nik Wahlberg 639 posts 1237 karma points MVP
    Oct 03, 2011 @ 16:31
    Nik Wahlberg
    0

    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) +5563

    What could be causing this? 

    Thanks,
    Nik

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Oct 03, 2011 @ 16:33
    Nik Wahlberg
    0

    I should add that this is Umbraco 4.7 and Courier 2 (full). 

    Thanks,
    Nik 

  • Per Ploug 865 posts 3491 karma points MVP admin
    Oct 04, 2011 @ 08:43
    Per Ploug
    0

    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

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Oct 11, 2011 @ 13:55
    Nik Wahlberg
    0

    Thanks Per, it was a URL rewrite that was causing this issue (forcing SSL). 

    Best,
    Nik 

Please Sign in or register to post replies

Write your reply to:

Draft