Hi everyone,
I am trying to use the Remote API as described in [1] to connect to
the local data store. But when I call the RemoteApiInstaller's
install() method I always get the mentioned exception. Here is the
complete trace:
Exception in thread "main" java.io.IOException: unexpected response
from remote api: {rtok: null, app_id: myID}
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.getAppIdFromServer(RemoteApiInstaller.java:
319)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(RemoteApiInstaller.java:
276)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteApiInstaller.java:
237)
at
com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(RemoteApiInstaller.java:
106)
at
util.kisimporter.KisCsvImporter.setupRemoteDatastoreService(KisCsvImporter.java:
290)
at
util.kisimporter.KisCsvImporter.configureUsingLocalDevServer(KisCsvImporter.java:
266)
at util.kisimporter.KisCsvImporter.main(KisCsvImporter.java:106)
Anybody else having this problem? Or better yet: a solution? :)
Best,
Stefan
[1]
http://code.google.com/appengine/docs/java/tools/remoteapi.html#Configuring_Remote_API_on_the_Client
--
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.