When trying to view the datastore for my app, I get the very terse "A server
error has occurred." Nothing in the logs. Searching around the form here
suggests that I might have Email or Link elements with invalid contents, and
I should use remote_api to download everything & fix it. Fair enough. I'm
running a Java app, so I set up the servlet in web.xml thus:
<servlet>
<servlet-name>remote_api</servlet-name>
<servlet-class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>remote_api</servlet-name>
<url-pattern>/admin/remote_api</url-pattern>
</servlet-mapping>
But when prompted for login, I get "Authentication Failed" - I've tried
quite a few times, and I can't have mistyped my password *every time.* Is it
a different login than the admin console?
Can anyone suggest a fix for either of these problems?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-java?hl=en.