Hi All,
I tried to upload the guestbook application to my newly created
google app account. after run the 'appengine-java-sdk\bin\appcfg.cmd
update appengine-java-sdk\demos\guestbook\war'
i hit with with the below exception:
java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=rumahku123&version=1&
400 Bad Request
Invalid runtime specified.
Unable to upload app: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=rumahku123&version=1&
400 Bad Request
Invalid runtime specified.
My application id is 'rumahku123'. I tried to modify the appengine-
web.xml inside the guestbook war file (I changed the application id to
'rumah123.appspot.com') but after run the update command i hit the
below exception:
java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=rumahku123.appspot.com&version=1&
403 Forbidden
You do not have permission to modify this app
(app_id=u'rumahku123.appspot.com').
Unable to upload app: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=rumahku123.appspot.com&version=1&
403 Forbidden
You do not have permission to modify this app
(app_id=u'rumahku123.appspot.com').
Locally I can access the guestbook application (localhost:8080/
guestbook) so i don't think it's the application. And also I tried to
access my account in the appspot (rumahku123.appspot.com) I am able
to see the error page.
Is the java support only enabled to certain accounts? do i need to
activate certain things?
any comments/advice would be greatly appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---