Copied to clipboard

Flag this post as spam?

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


  • MartinB 411 posts 512 karma points
    Dec 09, 2010 @ 12:55
    MartinB
    0

    4.5.2 Installing certain Runway modules causes timeout

    Hi there

    Just downloaded a new Umbraco install from umbraco.org with the webinstaller. Everything went fine until i tried to install Runway modules. I then got a time out:

    [HttpException (0x80004005): Der opstod timeout for anmodningen.]

    I tried reinstalling and the same occured. Although it timed out the modules got installed which i could see when i tried to install the last Runway modules through the initial Umbraco install multiple times.

    Finally i selected just one module and it went right through thus finishing my install and the Runway site was now up and running.

    When i logged into Umbraco the Faq module was there but not published, then TopNavigation macro was not inserted in the Master, but worked once i did it manually.

    I have now installed both the XSLT search and Feedviewer module, though still getting timeouts in the backend.

    I checked the windows program log and got this:

    3001 
    Anmodningen er blevet afbrudt.
    09-12-2010 12:45:17
    09-12-2010 11:45:17
    58defff0eea14300a7ddaa0041814899
    6
    1
    0
    /LM/W3SVC/1/ROOT-34-129363685858737548
    Full
    /
    C:\inetpub\wwwroot\daekGuiden\
    MARTIN-PC

    3852
    w3wp.exe
    NT AUTHORITY\NETVÆRKSTJENESTE
    HttpException
    Der opstod timeout for anmodningen.
    http://localhost/umbraco/developer/packages/boost.aspx
    /umbraco/developer/packages/boost.aspx
    ::1

    False

    NT AUTHORITY\NETVÆRKSTJENESTE
    5
    NT AUTHORITY\NETVÆRKSTJENESTE
    False

    The perhaps weird things is that i can install other packages from the repository without problems it seems. I even granted the NETWORKSERVICE (netværkstjeneste) user full acces in IIS, but no luck.

    Google didn't give me much either :/

    Any suggestions?

  • MartinB 411 posts 512 karma points
    Dec 09, 2010 @ 12:59
    MartinB
    0

    Adding this to the Web.config seems to work, but it's very slow when installing the Contact Form module.:

    Somthing else that i can do?

       <httpRuntime
    maxRequestLength="10240"
    executionTimeout="36000"
    />
  • 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.

Please Sign in or register to post replies