Based on this (http://code.google.com/appengine/kb/java.html#runtime)
you need permission before uploading application using Java runtime.

On Apr 30, 7:04 am, Luca <lucayo...@googlemail.com> wrote:
> Hi,
>
> I am following the Using the Google Plugin for Eclipse tutorial. I
> have built the very simple hello world application. When I try to
> deploy using the built in eclipse deploy feature I get the following:
>
> Creating staging directory
> Scanning for jsp files.
> Scanning files on local disk.
> Initiating update.
> Unable to upload:
> java.io.IOException: Error posting to 
> URL:http://appengine.google.com/api/appversion/create?app_id=phenomtek&ve...
> 400 Bad Request
> Invalid runtime specified.
>
>         at com.google.appengine.tools.admin.ServerConnection.send
> (ServerConnection.java:114)
>         at com.google.appengine.tools.admin.ServerConnection.post
> (ServerConnection.java:66)
>         at com.google.appengine.tools.admin.AppVersionUpload.send
> (AppVersionUpload.java:345)
>         at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction
> (AppVersionUpload.java:159)
>         at com.google.appengine.tools.admin.AppVersionUpload.doUpload
> (AppVersionUpload.java:68)
>         at com.google.appengine.tools.admin.AppAdminImpl.update
> (AppAdminImpl.java:41)
>         at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
> (AppEngineBridgeImpl.java:203)
>         at
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
> (DeployProjectJob.java:97)
>         at org.eclipse.core.internal.resources.InternalWorkspaceJob.run
> (InternalWorkspaceJob.java:38)
>         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> java.io.IOException: Error posting to 
> URL:http://appengine.google.com/api/appversion/create?app_id=phenomtek&ve...
> 400 Bad Request
> Invalid runtime specified.
>
> I have regisetered and had a confirmation SMS... Am I waiting for an
> email to say the Java Runtime has been deployed for this account?
>
> Or is there some setting I need to make in the project?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to