[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-01-28 Thread Thomas Becker
I am experiencing the same behavior. Everything seems to work well both ways, and yet, it would be nice to know what causes the difference. Thomas On Tuesday, January 28, 2020 at 11:14:05 AM UTC-7, DIEGO GARCIA TEBA wrote: > > Hi, > > I'm experiencing that deploying with Cloud SDK Maven Plugin

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-06-19 Thread Thomas Becker
App Engine Standard…". You can read more at: > > https://cloud.google.com/eclipse/docs/deploying > > Hope that helps. > > Brian. > > > On 18-Jun-2018, at 7:07 AM, Thomas Becker > wrote: > > George, > > I'm sure you're right about Maven being the better

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-18 Thread Thomas Becker
George, I'm sure you're right about Maven being the better way to do things. Here's the reason why I haven't gone there. I've been working with the Google App Engine Eclipse plugin since 2010 or so. I recently switched to the new plugin, Google Cloud Tools for Eclipse. After installing that

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-16 Thread Thomas Becker
cs/standard/java/tools/migrating-from-appcfg-to-gcloud says Currently, the gcloud command-line tool does not deploy Java applications to production App Engine I would much appreciate it if you could acknowledge that these two statements are in contradiction to each other. Sincerely, Thomas Bec

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread Thomas Becker
tandard with "gcloud app deploy" now works like a charm. I would like to respectfully request to not change the default values of options. Changing default vaules of options is likely to cause a lot of people a lot of pain. On Friday, June 15, 2018 at 9:40:31 AM UTC-6, Thomas Becke

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread Thomas Becker
Thanks for the information. As a suggestion, you may want to correct the page https://cloud.google.com/sdk/gcloud/reference/app/deploy On that page, in the example section, it says, To deploy an App Engine Standard Java service, run: $ gcloud app deploy

Re: [google-appengine] Re: Stale Data from App Engine Datastore

2015-08-05 Thread Thomas Becker
* is that it guarantees requests to go to different instances. I don't remember much about how JDO works, but are you sure you are opening/closing sessions correctly? Jeff On Tue, Aug 4, 2015 at 7:56 PM, Thomas Becker walkswiththeb...@gmail.com wrote: Thanks again for eveybody's input. It looks like I

Re: [google-appengine] Re: Stale Data from App Engine Datastore

2015-08-05 Thread Thomas Becker
loads from an open session will return the same object. JPA works the same way. Objectify's session is very similar to this (minus the dirty change detection). If you aren't closing your PM sessions... this would explain the problem. Jeff On Wed, Aug 5, 2015 at 11:59 AM, Thomas Becker

Re: [google-appengine] Re: Stale Data from App Engine Datastore

2015-08-05 Thread Thomas Becker
to confirm and not closing resulted in eventual while closing resulted in strong consistency. Give it a try and let me know if that helps. On Saturday, August 1, 2015 at 6:24:55 PM UTC-4, Thomas Becker wrote: I am using the app engine datastore with Java JDO. According to the documentation

Re: [google-appengine] Re: Stale Data from App Engine Datastore

2015-08-04 Thread Thomas Becker
Thomas Becker walkswiththeb...@gmail.com wrote: Thanks, Jeff! And one more thing, it's pretty clear from the doc, but let me make sure anyway. The same is true for ancestor queries, they guarantee strong consistency even when not performed inside a transaction, right? Thomas On Mon, Aug 3, 2015

Re: [google-appengine] Re: Stale Data from App Engine Datastore

2015-08-03 Thread Thomas Becker
faster since it does not require a quorum response. However, this is a pretty obscure feature. Jeff On Mon, Aug 3, 2015 at 7:30 PM, Thomas Becker walkswiththeb...@gmail.com wrote: Thanks for your detailed and thoughtful answer, Jeff. I was aware of the fact that within a transaction, all

Re: [google-appengine] Re: Stale Data from App Engine Datastore

2015-08-03 Thread Thomas Becker
(Cloud Platform Support) rbruy...@google.com wrote: If you can create a sample app that shows this post on it on the PIT https://code.google.com/p/googleappengine/issues/entry so I can investigate this further. On Saturday, August 1, 2015 at 6:24:55 PM UTC-4, Thomas Becker wrote: I am using

[google-appengine] Re: Stale Data from App Engine Datastore

2015-08-03 Thread Thomas Becker
a consistent result set.) See the article Transaction Isolation in App Engine https://cloud.google.com/appengine/articles/transaction_isolation for more information on how entities and indexes are updated. ' On Saturday, August 1, 2015 at 6:24:55 PM UTC-4, Thomas Becker wrote: I am using

[google-appengine] Stale Data from App Engine Datastore

2015-08-01 Thread Thomas Becker
I am using the app engine datastore with Java JDO. According to the documentation, ancestor queries are always strongly consistent. Recently, however, I've been seeing a lot of stale data from ancestor queries. It seems to happen randomly. A query may return the most recent data, and a moment

[google-appengine] Re: Deployment of Java app from Eclipse succeeds, but the new version times out on every request.

2013-09-28 Thread Thomas Becker
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

Re: [google-appengine] Re: Deployment of Java app from Eclipse succeeds, but the new version times out on every request.

2013-09-28 Thread Thomas Becker
). I've solved many problems like yours simply adding a v on the version names. 2013/9/28 Thomas Becker walkswit...@gmail.com javascript: 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

Re: [google-appengine] Deployment of Java app from Eclipse succeeds, but the new version times out on every request.

2013-09-28 Thread Thomas Becker
Thanks, I'll try that! On Sat, Sep 28, 2013 at 1:37 PM, Stefano Ciccarelli sciccare...@gmail.comwrote: Your has a single module named default, I would give a try adding a letter to the version name. Il giorno sabato 28 settembre 2013, Thomas Becker ha scritto: You're talking about

Re: [google-appengine] Deployment of Java app from Eclipse succeeds, but the new version times out on every request.

2013-09-28 Thread Thomas Becker
Thanks, I'll try that! On Saturday, September 28, 2013 1:37:59 PM UTC-7, Stefano Ciccarelli wrote: Your has a single module named default, I would give a try adding a letter to the version name. Il giorno sabato 28 settembre 2013, Thomas Becker ha scritto: You're talking about modules

Re: [google-appengine] Deployment of Java app from Eclipse succeeds, but the new version times out on every request.

2013-09-28 Thread Thomas Becker
Nah, using a letter in the version number didn't make a difference. Same problem. On Saturday, September 28, 2013 2:06:03 PM UTC-7, Thomas Becker wrote: Thanks, I'll try that! On Saturday, September 28, 2013 1:37:59 PM UTC-7, Stefano Ciccarelli wrote: Your has a single module named default

[google-appengine] Deployment of Java app from Eclipse succeeds, but the new version times out on every request.

2013-09-27 Thread Thomas Becker
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

Re: [google-appengine] Re: Test and Upgrade your App Engine Java Application to a Java 7 runtime...now.

2013-03-15 Thread Thomas Becker
I actually did find two issues. When migrating to Java 7, one needs to upgrade from JDO 2.3 (datanucleus plugin v1) to JDO 3.0 (datanucleus plugin v2). This is stated in the documentation at the very end of the page https://developers.google.com/appengine/docs/java/java7 . But JDO 3.0