Copied to clipboard

Flag this post as spam?

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


  • Melanie 2 posts 22 karma points
    Aug 12, 2011 @ 22:24
    Melanie
    0

    Courier 2 operation timed out

    When trying to deploy using Courier from dev to production, I keep receiving the following error.

    System.Net.WebException: The request was aborted: The operation has timed out.
    at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
    at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.TransferResources(ResourceTransfer[] resources, String user, String pass) in d:\TeamCity6\buildAgent\work\399aef48762b5884\Umbraco.Courier.RepositoryProviders\WebserviceProvider\webservice.cs:line 1094
    at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.TransferResources(ResourceTransfer[] resources) in d:\TeamCity6\buildAgent\work\399aef48762b5884\Umbraco.Courier.RepositoryProviders\WebserviceProvider\CourierWebserviceRepositoryProvider.cs:line 286
    at Umbraco.Courier.Core.ExtractionManager.ExtractItemResources(Item item, ResourceExtractionOrder order)
    at Umbraco.Courier.Core.ExtractionManager.ExtractResources(ResourceExtractionOrder order)
    at Umbraco.Courier.UI.Dialogs.CommitItem.TransferAndExtractOnSelectedRepo(String repo)
    at Umbraco.Courier.UI.Dialogs.CommitItem.oneSteptransfer(Object sender, EventArgs e)
    at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    I've only been successful moving a few very simple document types. I've set all the connection timeouts I could think of to 5 minutes, but this error is popping up in under 30 seconds.

  • Per Ploug 865 posts 3491 karma points MVP admin
    Aug 12, 2011 @ 22:33
    Per Ploug
    0

    Hi Melanie

    I think it's the webservice thats timing out, made sure the receiving site has it timeouts set as well?

    /Per

  • Melanie 2 posts 22 karma points
    Aug 12, 2011 @ 22:42
    Melanie
    0

    Yes both servers have the httpRuntime executionTimeout set to 300 seconds. Is there a timeout specific to Courier's webservice? I wasn't sure about some of the timeouts that are in IIS, if I should mess with those at all.

Please Sign in or register to post replies

Write your reply to:

Draft