Copied to clipboard

Flag this post as spam?

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


  • Thomas Kjær Nielsen 58 posts 88 karma points
    Jul 01, 2010 @ 07:48
    Thomas Kjær Nielsen
    0

    The file '/umbraco/ping.aspx' does not exist. In a distributed setup.

    Hi

    I get the following:

    The file '/umbraco/ping.aspx' does not exist.

       at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)

       at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)

       at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)

       at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)

       at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)

       at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

       at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    In my LOG4NET log-file on our distributed servers.
    Makes sense as almost all of the Umbraco files is removed on slave servers.
    But is it possible to switch of the call to ping.aspx from Umbraco?
    Regards
    Thomas

  • Neil Campbell 58 posts 182 karma points
    Jul 01, 2010 @ 08:32
    Neil Campbell
    1

    You need /umbraco/ping.aspx. It is required for updating the content cache on the distributed installations when distributedCalls is enabled. Copy the file onto your slave servers to fix the problem.

    Cheers,
    Neil

  • Thomas Kjær Nielsen 58 posts 88 karma points
    Jul 02, 2010 @ 10:53
    Thomas Kjær Nielsen
    0

    Thanks a lot!

    Did the trick :-)

    Can't see it in any of the distributed publishing guides though :-P

Please Sign in or register to post replies

Write your reply to:

Draft