Hi all

i´m trying to use GWT today.


I followed the steps to work with ECLIPSE - JAVA.

downloaded plugins
created an app on http://appgallery.appspot.com/ name=web-projetos


in eclipse:

file-> new -> web aplication project

project name: teste
package:        teste


with the options checked: Use google web toolkit and use google app
engine

i can debug it by web aplication and it works.

after i right-clicked on project -> google -> app engine settings.
on the open screen: i write web-projetos on application id:

and clicked ok.

and last right-clicked again on project -> google -> deploy to app
engine

and this is showed on eclipse console:

Compiling module teste.Teste
   Compiling 5 permutations
      Permutation compile succeeded
   Linking into war
      Link succeeded
   Compilation succeeded -- 45,373s
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=web-projetos&version=1&;
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=web-projetos&version=1&;
400 Bad Request
Invalid runtime specified.


Can someone help me?

--~--~---------~--~----~------------~-------~--~----~
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