Re: [google-appengine] GAE Java FE env deployment issue

2016-04-03 Thread 'ludovic Champenois' via Google App Engine
On 4/3/16 11:16 AM, Deepak Singh wrote: Thanks Ludovic. Got this idea and worked on it. However when we run the gcloud preview app deploy /app.yaml, throws following error INFO: Attempting refresh to obtain initial access_token INFO: Refreshing access_token WARNING: If this is your first

[google-appengine] Cannot ENABLE any API when there is a pending request to DISABLE any API

2016-04-03 Thread Jacob Ferrero
My project got stuck in a state where it thinks it's disabling an API. This means I cannot enable any API! I can't continue developing until this is resolved. :( -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

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

2016-04-03 Thread 'Erez Haba' via Google App Engine
Hi Mihail, What is your project id if you don't mind sharing? On Saturday, April 2, 2016 at 10:51:14 PM UTC-7, Mihail Lesikov wrote: > > It looks like that everything is working fine now. > > Thanks for your reply > -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Problem with custom domain

2016-04-03 Thread 'Alex Martelli' via Google App Engine
On Sun, Apr 3, 2016 at 11:53 AM, Bibhu Sahoo <2bi...@gmail.com> wrote: > I added my custom domain 'www.siaria.net' in Appengine-> Settings-> > custom domains as per the guide. My domainname is from namecheap. Its more > than 24hrs now still my site www.siaria.net shows 404 page not found. I >

[google-appengine] Problem with custom domain

2016-04-03 Thread Bibhu Sahoo
I added my custom domain 'www.siaria.net' in Appengine-> Settings-> custom domains as per the guide. My domainname is from namecheap. Its more than 24hrs now still my site www.siaria.net shows 404 page not found. I can see my website in https://siaria-1237.appspot.com/. Can anyone please help

Re: [google-appengine] GAE Java FE env deployment issue

2016-04-03 Thread Deepak Singh
Thanks Ludovic. Got this idea and worked on it. However when we run the gcloud preview app deploy /app.yaml, throws following error INFO: Attempting refresh to obtain initial access_token INFO: Refreshing access_token WARNING: If this is your first deployment, please try again. ERROR:

Re: [google-appengine] Re: Cannot send mail

2016-04-03 Thread Jeff Schnitzer
On Mon, Mar 28, 2016 at 8:24 AM, Rob Williams wrote: > > The App Engine Mail API is fully featured and fully documented. > I hate hearing people say things like this. The _bare minimum_ expected of a service that delivers email is some tracking of whether or not that

[google-appengine] Re: PayPal service upgrade for merchants on AppEngine

2016-04-03 Thread 'Khalid Keenan' via Google App Engine
As an FYI for anyone working with Appengine SDK for Java, testing the urlfetch() call to Paypal when using the development server will still fail with an SSLHandhshake exception. An issue has previously been raised https://code.google.com/p/googleappengine/issues/detail?id=12705 On Wednesday,