The documentation says that the version name cannot be integer (
https://developers.google.com/appengine/docs/java/modules/ -> "Version
names cannot be integers, they must contain at least one non-numeric
character").

I've solved many problems like yours simply adding a "v" on the version
names.



2013/9/28 Thomas Becker <[email protected]>

> Update: the problem occurs only when deploying from a Mac (Mac OS 10.7.5).
> All is well when I deploy from a Windows machine (except for the minor
> glitch that at the end of deployment, my default browser comes up trying to
> connect to 42.myapp... instead of 42-dot-myapp...
>
>
> On Friday, September 27, 2013 8:53:33 PM UTC-7, Thomas Becker wrote:
>>
>> I just deployed my Java app from Eclipse (Eclipse Kepler, GAE SDK 1.8.5).
>> The deployment succeeds, but the new version times out on every request.
>> When I deploy from a different machine that's still running Eclipse Juno
>> and GAE SDK 1.7.5, all is well. Two things are conspicuous:
>>
>> 1) The new version is about 3 times the size of what it is when deployed
>> with GAE SDK 1.7.5
>>
>> 2) When deployment is complete, my default browser comes up trying to
>> connect to the new version. That fails because the URL uses the old dot
>> convention, as in 42.myapp... as opposed to the new 42-dot-myapp...
>>
>>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Nel mondo esistono 10 categorie di persone, quelle che capiscono il binario
e quelle che non lo capiscono.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to