google app engine - GAE/J + Restlet + Backend + Cron Job + 405 Error: -


hoping or direction following issue facing.

i getting 405 (method not allowed) error when using gae backends cron job on live system. cron job started on backend defined, throwing 405 error after delegating call target restlet. url route follows per logs.

http://backendname.appid.appspot.com/cronurl

my current configuration follows:

  • gae/j: 1.6.1
  • restlet: 2.1 rc5

i've have done following:

  • defined attachment of cron url route java class in restlet application
  • i have backends.xml defined
    • set backend public see if resolves issue, didn't
  • i have cron.xml defined
    • set url cron job
    • set target backend instance name

please let me know if more information.

thanks!

have marked restlet @get annotation?

a cron job invoke specified url using http get. other verbs (e.g., put, post, delete) not supported cron jobs.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -