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.
