Hi Anthony,

I am currently unable to reproduce your issue with the App Engine SDK 
1.9.21. It's possible that this is related to an older version of the SDK, 
which version of the GAE SDK are you currently using?

I would also recommend trying the following:

   1. Remove the api_version element
   2. Move the app.yaml file to the war/WEB-INF folder
   3. Run appcfg.sh/appcfg.cmd instead of appcfg.py (.sh is for java 
   projects on Mac OS or Linux, and appcfg.cmd is for java projects on 
   Windows). The appcfg.py is only for python or go runtimes, which could also 
   be causing your issue.
   
Let me know if that helps.

Cheers!



On Sunday, June 14, 2015 at 9:48:38 PM UTC-4, Anthony DeFrancesco wrote:
>
> I am unable to upload my application to the google app engine using the 
> gcloud or appcfg.py. I receive an http 400 and found the error was 
>
> Error 400: --- begin server output ---
>
> api_version '1' is not supported by the 'java' runtime.
>
> --- end server output ---
>
>
> This is my app.yam (application and version aren't required for gcloud 
> preview and its declared in the CLI for appcfg.py)
>
> runtime: java
>
> api_version: 1
>
> threadsafe: true
>
>
> handlers:
>
>   - url: /*
>
>     static_dir: /
>
>  
>
>
> What is the valid api_version for java? I searched and could not find it. 
> https://cloud.google.com/appengine/docs/java/configyaml/appconfig_yaml 
> doesn't have it listed but both deployment tools require the api_version
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c41ef136-3a69-4ceb-a39c-9fc3231ff763%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to