Copied to clipboard

Flag this post as spam?

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


  • Ottar Henanger 1 post 71 karma points
    Aug 05, 2015 @ 12:23
    Ottar Henanger
    0

    A public action method 'Index' was not found on controller 'Umbraco.Web.WebServices.ScheduledPublishController'

    Hi,

    on a regular basis, the following exception is logged by my error handling solution (Raygun.io):

    [HttpException: A public action method 'Index' was not found on controller 'Umbraco.Web.WebServices.ScheduledPublishController'.] System.Web.Mvc.Controller.HandleUnknownAction(String actionName) System.Web.Mvc.Controller.

  • Dr. Sugus 26 posts 101 karma points
    Sep 01, 2015 @ 11:47
    Dr. Sugus
    0

    +1 on this one - I see this error occurring every second. Has anyone found a fix?

  • Jeremy Child 1 post 71 karma points
    Sep 14, 2015 @ 00:17
    Jeremy Child
    0

    I've tried a few things like setting a baseurl etc, nothing works.

  • Iain Smallwood 8 posts 27 karma points
    Nov 16, 2015 @ 15:58
    Iain Smallwood
    0

    No solutions here but I get these all the time too, logged in my case by Elmah. I'm currently at the 'clear error messages daily' stage but would love a proper fix?

  • Dr. Sugus 26 posts 101 karma points
    Nov 20, 2015 @ 15:06
    Dr. Sugus
    0

    I just solved this on my end: I had url rewrites interfering with Umbraco's call to its ScheduledPublish Controller, so I just removed the rewrites for this call.

    I guess this error happens if Umbraco can't call its ScheduledPublish Controller, so you need to look for reasons why it can't:

    • rewrites?
    • redirections (http -> https f.ex.)?
    • ip filters & firewall rules (can the machine request local urls)?
    • client authentication?

    Happy debugging.

  • Simon 692 posts 1068 karma points
    Dec 15, 2015 @ 09:44
    Simon
    0

    Hi guys,

    Does it might be related that I cannot see now the nuPickers properties? Becuase a few days ago, we have just changed from HTTP to HTTPS and today got in touch with the following error:

    System.Web.HttpException (0x80004005): A public action method 'Index' was not found on controller 'Umbraco.Web.WebServices.ScheduledPublishController'.
       at System.Web.Mvc.Controller.HandleUnknownAction(String actionName)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    

    Also, as mentioned, nuPickers are not working now, where I relate a node with another node.

    Any solutions please?

    Thank you.

  • Alastair Todd 44 posts 142 karma points
    Jan 14, 2016 @ 12:32
    Alastair Todd
    5

    I too experienced this after installing SSL and forcing https via URL rewrite.

    The trick was to update this appsetting to true:

    <add key="umbracoUseSSL" value="true" />
    
Please Sign in or register to post replies

Write your reply to:

Draft