Copied to clipboard

Flag this post as spam?

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


  • Joe_Soap 1 post 21 karma points
    Sep 06, 2009 @ 11:29
    Joe_Soap
    0

    Error installing Runway on Umbraco 4.0.2.1

    When installing Runway on 4.0.2.1 I get the following error:

     

    "The request failed with HTTP status 417: Expectation failed"

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Net.WebException: The request failed with HTTP status 417: Expectation failed.

    Source 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 HTTP status 417: Expectation failed.]
    System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +431289
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
    umbraco.cms.businesslogic.packager.repositories.RepositoryWebservice.PackageByGuid(String packageGuid) +50
    umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +511
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

    I have tried numerous times to install and it always stops at this error when opting to install Runway.  If I opt not to install, then go to developer-packages-install runway, I get the same error.  What am I doing wroing?

     

    I am using IIS 6.0 on Windows 2003 with SQL server 2005 express - I have dotnet 1.1 through 3.5 installed.  Everything seems to be OK except the last step of the installation...

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    Sep 06, 2009 @ 13:51
    Sebastiaan Janssen
    0

    You might have a permission problem, try Chris Houston's umbPermissions script.

    Also check out other threads on the forum (like this one) by using the search, they might give you some clues.

  • sitech 1 post 21 karma points
    Feb 11, 2010 @ 18:49
    sitech
    0

    try putting this in your web.config

    <configuration>

    <system.net>

    <settings>

                <servicePointManager expect100Continue="false" />

    </settings>

    </system.net>

    </configuration>

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    Feb 11, 2010 @ 19:40
    Sebastiaan Janssen
    0

    Hey sitech, it's great that you're trying to help, but you might want to explain how that solution is related to this problem?

  • Craig Nichols 3 posts 24 karma points
    Nov 22, 2010 @ 06:42
    Craig Nichols
    0

    Just confirming that expect100Continue="false" fixed it for me on Windows 7 with Umbraco 4.5.2.

Please Sign in or register to post replies

Write your reply to:

Draft