[google-appengine] Failed to deploy Asp.Net Web application

2016-04-27 Thread GG Schum
I followed the tutorials of Deploy an ASP.NET Application to a Windows Server 2012 R2 Instance. at the step 6 in Deploy the application to your Windows instance, I got the following message: Web deployment task failed. (Could not connect to the remote computer ("146.148.xx.xxx") using the

[google-appengine] Re: I can't access my app from my computer. Google unusual traffic error message.

2011-01-27 Thread gg tv
yeah seems screwed up use your appname.appspot.com url (does not help your users) and file a production ticket the link is above somewhere -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Re: I can't access my app from my computer. Google unusual traffic error message.

2011-01-27 Thread gg tv
make sure I tried from a different network and my app loaded once then was blocked -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Re: Deployment failing

2011-01-12 Thread gg
On Jan 12, 10:07 am, Stephen Johnson onepagewo...@gmail.com wrote: +1 On Wed, Jan 12, 2011 at 10:53 AM, vivpuri v...@vivekpuri.com wrote: +1 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: stuck in loop, deploying

2010-04-20 Thread gg
Same problem here also reported in the Java forum On Apr 20, 3:00 pm, martinfcasey martinfca...@gmail.com wrote: i've deployed and am getting messages rolling back, to keep waiting: Will check again in 16 seconds. Checking if new version is ready to serve. Will check again in 32 seconds.

[google-appengine] Re: Error: Server Error

2010-03-19 Thread gg
I'm getting tons of Deadline Exceeded Errors also Somebody screwed something up. On Mar 19, 10:37 am, riq ricardoques...@gmail.com wrote: Did the transaction code change ? Did the DEFAULT_TRANSACTION_RETRIES change in the last update ? -- You received this message because you are

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread gg
We are still seeing issues. It would also be nice if they did not mess with things in the middle of the US business day!! On Aug 18, 12:51 pm, thomasbohmbach thomasbohmb...@gmail.com wrote: And we're back as of ~ 2:45 central. On Aug 18, 2:26 pm, thomasbohmbach thomasbohmb...@gmail.com wrote:

[google-appengine] Re: Gae is down ?

2009-06-26 Thread gg
Seems to be just the admin... On Jun 26, 9:52 pm, Tom Wu service.g2...@gmail.com wrote:  Server Error A server error has occurred. Return to Applications screen » http://appengine.google.com/ --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: Gae is down ?

2009-06-26 Thread gg
. On Jun 26, 9:55 pm, gg bradjyo...@gmail.com wrote: Seems to be just the admin... On Jun 26, 9:52 pm, Tom Wu service.g2...@gmail.com wrote:  Server Error A server error has occurred. Return to Applications screen » http://appengine.google.com

[google-appengine] Re: DataStore timeout

2009-04-05 Thread gg
We are seein g the same issue today. No problem in the past. Somebody tweaked something! On Apr 3, 6:14 pm, Jeff S j...@google.com wrote: Hi DarkCoiote, How rapidly are puts being made on a single entity? There is a write speed limit for a single entity or entity-group so if these puts

[google-appengine] Re: Disappointed with free quota changes (probably not surprising)

2009-02-25 Thread gg
However, along with many performance improvements, we have learned that we were overly conservative with our initial free quota estimates. Therefore, 90 days after February 24th, 2009, we will be reducing the free quota resources. Bait and Switch. I guess it is legal since all you invested

[google-appengine] Re: Time to Ditch App Engine

2009-02-25 Thread gg
So why bother with App Engine at all. In so many ways it is s limited. Just move the whole lot to Amazon! I think App Engine is destined to become Google's Edsel. On Feb 25, 9:36 am, peterk peter.ke...@gmail.com wrote: What are your requirements? If you want media or large-file

[google-appengine] Re: Google Checkout

2009-02-21 Thread gg
Yep cp.appspot.com On Feb 21, 9:03 am, herbie 4whi...@o2.co.uk wrote: Hi, There have been a few messages about GAE and Checkout, but has anyone sucessfuly used Checkout with GAE? Could anyone recommend another 'easy' way to allow users to pay through a  GAE powerd app? Many thanks

[google-appengine] Re: When do the new limits go live?

2009-02-15 Thread gg
You need to upgrade to SDK 1.1.9 to take advantage of the new limits. Version 1.1.9 - February 2, 2009 * HTTP Request and Response limit raised to 10MB from 1MB. Note that API call limits remain at 1MB. o http://code.google.com/p/googleappengine/issues/detail?id=78 * urllib

[google-appengine] Re: SDK version 1.1.9 Released

2009-02-10 Thread gg
Am I missing something??? bulkload.Loader has been around since release? What is new with remote api the name and the docs? On Feb 10, 11:28 am, Dan Sanderson dansander...@google.com wrote: There's no need to rewrite existing URL Fetch calls.  httplib support is just intended to make it easier

[google-appengine] Re: How to fix pickling error

2008-11-12 Thread gg
Same problem here on: econe.appspot.com bwork.appspot.com On Nov 12, 9:41 am, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi, What is the error that you are seeing?  And what are you trying to add to Memcache? Our engineers are looking in to fixing this issue with Memcache, but it's usually

[google-appengine] Re: How to fix pickling error

2008-11-12 Thread gg
are storing a query object in Memcache, which is currently causing issues.  The fix that benben suggested will fix this issue. -Marzia On Wed, Nov 12, 2008 at 9:45 AM, gg [EMAIL PROTECTED] wrote: Same problem here on: econe.appspot.com bwork.appspot.com On Nov 12, 9:41 am, Marzia

[google-appengine] Is GAE Horribly Broken?

2008-10-12 Thread gg
Ok, so from previous threads it is always the poster who is thought to be at fault for the problems with GAE. It is always stated that the poster must be doing something wrong, writing bad code, or not writing a scalable application So going on the assumption that the Google employee that

[google-appengine] Re: Timeout - operation took too long

2008-10-11 Thread gg
I am also seeing a lot of time spent in WAIT? Sometimes as much as 3/4 of total CPU for any given set of calls! Has the datastore latency issue mentioned above been resolved? Here is an example from a profile run: ncalls tottime percall cumtime percall filename:lineno(function)

[google-appengine] Did Something Change Since Yesterday which now Requires Additional Indexes?

2008-10-02 Thread gg
As stated in the title: Did Something Change Since Yesterday which would now Requires Additional Indexes? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] Re: Did Something Change Since Yesterday which now Requires Additional Indexes?

2008-10-02 Thread gg
:07 am, gg [EMAIL PROTECTED] wrote: As stated in  the title: Did Something Change Since Yesterday which would now Requires Additional Indexes? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group