[google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-04 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I successfully managed to connect a GAE standard application (Java 8) to Cloud SQL for PostgreSQL instance using the sample project that Ludovic provided [1]. Google App Engine using PostgreSQL is currently not supported on Go, but you can use Python or Java as an alternative. Article [2]

Re: [google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-03 Thread Jeff Schnitzer
I’m using Cloud Postgres from Java8 using the vanilla JDBC driver and DBCP for pooling. AFAICT it works fine. Jeff On Sun, Jul 2, 2017 at 2:57 AM, Attila-Mihaly Balazs wrote: > Thank you for the reply. > > I'm not all that familiar with Java on GAE (I've been using Python >

Re: [google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-02 Thread Attila-Mihaly Balazs
Thank you for the reply. I'm not all that familiar with Java on GAE (I've been using Python mostly), so I can't tell if that project is for GAE Standard or Flex. However note the following observations: - The documentation [1] says: "Note: Connection from an App Engine standard environment

Re: [google-appengine] Re: Google App Engine standard now supports Java 8

2017-06-30 Thread 'Ludovic Champenois' via Google App Engine
On 6/29/17 5:43 AM, Attila-Mihaly Balazs wrote: +1! Party! :-) Now could we please get connections from GAE standard to the Postgres instances? :-) Sure, can you try https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java8/postgres and see if it works for you?

[google-appengine] Re: Google App Engine standard now supports Java 8

2017-06-29 Thread Attila-Mihaly Balazs
+1! Party! :-) Now could we please get connections from GAE standard to the Postgres instances? :-) -- 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: Google App Engine Endpoints for iOS

2017-06-28 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you set your bundle identifier? You can find some useful detail on the "Configuring Your Xcode Project for Distribution" documentation page . You

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-04 Thread E EE
>From my experiments the new version is live about the same time the upload command returns. -- 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: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, I've seen it before where the app is actually serving but it takes some time for the deployment *command *to complete. In the operation info, it says, "servingStatus: SERVING". Could you check, when this occurs, whether the app isn't serving *before *the command ends? Cheers, Nick

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-04 Thread E EE
>From the logs it seems like the operation is the deployment of a new version. See attached dump of the command. -- 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

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, Alright, now given that I can't look into what operation that is, you should check what it is using gcloud, using the command below: gcloud beta app operations describe d8c581c51b0-e9a02f Possibly it's the same issue discussed above, the creation of the load balancer. Cheers, Nick

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-03 Thread E EE
Here is the log file from cloud shell You can see many: Operation [apps/my-project/operations/d8c581c51b0-e9a02f] not complete. Waiting 5s. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, The log file location is given when you run the gcloud info command. In your case, the output showed: Logs Directory: [/tmp/tmp.ijTCcTysEa/logs] Last Log File: [None] It's odd that there should be "None" for the last log file. Did you run the failing command before running gcloud

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread E EE
The latest attempt to deploy from the browser console resulted in: ERROR: (gcloud.app.deploy) Error Response: [13] Unexpected Error. (The API call stubby.Send() took too long to respond and was cancelled.) Attached the log, nothing jumps out there. -- You received this message because you are

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, You should analyze (or sanitize and then attach here) the logs produced by the deployment. You can find the logs location by running 'gcloud info'. Cheers, Nick Cloud Platform Community Support On Tuesday, May 2, 2017 at 3:11:12 PM UTC-4, E EE wrote: > > I am having the same problem in

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread E EE
I am having the same problem in region US central and a hello world Java app (app engine flexible). This is a tiny app with one servlet that prints hello, it does not get smaller than that. It happens from both my local machine as well as the browser console, using both gradle as well as

[google-appengine] Re: Google App Engineの課金について

2017-04-13 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hi 伊藤慎一, Is it possible that you can post your questions in English so that I can better understand your issues since the translation of your original message through translation tool does not make much sense to me. - Jun On Thursday, April 13, 2017 at 9:12:02 AM UTC-4, 伊藤慎一 wrote: > > > 例え

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-04-11 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, Great to hear. I think you'll be glad you did, from what I see the flexibility and power of kubernetes is something really amazing if you can leverage it. Feel free to post to the kubernetes-users group forum if you

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Actually, when browsing the sources for google-cloud-node I discovered there is now a new winston transport being developed - *@google-cloud/logging-winston *. Usage is greatly simplified: var

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-04-06 Thread Stanislas Marion
Hi Nick, Thank you so much for your time and detailed explanations. I've been investigating GKE and it seems like it strikes the right balance between speed and convenience, so I'll probably move progressively towards it. Best, On Thu, Apr 6, 2017 at 1:28 AM 'Nick (Cloud Platform Support)' via

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-04-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, So, I can confirm that my prior investigation and intuitions were on the right track. I can confirm that a majority of deployment lag comes from programming the Google Cloud Load Balancers (GCLB). This is what we've seen in this case. Updates have to go out across the entire

[google-appengine] Re: Google app engine deployment fails

2017-04-05 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The platform did experience a brief issue with load balances and App Engine flexible deployments. This is mentioned in the Status Dashboard in a note at the bottom. As mentioned in the note: The issue with errors when trying to change existing or creating

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-05 Thread Marco Galassi
Hi Adam, thank you for your answer. I am probably just dumb, but I can't make the Cloud Logging APIs work. I have installed @google-cloud/logging through *npm install --save @google-cloud/logging* as pointed out in the documentation, put a random *logging.log('this is a log')* in the / root

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-05 Thread Marco Galassi
Hi Adam, thank you for your answer. I am probably just dumb, but I can't make the Cloud Logging APIs work. I have installed @google-cloud/logging through *npm install --save @google-cloud/logging* as pointed out in the documentation, put a random *logging.log('this is a log')* in the / root

[google-appengine] Re: Google App Engine Flexible deployed instance config

2017-04-04 Thread Zdenko Hrcek
Hi Juan, I see. thanks again. Zdenko On Tuesday, April 4, 2017 at 10:40:39 PM UTC+2, Jun wrote: > > Hi Zdenko, > > Thanks for sharing the further information. > > After further research at my end, I find that there are some recent > changes made to App Engine Flex during its way to GA that

[google-appengine] Re: Google App Engine Flexible deployed instance config

2017-04-04 Thread 'Jun' via Google App Engine
Hi Zdenko, Thanks for sharing the further information. After further research at my end, I find that there are some recent changes made to App Engine Flex during its way to GA that make this work as intended (you'll no longer see the instances at the GCE/VM instances section). That said, the

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-04 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I see you'd already opened an issue but it was closed. The reason being is that Google does not maintain the winston-gae project, which is an open source project. We do provide access to the Cloud Logging APIs via google-cloud-node

[google-appengine] Re: Google App Engine Flexible deployed instance config

2017-04-04 Thread Zdenko Hrcek
Hi Jun, thanks for response. regard #1 that's what I would expect, at least that's how it was during GAE Flex Beta: Flex instances were visible in GCE/VM instances section. but now I don't see any, (attached GCE_VM_instance.png file). I see it only in App Engine section / Instances (attached

[google-appengine] Re: Google App Engine Flexible deployed instance config

2017-04-04 Thread 'Jun' via Google App Engine
Hi Zdenko, 1- If you go to the "VM instances" section under "Compute Engine" at your Developers Console, you should be able to see your Flex instance (click on the instance, and you should be able to see the details of the instance, including CPU and Memory info); 2- I've tested a bit and

[google-appengine] Re: Google App Engine Application Deployment Fails

2017-04-03 Thread Sonal Jain
Hi Alex, I have tried deploying again but still the error continues. I have created an issue on the tracker with all the additional information. Here is the link https://issuetracker.google.com/issues/36870490 Thanks -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-03 Thread Marco Galassi
Yes, but that basically is just the same as doing console.log('stdout'); console.error('stderr'); It would be nice to open an issue to ask google to implement it. Where could I do this? Marco On Saturday, April 1, 2017 at 12:25:40 AM UTC+2, Adam (Cloud Platform Support) wrote: > > I've also

[google-appengine] Re: Google App Engine NodeJS log severity

2017-03-31 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I've also been unable to get winston-gae working. It hasn't been updated in over 2 years and is not an official Google library, so for now it seems it's in need of a maintainer. The standard winston logger does work, but only outputs to stdout and as

[google-appengine] Re: Google App Engine Application Deployment Fails

2017-03-29 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Sonal, Looking at your referenced GAE instance, it seems to be now working accordingly. Can you confirm that you are no longer experiencing any errors regarding this? If you are, I would recommend opening a new Issue Tracker thread and provide the

[google-appengine] Re: Google App Engine flexible runtime(custom runtime) and web font not working(ttf, woff, woff2)

2017-03-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
*404*s are normally served when a resource cannot be found given a specific URL. In general, an effective way to identify where this is happening is by starting from the where logs are available to you and working inwards until you get to the docker container. - Are there other static

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread Stanislas Marion
Great, thank you so much for your help, I'll be very interested in the details you'll get from your investigation. On Tue, Mar 21, 2017 at 9:22 PM 'Nick (Cloud Platform Support)' via Google App Engine wrote: > Hey Stanislas, > > The exact explanation

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, The exact explanation speculated on in my last post shouldn't be taken as any description of what's necessarily going on, however it was an estimate of what might be happening based on the logs observed. I'm corresponding with experts in this area to get a more clear answer at

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread Stanislas Marion
Hi Nick, Thanks a lot for the lengthy explanation. In this light, is there anything I can do to speed things up? Like for instance take care of the load-balancer myself? Indeed I don't see a reason why it should need to be changed. Could I do this with GAE or would I have to move to G

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, My initial hunch was that the issue was the deployment of other resources necessary to support the containers running. My analysis of deployment-related logs appears to confirm this: I created a simple NodeJS app using your dockerfile and default.yaml. I then pushed the docker

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, Thanks for the information. I'll see what I can find out about this and will report back here. Cheers, Nick Cloud Platform Community Support On Tuesday, March 21, 2017 at 6:00:11 AM UTC-4, Stanislas Marion wrote: > > Hi Nick, > My app is based in us-central. > My app is a very

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-21 Thread Stanislas Marion
Hi Nick, My app is based in us-central. My app is a very simple nodejs app, that runs an expressjs server. It starts in a few seconds (at most) with the command "node app.js --config config.json" I'm attaching my Dockerfile and default.yaml. Keep in mind that I deploy using the "gcloud app deploy

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Ah, apologies for sending that last message too quick - I'll also need to know roughly the details of your application's contents. How long does it take your code to start up (you can check this by running the container on your own machine, assuming it has stats comparable to the deployment

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Stanislas, Could you let me know which region your app is based in? I'll attempt to reproduce this behaviour and hope to either have a reply explaining a bit of what's going on or else I can file a Public Issue Tracker issue for you to follow as a Feature

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-03-18 Thread Stanislas Marion
Hi Nick, I have tweaked my build so that all the image building is done outside of GAE. After I have pushed my docker image to Google (using gcloud docker -- push gcr.io/...) which takes very little time, it seems like the "Updating service" step takes forever (7-8min) whereas all that is

[google-appengine] Re: Google App Engine - Receive Email from gmail and parse it

2017-03-17 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey there, You mention that you are following the Receiving Email article and have done the following: - Set up the inbound service in the app.yaml inbound_services: - mail - Added mappings

[google-appengine] Re: Google App Engine went GA

2017-03-16 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Hey Lawrence, When you deploy your code to any Cloud it is run on virtual machines (VMs). It is the capabilities of these optimized VMs, and how they can scale to handle any traffic load to your app that makes App Engine stand out. App Engine Standard

[google-appengine] Re: Google App Engine went GA

2017-03-16 Thread Lawrence Mok
Is this just VM and re-branded as App Engine "Flexible" ? On Friday, March 10, 2017 at 5:25:29 PM UTC+8, Marco Galassi wrote: > > Google App Engine went GA. > This was announced on Google Next '17 > > >

[google-appengine] Re: Google App Engine went GA

2017-03-13 Thread Marco Galassi
Yep, correct. My fault On Friday, March 10, 2017 at 6:23:56 PM UTC+1, Zachary Fewtrell wrote: > > Hi Marco, > More specifically App Engine flexible environments > went GA. This is the > new language support and the Docker container support.

[google-appengine] Re: Google App Engine went GA

2017-03-10 Thread 'Zachary Fewtrell' via Google App Engine
Hi Marco, More specifically App Engine flexible environments went GA. This is the new language support and the Docker container support. App Engine standard environment has been GA for some time. Regards, Zach On Friday, March 10, 2017

[google-appengine] Re: Google App Engine multiple regions

2017-03-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Pavelescu, The page you link, "Creating Cross-Region Load Balancing", from our docs, is relevant for Compute Engine instances, rather than App Engine. While App Engine Flexible Environment apps run on Compute Engine VM's, they deploy only to the same region that you select for your App

[google-appengine] Re: Google App Engine multiple regions

2017-03-05 Thread Pavelescu Razvan
Hello Tom, I've just came across this section in the gcloud documentation: https://cloud.google.com/compute/docs/load-balancing/http/cross-region-example Isn't this exactly what Yon tried to achieve? Thanks, Razvan marți, 21 iunie 2016, 15:17:59 UTC+3, Tom Walder a scris: > > You cannot load

[google-appengine] Re: google app engine python

2017-03-01 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Miran, This appears to be a request for 1-on-1 assistance with a coding question specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general

[google-appengine] Re: Google app-engine, SOAP service endpoint, data store

2017-01-11 Thread edijae crusar
4 years later, am facing a related issue in android. I have an app where am using google app engine. i need to make soap request to a certain company webservice where i also provide a callback url where the webservice will send the results to it in form of soap. How can i send this soap

[google-appengine] Re: Google app engine: 502 Bad Gateway only on POST requests

2016-11-24 Thread Jeff Payne
See https://groups.google.com/d/msg/google-appengine/HEH9pjbuvog/ckbccnTkCQAJ for my solution to something similar. On Friday, June 3, 2016 at 2:39:06 PM UTC-7, Nicholas (Google Cloud Support) wrote: > > I have not heard from you in some time. > >- Are you still experiencing this issue? >

[google-appengine] Re: Google App Engine Ruby Image Resizing?

2016-10-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Just a quick addition: you will probably need to add 'ldconfig /usr/local/lib' to the end of the install script. I saw errors without this when testing the install. On Thursday, October 6, 2016 at 2:00:04 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Noah, > > Since the Ruby runtime

[google-appengine] Re: Google App Engine Ruby Image Resizing?

2016-10-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Noah, Since the Ruby runtime runs on the Flexible Environment , you can use runtime: custom in app.yaml and supply a Dockerfile (in which the first line will be

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2016-10-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kevin, The speed of deployment can be changed by limiting the size of the uploaded app, limiting the complexity of the build necessary in the Dockerfile, if present, and by ensuring a fast and reliable internet connection. Other than these variables, it's hard to comment on what

[google-appengine] Re: Google App Engine does not recognized @Named parameter

2016-09-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Lucas, Which version of the App Engine SDK is your java project compiling against? It does seem odd that the parameter's annotation should not be recognized. Cheers, Nick Cloud Platform Community Support On Tuesday, September 20, 2016 at 7:27:37 PM UTC-4, Lucas Layman wrote: > > I am

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-27 Thread 'Adam (Cloud Platform Support)' via Google App Engine
The 'Organization' option on project creation is actually related to enterprise billing and not Google Apps, so you should be ok. You only need to specify your Google Apps domain under App Engine -> Settings. I've confirmed this works on a regular project without any organization specified.

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-23 Thread sugumar.p sugu
I don't think com.google.appengine.api.users.User is not working. But I am thinking that I didn't properly created project for Google apps domain authentication. Because, There is no option like Google Apps organization on the project creation page in my cloud console > >> -- You received

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-23 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Are you saying that 'com.google.appengine.api.users.User' isn't working for you? When I test it it authenticates only the Google Apps domain otherwise the User object is null as expected. On Monday, August 22, 2016 at 1:05:58 AM UTC-4, sugumar.p sugu wrote: > > > > As per your point on aug 10

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-21 Thread sugumar.p sugu
As per your point on aug 10 we tried to create project ( As a Google Apps user and that you select your Google Apps organization on the project creation page ). But organization selection menu was not available in project creation page in console. We also tried domain admin account but we

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-20 Thread 'Adam (Cloud Platform Support)' via Google App Engine
It looks like you might be using the wrong User import, which happens commonly as there are two of them. Make sure you're using the import from the App Engine API and not the one from Endpoints: import

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-19 Thread sugumar.p sugu
* We tried to select a google apps organization on project creation page, but this option was not available in google cloud platform console. we try to create a project using admin domain account (ad...@myoraganization.com). *Following code we used to create Endpoint API with

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-15 Thread 'Adam (Cloud Platform Support)' via Google App Engine
As a troubleshooting step, make sure that you create the project as a Google Apps user and that you select your Google Apps organization on the project creation page as it cannot be changed later. Make sure that you set the authentication type to 'Google Apps Domain' before deploying your app

[google-appengine] Re: Google App engine latency issue

2016-08-10 Thread 'Qi Ke' via Google App Engine
Is this the latency for the first request or average? The first request is usually slower because it needs to wait for GAE to spin up new instance to serve your request. On Wednesday, August 10, 2016 at 12:31:22 AM UTC-7, vaishnavesh shukla wrote: > > I am executing a blank PHP file and looked

[google-appengine] Re: Google App engine latency issue

2016-08-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
While I can appreciate the desire to accelerate response times for one's application, 2 milliseconds is hardly enough time for an HTTP request to hit the Google Front End, traverse the internal network infrastructure, GAE front end, GAE load balancer, an instance of your application, be

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-10 Thread sugumar.p sugu
Actually we have created the backend module for our android app in Google cloud module. For more info check here https://cloud.google.com/appengine/docs/java/endpoints/helloendpoints-android-studio . We also did the validation for authenticating users in backend module(Google cloud module)

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-09 Thread 'Adam (Cloud Platform Support)' via Google App Engine
This seems like a question that would be better posted to Stack Overflow, rather than a discussion post. The google-appengine group is intended more for general discussion rather than technical assistance. Please see the main Community Support page

[google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-08-01 Thread pdknsk
> > This must be the first release with just a single item in the release > notes. I'm expecting Google to release a new version without any changes > this year. > It happened. Aug 1, 2016 - Version 1.9.42 Python runtime notes • This release does not include a new Python SDK. Python users

[google-appengine] Re: Google App Engine error

2016-07-02 Thread 'Adam (Cloud Platform Support)' via Google App Engine
As the error message says, install Python. If it's already installed, go to Edit -> Preferences and make sure 'Python Path' is pointing to 'pythonw.exe' where you installed Python. You can get Python for Windows at https://www.python.org/downloads. You will want to download the 2.7.12 release,

[google-appengine] Re: Google App Engine multiple regions

2016-06-30 Thread Miguel Vitorino
Kaan, I believe the ping time to appspot.com domains is not indicative of the actual smallest response time as it only pings the entry point of Google's global edge network. Once your request is inside Google internal network, it will then travel to your GAE instances and back. If you ping an

[google-appengine] Re: Google App Engine multiple regions

2016-06-22 Thread Yon Dev
Thank you all for your insight and answers. I will take it under consideration. Yon Den onsdag 22 juni 2016 kl. 17:38:22 UTC+9 skrev Kaan Soral: > > I think one way or another, there's going to be a delay, why do you need > to minimise the delay so much? > > Even if the instances were spread

[google-appengine] Re: Google App Engine multiple regions

2016-06-22 Thread Kaan Soral
I think one way or another, there's going to be a delay, why do you need to minimise the delay so much? Even if the instances were spread over the world, I'm guessing there would be a smaller data access delay in most cases I'm way outside US, my users are closer to EU, yet my appengine

[google-appengine] Re: Google App Engine multiple regions

2016-06-21 Thread Tom Walder
You cannot load balance between US and EU using "conventional" load balancing. There might be some thoroughly complex way to do it with localised DNS responses. However, it would be 2 distinct App Engine projects. To be honest if cross-region load balancing is a need, App Engine is probably

[google-appengine] Re: Google App Engine multiple regions

2016-06-20 Thread Yon Dev
Hello Nick, Thank you for your answer. I might be misunderstanding something so please correct me if I am wrong. I can only upload 1 app engine instance per project. So if I want to deploy to both the US and EU I will have to create 2 different projects. And if I were to create multiple

[google-appengine] Re: Google App Engine multiple regions

2016-06-20 Thread Yon Dev
Hello Nick, Thank you for your answer. I might be misunderstanding something so please correct me if I am wrong. I can only upload 1 app engine instance per project. So if I want to deploy to both the US and EU I will have to create 2 different projects. And if I were to create multiple

[google-appengine] Re: Google App Engine multiple regions

2016-06-20 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Yon, App Engine instances are scaled in zones within the region the application is created in . If you'd like to follow a pattern which others have made use of, you can deploy another project in the EU to handle traffic

[google-appengine] Re: Google app engine: 502 Bad Gateway only on POST requests

2016-06-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I have not heard from you in some time. - Are you still experiencing this issue? - Have you tested your application using the app.yaml suggestion I provided - Are there new errors related to this application? On Monday, May 30, 2016 at 9:42:45 PM UTC-4, Harris Robin Kalash

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
(A link to instructions on how to record HAR files ) On Thursday, June 2, 2016 at 3:37:40 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Folks, > > If anybody can capture browser issues like this with a HAR recording and > report them

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Folks, If anybody can capture browser issues like this with a HAR recording and report them to the Cloud Platform Public Issue Tracker we'll be much more able to look into the issue. I'm glad to hear it's been resolving temporarily for you, George. @Adam Sah, Does this issue still

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-01 Thread George Bittmann
Did this happen to you just now? The problem seemed to go away on it's own. I did try a few things that seemed to have no effect gave up on it, then when I came back after about 15 minutes it was working again. On Wednesday, June 1, 2016 at 4:06:48 PM UTC-4, Adam Sah wrote: > > same here...

[google-appengine] Re: Google App Engine > Settings - Error on all projects

2016-06-01 Thread Adam Sah
same here... happened in two different GAE projects, both live / in production. GAE team - email me if you want the project IDs. cheers, adam On Wednesday, June 1, 2016 at 12:45:12 PM UTC-7, George Bittmann wrote: > > I'm seeing the following error message on the app engine > settings page >

[google-appengine] Re: Google app engine: 502 Bad Gateway only on POST requests

2016-06-01 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
The nodejs application should then be working fine based on the information you've provided. You are however correct that the *app.yaml* needs to be changed. The *url* of your main handler

[google-appengine] Re: Google app engine: 502 Bad Gateway only on POST requests

2016-05-31 Thread Harris Robin Kalash
Hi, Thanks for your response. The phantom file is not the library, it is simply referencing a file with my own method, a method that does what the post_handler you posted is doing. This works perfectly locally. I don't think the issue is with that file. There are other things I could not

[google-appengine] Re: Google app engine: 502 Bad Gateway only on POST requests

2016-05-31 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hello! Thanks for posting your questions here. Your GET and POST handlers are doing very different things in this case so I would not expect to receive the same response from both. The 502 Bad Gateway is most likely caused by phantom.takeScreenShot(url, response) and there. I could not

[google-appengine] Re: Google App Engine instances stuck when using disable/enable from Settings

2016-04-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Su-Au, Just read the issue now, and I'm glad to hear you have a workaround. We'll be active on the issue thread shortly to investigate and add a tracking number. Thanks for your report! Nick Cloud Platform Community Support On Tuesday, April 5, 2016 at 1:08:07 AM UTC-4, Su-Au Hwang wrote:

[google-appengine] Re: Google App Engine instances stuck when using disable/enable from Settings

2016-04-04 Thread Su-Au Hwang
Thank you Nick for the help, here is the link: https://code.google.com/p/google-cloud-platform/issues/detail?id=53=53=1459832530 as mentioned earlier I've successfully redeployed my application using gcloud, but I wonder if auto scaling works properly or instance provision is buggy in it self.

[google-appengine] Re: Google App Engine instances stuck when using disable/enable from Settings

2016-04-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Su-Au, I understand you're experiencing some issues with Managed VMs (now "Flexible Environment "). You have experienced several errors and are seeing some different symptoms in the Developers Console. The best way to report an issue is to

[google-appengine] Re: Google App Engine instances stuck when using disable/enable from Settings

2016-04-04 Thread Jacob Ferrero
Same thing here. Completely stuck. -- 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,

[google-appengine] Re: Google App Engine “Error parsing ./app.yaml: Unknown url handler type”

2016-03-29 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Feng, It looks like you've found the answer. For this thread's sake, your handler needs to be corrected to: handlers: - url: /.* secure: always Cheers! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Re: Google App Engine “Error parsing ./app.yaml: Unknown url handler type”

2016-03-29 Thread Feng Zhou
find answer here: https://cloud.google.com/appengine/docs/flexible/nodejs/configuring-your-app-with-app-yaml -- 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

[google-appengine] Re: Google App Engine Cron Jon failing with following error

2016-03-14 Thread Christian F. Howes
yes. your custom libraries must not be quite right on the GAE path. i recommend setting up a virtualenv for your local machine that does not have any system packages that GAE does not have, and that will help you make sure your included library paths are correct. On Monday, March 14, 2016 at

[google-appengine] Re: Google App Engine Cron Jon failing with following error

2016-03-14 Thread Khalid Razzaq
There is one realted error I'm getting as well /base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ runtime/wsgi.py:85: ImportWarning: Not importing directory '/base/data/home/apps/s~apps-1149/1.391373453171312456/urlhandlers': missing __init__.py Can it be because I'm

Re: [google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-01-19 Thread Jeff Schnitzer
I already have my engineering team in an ‘eng’ group. Makes perfect sense to me. Jeff On Mon, Jan 18, 2016 at 11:50 AM, Nick wrote: > Thanks for mentioning this - my first impression was 'who the hell asked > for this?' But now that you point it out, this is group

Re: [google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-01-18 Thread Jeff Schnitzer
Srsly. I immediately went to the Permissions screen and rearranged it all. This is awesome. Jeff On Sun, Jan 17, 2016 at 11:57 AM, Adam Sah wrote: > Actually, this is a big deal, don't knock it. > > Adam > GAE python user since 2008 > > -- > You received this message

[google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-01-18 Thread Nick
Thanks for mentioning this - my first impression was 'who the hell asked for this?' But now that you point it out, this is group permissions, which I've wanted since forever, just using google groups (for some reason). So thanks, and thanks google. Would be great to understand why Google groups

[google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-01-17 Thread Adam Sah
Actually, this is a big deal, don't knock it. Adam GAE python user since 2008 -- 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: Google App Engine version 1.9.31 SDK

2016-01-17 Thread pdknsk
This must be the first release with just a single item in the release notes. I'm expecting Google to release a new version without any changes this year. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: Google app engine Email APIOf Received limit

2016-01-11 Thread Zeehad (Cloud Platform Support)
Hello, Can you provide a detailed description of your use case? Thank you. -- 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

Re: [google-appengine] Re: google App Engine Geosearch Alpha Program

2016-01-02 Thread Gacem Ayoub
Hi Surya thank you. I will consider to use Search Api following your advice. On 2 January 2016 at 09:28, Surya Yadav wrote: > Check the link given below. > > >

[google-appengine] Re: google App Engine Geosearch Alpha Program

2016-01-02 Thread Surya Yadav
Check the link given below. https://groups.google.com/forum/#!searchin/google-appengine/geopt$20not$20working/google-appengine/rYY_GVAvMgs/QJ4au41FDwAJ You might have to use Search API if you wish to use geo-spatial queries as given in link below.

<    1   2   3   4   5   6   7   8   9   >