Re: [google-appengine] Maven plugins

2017-05-10 Thread Joshua Fox
*On Tue, May 9, 2017 at 6:10 PM, Brian de Alwis > wrote: * > The first one, the *Google App Engine Standard Java Project*, is a > "native" WTP-based Eclipse project style. The *Maven-based Google App > Engine Standard Java Project* creates a

Re: [google-appengine] Maven plugins

2017-05-10 Thread Brian de Alwis
On 10-May-2017, at 7:48 AM, Joshua Fox wrote: > I guess both approaches provide hot reload? (Debug-time class reloading.) CT4E uses the same Eclipse facilities used for Java projects to download new class definitions to the remote JVM. This allows in-place modification of

[google-appengine] RE: Deployment Failures and Memcache Unavailability Due to Underlying Component

2017-05-10 Thread Nickolas Daskalou
For anyone else having this issue We found that during this time, even if a deployment succeeds, the underlying App Engine dispatcher could also "break" during a deployment. The only way to fix it was to push our existing dispatch rules again (for Python standard: "appcfg.py

[google-appengine] Passing environment variables to Java Flexible Via Gradle

2017-05-10 Thread E EE
The app I build has a dev and prod versions (like most apps). I need a way to specify which version will upload via an environment variable (springboot "profile") The only way I can pass environment variables to a war file is via app.yaml. This means that the build (gradle) has to

Re: [google-appengine] Re: Is logging to console fully supported for app engine flexible?

2017-05-10 Thread 'Justin Beckwith' via Google App Engine
You should be able to use the logging library in google-cloud-java , and get structured output. I've added a few folks from the Java team who can share more! On Wed, May 10, 2017 at 5:46 PM, E EE wrote: > Docs are

[google-appengine] Re: Is logging to console fully supported for app engine flexible?

2017-05-10 Thread E EE
Docs are for standard, not always clear which is which. So Flexible has no logger unless I implement one using the API of whichever log framework I choose (other than stdout). -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: google-plus phising via plus.sfghfghfdg.appspot.com

2017-05-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Jerry, It appears the app sfghfghfdg is spoofing the google.com search page. This could indeed be part of a phishing attempt by the creator of the app. We've taken note of this and will review the app. However, as for the "insecure page", this is a result of the fact that the appspot.com

[google-appengine] Re: Google cloudstorage returns 404 Not Found when trying to delete from bucket (localhost)

2017-05-10 Thread Richard Cheesmar
Ok, Adam, thanks, I'll check that out when I finish what I'm on... It is a bit of a pain though, as if you need to delete items from cloud that are in two different buckets in the same rpc, whilst testing on localhost, you can't. On Monday, May 8, 2017 at 8:54:45 PM UTC+3, Adam (Cloud

[google-appengine] Re: App Engine Region

2017-05-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
It is not currently possible to change the region of an existing App Engine application. There is however, already a feature request filed publicly for this capability. Feel free to *star* it to receive updates about its progress. On Wednesday, May

[google-appengine] Re: App Engine Flex "Error: Server Error" occurs often, how to find cause?

2017-05-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Alon, >From what I can see online, it seems that error comes from collectd, a logging service running on the instance. Can you try to run the docker container for your app locally and see what happens? Here are the steps: 1. *Generate* the *Dockerfile* if you don't already have one:

[google-appengine] Re: App Engine Flex "Error: Server Error" occurs often, how to find cause?

2017-05-10 Thread Alon Schwartzman
Hi Nick. I just deployed a node js app and I'm experiencing the same issue. Usingt the Stackdriver logs i can see the instance fails to start my app. read-function of plugin `tail-0' failed. Will suspend it for 480.000 seconds." Can you help? Thanks On Friday, March 3, 2017 at

[google-appengine] billing account closed?

2017-05-10 Thread stjinaar
well, i'm trying to create my first project, but it says my billing account got closed, why is this? i asked my bank and they told me everything was fine on their side. am i doing something wrong? if i try to re-add the billing account i get this error "Unexpected error, try again later" can

[google-appengine] google-plus phising via plus.sfghfghfdg.appspot.com

2017-05-10 Thread Jerry Hopper
Via google search, a strange result popped up: https://plus.sfghfghfdg.appspot.com/+ which leads to a insecure page. (attempt to steal credentials?) http://plus.sfghfghfdg.appspot.com/ <--- ends up on some advertising page -- You received this message because you are subscribed to the

[google-appengine] App Engine Region

2017-05-10 Thread Amit Kumar
How can I change the region/location of my existing app-engine app? -- 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] dev_appserver hangs while running tests

2017-05-10 Thread Shaunak Godbole
Hello, we are using aetest to write some integration tests as part of our project. The integration tests spin up an instance of a dev_appserver.py in a *BeforeSuite* function. We use APIs to guarantee that the suite executes before we start the test: func BeforeSuite() { params :=

[google-appengine] google app engine MV issues

2017-05-10 Thread Talel Abbes
I NEED HELP PLZ Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of service '' in project 'civil-parsec-167022' to proceed., https://console.developers.google.com/project/civil-parsec-167022/settings}

[google-appengine] Google Maps API server rejected your request.

2017-05-10 Thread Saleel Kulkarni
Hello, I am non technical person, I am trying to upload my cv on a web page of company and I got message that... The Google Maps API server rejected your request. This IP, site or mobile application is not authorized to use this API key. Request received from IP address 42.109.33.96, with

Re: [google-appengine] Re: Maven plugins

2017-05-10 Thread 'Elliotte Rusty Harold' via Google App Engine
On Monday, May 8, 2017 at 6:45:56 AM UTC-4, Joshua Fox wrote: > > > Launching two separate processes (first appengine:runfrom the > Cloud-SDK-Based > > Maven > plugin, then the remote debug process) is particularly

Re: [google-appengine] Is Google App Engine Launcher being deprecated? Why??

2017-05-10 Thread Nigel King
3. In addition when one has a bug and the site does not deploy properly being without the intermediate stage makes debugging more difficult. Nigel On Wednesday, 21 December 2016 20:36:57 UTC, Joshua Smith wrote: > > Having used both, the GUI is much better in two cases: > > 1. When you have a

[google-appengine] Re: App Engine Region

2017-05-10 Thread Graziano Obertelli
Amit, if you are thinking about on-premise or where GAE is not available, there is appscale (https://github.com/AppScale/appscale) that may work for you. On Wednesday, May 10, 2017 at 10:08:44 AM UTC-7, Amit Kumar wrote: > > How can I change the region/location of my existing app-engine app?

[google-appengine] Re: billing account closed?

2017-05-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
You'll need to contact billing about this. Unfortunately I can't tell you why this might be occurring. Best of luck! Nick Cloud Platform Community Support On Wednesday, May 10, 2017 at 1:08:57 PM UTC-4, stjin...@gmail.com

[google-appengine] Re: dev_appserver hangs while running tests

2017-05-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Shaunak, You might want to run a set of tests across the parameter space of all the relevant variables: Vary the total number of tests: N = number of tests total Vary the proportion of N taken up by each type of test: N_a = number of tests of type a N_b = number of tests of type b . .