[google-appengine] Re: Not able to upload SSL certificate

2017-03-15 Thread Thomas Baldauf
Yes, exactly. Especially step 2 was necessary even though my domains were verified long ago. As soon as I verified them anew I was able to upload my certificate. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Re: Not able to upload SSL certificate

2017-03-13 Thread Thomas Baldauf
Hi! Finally I managed to set it up with a wildcard certificate. The problem was that I had to revalidate the ownership of my custom domains. Thank you, Thomas Am Donnerstag, 9. März 2017 19:07:31 UTC+1 schrieb George (Cloud Platform Support): > > We have managed to check further, and it

[google-appengine] Re: Not able to upload SSL certificate

2017-03-13 Thread Thomas Baldauf
Hi George, I really tried everything, including the purchase of a new wildcard certificate - but still no luck! Please help! Kind regards, Thomas Am Donnerstag, 9. März 2017 19:07:31 UTC+1 schrieb George (Cloud Platform Support): > > We have managed to check further, and it seems that your

[google-appengine] Not able to upload SSL certificate

2017-03-08 Thread Thomas Baldauf
Hi! I'm desperately trying to configure my App Engine project for SSL encryption without success. When I upload my certificate and private key, I always get the following message, even though my domain ownership has been verified and the domains are listed in the "Custom domains" tab:

[google-appengine] Re: Compute Engine in same project as App Engine

2017-01-17 Thread Thomas Baldauf
Thank you, Evan! -- 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 google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] Compute Engine in same project as App Engine

2017-01-12 Thread Thomas Baldauf
Is it possible to run one or more Compute Engine VMs in the same project as App Engine instances and use the same Datastore? If so, will their performance be as good because of the colocation of the services? -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: High latency for no apparent reason

2017-01-11 Thread Thomas Baldauf
upport): > > No problem, glad I could help! > > On Sunday, December 4, 2016 at 6:27:04 AM UTC-5, Thomas Baldauf wrote: >> >> Ok, thank you! I'll try to optimize my code to produce less objects where >> possible. > > -- You received this message because you are subscribe

[google-appengine] Re: Can't see quotas since two days ago

2016-12-14 Thread Thomas Baldauf
of the Console. You might want to also include a HAR >> recording <https://toolbox.googleapps.com/apps/har_analyzer/> of your >> browser's activity while attempting to load the given page. >> >> Cheers, >> >> Nick >> Cloud Platform Community Suppo

Re: [google-appengine] Re: Alternative to Objectify: Catatumbo?

2016-12-12 Thread Thomas Baldauf
Jordan, I'd like to know if Google is planning to drop support for GAE SDK APIs altogether, also for Standard Environment. If so, many many developers would have to rewrite considerable parts of their code for the migration to the new REST APIs. What exactly is the problem about releasing a new

[google-appengine] Can't see quotas since two days ago

2016-12-11 Thread Thomas Baldauf
Same here! -- 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 google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [google-appengine] Re: Alternative to Objectify: Catatumbo?

2016-12-10 Thread Thomas Baldauf
Jeff, I totally understand your point and hopefully Google will provide the required API in time. Objectify is a great library and I would love to continue using it, but I also want my app to be readily migrated to Flex Env when it's going GA. Thanks for giving your great work to the community!

[google-appengine] Alternative to Objectify: Catatumbo?

2016-12-09 Thread Thomas Baldauf
Since App Engine Flexible Environment will not support the GAE SDK API any more (compat runtimes were dropped), unfortunately Objectify can also not be used any more - at least until they support Google Cloud Client API to access the datastore, which is not very likely

[google-appengine] Re: Instance restart

2016-12-08 Thread Thomas Baldauf
Same problem here! I also migrated my Standard Java app to Flex Env and was surprised by the great performance there. Unfortunately, with the deprecation of the compat runtime, there's no easy way to leave it there any more. We'd have to rewrite lots of our code and some vital services like

[google-appengine] Re: Migrating to Compute Engine

2016-12-04 Thread Thomas Baldauf
Thank you for investigating my issues. I'll try to follow your recommendations. -- 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

[google-appengine] Re: High latency for no apparent reason

2016-12-04 Thread Thomas Baldauf
Ok, thank you! I'll try to optimize my code to produce less objects where possible. -- 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

[google-appengine] Re: Migrating to Compute Engine

2016-11-30 Thread Thomas Baldauf
I just used the appengine-maven-plugin, which apparently is invoking gcloud under the hood. I was able to deploy the simple hello world example (https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/helloworld-jsp) and modified it to access the datastore with the Google Cloud

[google-appengine] Re: Migrating to Compute Engine

2016-11-29 Thread Thomas Baldauf
In the log I could also see that src.tgz (146MB) is being uploaded for 6 minutes and then the host computer shuts down the connection because of a read timeout. What can I do about it? Am Mittwoch, 30. November 2016 07:16:20 UTC+1 schrieb Thomas Baldauf: > > Thank you, unfortunately it's

[google-appengine] Re: Migrating to Compute Engine

2016-11-29 Thread Thomas Baldauf
Thank you, unfortunately it's still not working. Now I found the logs of GCLOUD command and it says: 2016-11-30 07:07:41,608 DEBUGrootRetrying request to url

[google-appengine] Re: Migrating to Compute Engine

2016-11-29 Thread Thomas Baldauf
Thank you, but I'm not sure how to achieve this. I selected the project with my standard environment app in gcloud init and tried to deploy the flex version using appengine:deploy and the appengine-maven-plugin. This worked a few weeks ago with a new project, although it took about 15mins.

[google-appengine] Re: High latency for no apparent reason

2016-11-29 Thread Thomas Baldauf
Support): > > GC pauses could very well be the culprit. What do the Utilization and > Memory Usage graphs look like at the time of the slow request? > > On Monday, November 28, 2016 at 1:21:20 AM UTC-5, Thomas Baldauf wrote: >> >> It would be hard to post my code here,

[google-appengine] Re: Migrating to Compute Engine

2016-11-28 Thread Thomas Baldauf
One more question before I do a test with the still available compat runtime on Flex Env: is it possible to have the legacy app running in the same project as the freshly ported Flex app just by using a different version name? Will it just add a GCE VM for that versioned instance and let the

[google-appengine] Re: Migrating to Compute Engine

2016-11-28 Thread Thomas Baldauf
Very interesting, I'll try that as soon as possible! Dankeschön :) -- 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

[google-appengine] Re: Migrating to Compute Engine

2016-11-28 Thread Thomas Baldauf
Thanks for the answers! I already migrated my app to Flex Env using the compat runtime and noticed a great performance gain with only 1 permanent instance in comparison to automatic scaling in Standard Edition (10x more throughput showed by jmeter). Now that the compat runtime is deprecated

[google-appengine] Migrating to Compute Engine

2016-11-28 Thread Thomas Baldauf
If I manage to rewrite my App Engine Standard Edition Java app to not use the SDK but instead Google Cloud Client libraries and Redis Memcache service, should it be possible to run the app on Compute Engine? Can I still access my data in the Cloud Datastore (after moving it to the new project

[google-appengine] Re: High latency for no apparent reason

2016-11-27 Thread Thomas Baldauf
It would be hard to post my code here, because I'd have to include HttpFilters and the whole DAO/Cache-layer. But there's really nothing going on that's needing a lot of CPU resources. One thing I asked myself: could it be GC occupying the process, because the frequency of such slow requests is

[google-appengine] High latency for no apparent reason

2016-11-26 Thread Thomas Baldauf
Hi! I have been facing this issue permanently since I have my Java app running on App Engine (Standard Edition), that is since 6 years. Users are complaining more and more, so I have to do something about it: Occasionally, response latency for even the most simple requests to my app climbs up

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-26 Thread Thomas Baldauf
Same here! Flex Env would have been great without the need to rewrite all the parts of our app that depend on GAE SDK APIs. I'm just wondering if they're going to deprecate it also in Standard Edition so everybody has to use the Google Cloud Client libraries in the future ... -- You received

[google-appengine] Re: GAE down ?

2013-02-02 Thread Thomas Baldauf
Hi, we're experiencing strange scheduler behaviour, long load time (up to 1min) for even the simplest requests, and temporarily complete failure of GAE for Java. Could you please investigate and fix this? Our customers are already complaining. App-ID is s~typescout-hrd Thank you! Kind