[google-appengine] NullPointerException when javatil.logging.Logger.info(...) ?

2016-04-01 Thread Mihail Lesikov
Hi, I have problems with the the GAE. Since couple of hours the application does not start - the requests fails with strange NullPointerException. The version is not updated since 24 days and it was working until this morning. This is the stacktrace : at

[google-appengine] Developing in Google Cloud

2016-04-01 Thread Marcelo Iturbe
Hi, I was pretty impressed to see the advances in kubernetes at the GCP event ... but at the same time, I cant help but feel it is a step backwards and sideways. Just a bit. See, we are making the effort to develop on App Engine, we went where you think we should go... so what now?

Re: [google-appengine] Objectify in google apps

2016-04-01 Thread 'Adam (Cloud Platform Support)' via Google App Engine
If you are using Objectify / Datastore you are not using SQL, since the datastore is not a relational database. There is no need to 'JOIN' the rows of two tables together, because there are no tables. Good places to start are the 'Concepts

[google-appengine] Re: Cannot send mail

2016-04-01 Thread Rob Williams
Thanks Nick! On Thursday, March 31, 2016 at 6:32:52 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Rob, > > I understand your concerns about reliability. I'll do my best to assure > you that this is not a regular or expected occurrence. Spam detection > filters will have false

[google-appengine] GAE Devlopment server binding LAN IP adress

2016-04-01 Thread Prakash A
Developing an Web App Dynamic Module using core Java. Created the development server appropriately. When I start the server, it runs perfectly. However, when I set the "Local Interface address to bind to" value (I have entered a proper value), the server starts (I can see "Dev App Server is

[google-appengine] Re: Using the Channel API in a local development environment

2016-04-01 Thread Thomas Taschauer
If you're using AppEngine that should help: https://cloud.google.com/appengine/docs/python/channel/ On Thursday, March 31, 2016 at 6:55:44 PM UTC+2, Michael Coyne wrote: > > It appears that the Google Cloud Client Library for Python does not > support the Channel API: >

[google-appengine] Re: NPE when calling getLogger().info() from my application

2016-04-01 Thread Miroslav Genov
I'm encountering a similar issue. It looks like that the Logging RPC logic is broken somehow. On Friday, April 1, 2016 at 10:19:43 AM UTC+3, Jean-Remi Malzieu wrote: > > Hi, > > Everything was working properly until this morning. I didn't update my > application. > It seems that the logging

[google-appengine] NPE when calling getLogger().info() from my application

2016-04-01 Thread Jean-Remi Malzieu
Hi, Everything was working properly until this morning. I didn't update my application. It seems that the logging mechanism has been broken since when I call Logger.getLogger().info() I get the following stacktrace : java.lang.NullPointerException at