[google-appengine] Google KILLS YOU

2016-01-15 Thread Emilio S
Not a joke ! -- 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] Re: Google KILLS YOU

2016-01-15 Thread Emilio S
I forgot the link https://groups.google.com/forum/#!topic/google-appengine/nWtlLUylgWc Good bye ! -- 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: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread Richard Cheesmar
Any chance of a response Google or do I have to put questions like this on Stackoverflow ??? On Thursday, January 14, 2016 at 9:43:04 PM UTC+2, Richard Cheesmar wrote: > > Hi, all > > I had some errors on a POST handler today, which by the way fully > completed, it just raised exceptions... > >

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread John Smith
Attaching --verbosity debug relevant lines: Updating module [default]...\DEBUG: Operation [apps/my-app-id/operations/UUID1] complete. Result: { "metadata": { "target": "apps/my-app-id/modules/default/versions/20160115t181126", "operationType": "create_version",

[google-appengine] Re: google cloud endpoints returning java long as string in JSON

2016-01-15 Thread Nick (Cloud Platform Support)
This seems to be intended behaviour for Long values since they can actually exceed the max size of a Javascript number. Longs, according to the docs , can go to 263-1, while Javascript can only represent integers safely up

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread Richard Cheesmar
Thanks, John, I'll take a look. On Thursday, January 14, 2016 at 9:43:04 PM UTC+2, Richard Cheesmar wrote: > > Hi, all > > I had some errors on a POST handler today, which by the way fully > completed, it just raised exceptions... > > An example exception is: Exceeded soft private memory limit

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread Nick (Cloud Platform Support)
John Smith has the correct answer. The instance class, which determines the amount of memory available, is selected at deployment time. The link to the documentation he provided is also the correct page. Best of luck in debugging your memory use! On Thursday, January 14, 2016 at 2:43:04 PM

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread Kaan Soral
I have an app that kills instances after just 30 requests sometimes, it functions perfectly tho, the instances die pretty gracefully, my assumption is that they don't take anything with them, rather handle all their requests and die after that I don't upgrade to F2 as it increases the costs

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread John Smith
I've created a new project and the new issue is now resolved. please close this thread On Friday, January 15, 2016 at 6:23:34 PM UTC+2, John Smith wrote: > > Attaching --verbosity debug relevant lines: > > Updating module [default]...\DEBUG: Operation > [apps/my-app-id/operations/UUID1]

[google-appengine] Re: How to identify unused data store index?

2016-01-15 Thread Nick (Cloud Platform Support)
There are really two issues at play here: detecting which of your indexes are under-used, and detecting which indexes are absolutely not used. The first is a matter of profiling, monitoring, logging from your own side, and the second is a matter of running appcfg.py vacuum_indexes to delete any

[google-appengine] Re: Google Dev Console doesn’t show SSL Certificates

2016-01-15 Thread Nick (Cloud Platform Support)
Did you perhaps use a different account than the one you're currently using? On Thursday, January 14, 2016 at 12:48:44 PM UTC-5, Ken Bowen wrote: > > I uploaded a number of subdomain certificates in November, and the list of > all was displayed at that time. Now none of them show (at Settings >

[google-appengine] Re: Google Developer Console

2016-01-15 Thread Zeehad (Cloud Platform Support)
Hello, If you believe you're the owner, I'd suggest trying from an incognito window to make sure there isn't an issue with multiple sign-ins . Otherwise, the owner has to allow you access in

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread John Smith
Hey and thanks for the reply, unfortunately as I've already noted, I tried this approach with my > >- writing a new *empty* project (code-wise) and trying to deploy it > > the new project had "empty.yaml" file as the application definition file (with a module named "empty" as the deployed

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread John Smith
you can take a look at the App engine Modules page if you want additional memory on classic app engine you could upgrade your instances to B2/F2 instance class you have to add this to your app.yaml file:

[google-appengine] How to set Unicode in Google app-engine?

2016-01-15 Thread Hung Ha
I am building my app in Google App Engine Ok, here I got a Servlet public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException { String firstName=req.getParameter("firstName"); System.out.println(URLDecoder.decode(firstName, "UTF-8")+" "+

[google-appengine] Can you give a very simple example of Java ThreadManager running in Google Apple Engine?

2016-01-15 Thread Hung Ha
Tried to run this code in App Engine but got Permission error new java.util.Timer().schedule( new java.util.TimerTask() { @Override public void run() { // your code here list.remove("coo"); }

Re: [google-appengine] Re: Lat-Lng headers in the request

2016-01-15 Thread Mayank Bhagya
Thanks a lot for the detailed response Jeff. I will surely look at the API that you suggested. On Monday, 11 January 2016 01:08:52 UTC+5:30, Jeff Schnitzer wrote: > > Please star this issue: > > https://code.google.com/p/googleappengine/issues/detail?id=7415 > > I have to warn you, however, what

[google-appengine] Re: Change to Authorized Email Senders for App Engine Email API

2016-01-15 Thread Christian F. Howes
Thanks for the update! I have some comments/questions: - it took me 2 different browsers and about 4 minutes to find the edit button on that page. also really concerning to me that when in edit mode i might be editing other application settings and email addresses. - i was going to remove

[google-appengine] Re: Logs viewer broken for one of my projects

2016-01-15 Thread Christian F. Howes
as a potential work-around next time, remember that the old logs viewer is still active while these final issues in the new one get worked out: https://appengine.google.com/logs On Thursday, January 14, 2016 at 2:19:03 PM UTC-8, Jay wrote: > > I deployed a new version and that seemed to

Re: [google-appengine] Re: Can't access Task Queues: "Failed to load"

2016-01-15 Thread Nicholas (Google Cloud Support)
Thank you for providing the cron.yaml file containing 23 cron jobs. Upon inspecting your project (from the HAR file previously provided) at the time of this writing, I see there are no deployed App Engine modules. These are required for cron jobs to execute. 'Failed to load' is not very

[google-appengine] Re: IllegalArgumentException when using 1.9.30 GAE

2016-01-15 Thread Zeehad (Cloud Platform Support)
Hello, It's an error which you'll generally get if deploying an app containing Java 8 source. If so, this may be expected as the Java runtime on App Engine is based on Java 7. Also, a better place to post a question

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread Christian F. Howes
FYI, if you use NDB there is a memory leak: https://code.google.com/p/googleappengine/issues/detail?id=9610 the google folks are having trouble pinning it down, but it's there. i just let my instances restart as they run out of memory as i have not been able to find my other memory leaks

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread Nicholas (Google Cloud Support)
Thanks for supplying your thorough details, logs and success here publicly. Would you mind also posting the versions of the gcloud or App Engine SDKs used for each of your tests and posts? This may indicate a relationships between these failures or successes that might be helpful to others

Re: [google-appengine] Google Dev Console doesn’t show SSL Certificates

2016-01-15 Thread Ken Bowen
Nick, My mistake. I /thought/ I was logged into the right account, but wasn’t. I see everything now. Sorry for the noise. Ken On Jan 15, 2016, at 10:34 AM, Nick (Cloud Platform Support) wrote: > Did you perhaps use a different account than the one you're currently

[google-appengine] Updates to managed VMs stopped working

2016-01-15 Thread Andrei Volgin
Starting from last night updates to modules using managed VMs started to fail for my project (id="filemambo"). appcfg update now results in java.lang.RuntimeException: Fatal problem encountered during deployment. Please refer to the logs for more information. at

[google-appengine] Re: Can you give a very simple example of Java ThreadManager running in Google Apple Engine?

2016-01-15 Thread Nick (Cloud Platform Support)
Threads cannot be opened in the direct, traditional fashion in App Engine, due to runtime sandbox restrictions . You can use com.google.appengine.api.ThreadManager

[google-appengine] Google App Engine version 1.9.31 SDK

2016-01-15 Thread 'Sang Park' via Google App Engine
Happy New Year! A new version of the Google App Engine SDK is now available. Thank you, GAE team -- Version 1.9.31 - January 14, 2016App Engine notes - App Engine now supports Google Groups: Adding a Google Group as a member of a project grants the members of

[google-appengine] Re: How to set Unicode in Google app-engine?

2016-01-15 Thread Nick (Cloud Platform Support)
System.out.println will print to the default logger. Unless you are viewing the logs in a context which supports unicode, you might see the '?' char. This is my guess as to the first issue. As to the second issue of the error, if you read the error text, it seems to suggest that you are running

Re: [google-appengine] Re: Can't access Task Queues: "Failed to load"

2016-01-15 Thread Andrea De Togni
Hi Nicholas it's probably worth mentioning that: - I've developed this app around an year ago - it's a paid app - those cron job have always been are ARE CURRENTLY working perfectly fine. I know it because a) I receive execution logs via email each time they run - daily and b) the expected

[google-appengine] Re: Error When Deploying Java Appp to App Engine? Can not get the System Java Complier. Please use a JDK, not JRE?

2016-01-15 Thread Adam (Cloud Platform Support)
Make sure that your JAVA_HOME environment variable is set to "C:\Program Files(x86)\Java\jdk1.7.0_79" and that your PATH contains "C:\Program Files(x86)\Java\jdk1.7.0_79\bin" and doesn't point to the JRE, which can happen if you let the JDK installer set your environment (if you select the

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread Kaan Soral
Interesting, thanks for the link The app I mentioned used db, my new app uses ndb tho I don't experience memory issues frequently with it The app that experiences memory leaks has crons that pulls and processes 40 entities at a time, entities are <1MB, so when instances are flooded with these

Re: [google-appengine] Re: Updates to managed VMs stopped working

2016-01-15 Thread Andrei Volgin
1. I tried to redeploy all modules. The default is App Engine instances, and it works fine. The backend module is managed VMs, and it refuses to deploy. It worked yesterday. 2. When I try to deploy (gcloud preview app deploy), I get an error message, including , but I do see the age-builder

[google-appengine] How to make “Datastore Viewer” of “Development Console” of “Google App Engine” show Unicode?

2016-01-15 Thread Hung Ha
Look at the following picture of "*Datastore Viewer*" of "*Development Console*" of "*Google App Engine*". Look at "*First Name*", it showed " *th?y*" instead of "*thủy*" (the correct format one). Now, look at the real Datastore of Google AppEngine below.

[google-appengine] Re: Backup metadata cleanup

2016-01-15 Thread husayt
Thank you very much Zeehan for useful reply. As backups happen everyday and I have 100s of namespaces, hence it is problematic to delete manually. I am trying to automate this. Maybe you can suggest something? And what about these entities :

Re: [google-appengine] Re: Can't access Task Queues: "Failed to load"

2016-01-15 Thread 'Alex Martelli' via Google App Engine
On Fri, Jan 15, 2016 at 2:01 PM, Andrea De Togni wrote: ... > > - I have no idea what is an "App Engine Module". > See https://cloud.google.com/appengine/docs/php/modules/ . Alex -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Change compute engine billing account to non-business

2016-01-15 Thread Adam (Cloud Platform Support)
A quick Google search for 'cloud platform billing account vat status' turned up 'Understand your VAT setting change', which states that Google Cloud Platform services can be used only for business purposes in the European Union. On Wednesday, January 13, 2016 at 8:49:22 AM UTC-5, Markus

[google-appengine] Re: Error When Deploying Java Appp to App Engine? Can not get the System Java Complier. Please use a JDK, not JRE?

2016-01-15 Thread Adam (Cloud Platform Support)
I should also mention for completeness that you will need to restart Eclipse after making these changes. On Friday, January 15, 2016 at 11:05:58 PM UTC-5, Adam (Cloud Platform Support) wrote: > > Make sure that your JAVA_HOME environment variable is set to "C:\Program >

[google-appengine] Rendering of pages

2016-01-15 Thread athene mutyambizi
l made an update of some pages on my app and the display of pages changed, could it have anything to with updates done on the new sdk and version. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Error When Deploying Java Appp to App Engine? Can not get the System Java Complier. Please use a JDK, not JRE?

2016-01-15 Thread Hung Ha
I got this issue when deploying my Java app to App Engine Unable to update app: Cannot get the System Java Compiler. Please use a JDK, not a JRE. See the deployment console for more detailsUnable to update app: Cannot get the System Java Compiler. Please use a JDK, not a JRE. That is absurd

[google-appengine] Re: Updates to managed VMs stopped working

2016-01-15 Thread Adam (Cloud Platform Support)
Does this happen for non-default modules or the default module? If non-default, have you tried re-deploying the default module to a new version as well? Under 'Compute Engine' -> VM instances, do you see many 'gae-*' instances in an unhealthy state (including any gae-builder instances)? On