Did you configure the remote_api service for this App? For Python, you naturally configure the app.yaml.. this appears to be Java so you'd need to install the handler servlet class: com.google.apphosting.utils.remoteapi.RemoteApiServlet
Granted.. I don't use Java at all.. the error below could be saying that the servlet is installed but it just doesn't work.. On Wed, Sep 22, 2010 at 10:23 PM, Kyle Baley <[email protected]> wrote: > I'm trying to test a backup restore from one app to another and I'm > getting an error trying to access remote_api on one of them. Here's > the first part of the log message I get when I navigate to remote_api > directly: > > /remote_api > java.lang.IllegalArgumentException: The requested URL was not > allowed: /remote_api > at > > com.google.appengine.api.users.UserServiceImpl.makeSyncCall(UserServiceImpl.java: > 131) > at > > com.google.appengine.api.users.UserServiceImpl.createLoginURL(UserServiceImpl.java: > 62) > at > > com.google.appengine.api.users.UserServiceImpl.createLoginURL(UserServiceImpl.java: > 42) > at > > com.google.apphosting.utils.remoteapi.RemoteApiServlet.checkIsAdmin(RemoteApiServlet.java: > 70) > at > > com.google.apphosting.utils.remoteapi.RemoteApiServlet.doGet(RemoteApiServlet.java: > 96) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) > > > Authentication mode is set to Google Apps and we have forced SSL. I've > tried this on other apps with the same configuration successfully. Not > sure why this one is throwing this error. > > Any ideas? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
