Copied to clipboard

Flag this post as spam?

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


  • Jeric 122 posts 192 karma points
    Sep 24, 2013 @ 11:07
    Jeric
    0

    ScheduleTaskHandler.ashx does not exist

    I'm having issue that the CMSImport ScheduleTaskHandler are being called every one minute.

    I've checked in the umbracoSettings.config file within <scheduledTasks> and nothing seems to be there. I've checked the install packages and CMSImport wasn't there either. Wasn't sure if someone else installed them and removed them before.

    The error message that i'm getting as below.

    Anywhere that I should look into?


    System.Web.HttpException: The file '/umbraco/plugins/CMSImport/Handlers/ScheduleTaskHandler.ashx' does not exist.
    System.Web.HttpException (0x80004005): The file '/umbraco/plugins/CMSImport/Handlers/ScheduleTaskHandler.ashx' does not exist.
       at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
       at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
       at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
       at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
       at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
       at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 24, 2013 @ 12:41
    Richard Soeteman
    0

    Hi,

    Think CMSImport is uninstalled. Why?? ;-) But you can remove the ashx from the /config/umbracosettings.config file then the log is gone.

    Cheers,

    Richard

  • Jeric 122 posts 192 karma points
    Sep 24, 2013 @ 13:08
    Jeric
    0

    Hi Richard,

    You mean inside umbracosettings.config and within the <scheduledTasks></scheduledTasks> right?

    I've checked the <scheduledTasks> and the weird thing is that it doesn't containt any CMSImport Scheduled Task inside. 

    Mine looks like below. Weird

    <scheduledTasks>
    <!-- add tasks that should be called with an interval (seconds) --> <!-- <task log="true" alias="test60" interval="60" url="http://localhost/umbraco/test.aspx"/>--> </scheduledTasks>
  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 24, 2013 @ 15:54
    Richard Soeteman
    0

    Hi,

    Yep that's the file and location. If it's not configured for this site some other site is configured to execute the task. Best to check all other sites on that machine as well. Only a scheduled task is calling that file.

    Cheers,

    Richard

  • Murray Roke 503 posts 966 karma points c-trib
    Oct 06, 2014 @ 07:42
    Murray Roke
    0

    This is a nasty setting for the default to use localhost in the url, especially if it's on shared hosting. Suggestion: don't include the schedule by default.

    Also, un-install did not seem to remove this.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 06, 2014 @ 07:44
    Richard Soeteman
    1

    Hi Murray,

    That will confuse others as well. V3 will not use the Umbraco Scheduler anymore. That will solve all above issues.

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft