You don't need an app.yaml file. You do need to use the command line appcfg utility that comes with the App Engine Java SDK, however:
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Command_Line_Arguments On Tue, Nov 23, 2010 at 4:01 PM, A. Stevko <[email protected]> wrote: > How do I rollback a stuck java deployment? > Using eclipse, I was deploying when the admin console crashed. > Now its stuck with an inprgress deployment and returning this error > 409 Conflict > Another transaction by user andy is already in progress for this app and > major version. That user can undo the transaction with appcfg.py's > "rollback" command. > I created an app.yaml for my application and tried to execute the rollback > suggested but I get this response > Error parsing yaml file: > Missing required value 'runtime'. > in "Memories/app.yaml", line 4, column 1 > Here is my app.yaml > application: ninuku-archivist > version: down > api_version: 1 > runtime: java > > > -- > 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. > -- 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.
