[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-05-03 Thread James Mortensen
I submitted a ticket here, yesterday, for all of the 500 errors that I'm seeing in my app. I'm hoping we can get this sorted out soon as we're hoping to launch in the next 2 weeks! http://code.google.com/p/googleappengine/issues/detail?id=7444 I also asked this question on Stackoverflow last m

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-21 Thread Mos
Same for me. It seems to be very obviously that there is a major problem in the GAE runtime starting around 8 days ago. My instance scheduling went wild (see attached picture). I updated to version 1.6.3. on March 9 -> I think the issue is not related to the SDK Version number. How long does it t

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-21 Thread kusmi
BTW, this is the Latency-Graph I'm currently experience: 8 days ago (approx. March 13) everything was still fine then it started climbing and the last 1-2 days it's extremely sporadic... (not sure if this is a sampling issue and the data earlier are just smoothed). I have not made changes to my

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-20 Thread kusmi
My app is experiencing the same kind of problems - suddenly the latency increased and HTTP 500 errors. I'm using HR-datastore and my app is very simple and does not a lot of things. I'm using prodeagle monitoring though (every minute there is a monitoring request) - no changes made in my app, I

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-15 Thread leeflea
*Nikolai, I just saw your posting of the very same problem I'm having but since I just switched browsers yesterday, I just didn't know what to do about this. You see, I'm not very computer smart and many of the remarks are way over my head as I was merely a Registered Nurse. I, indeed, did make

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-15 Thread toonetown
You can see the full list of bugs in this thread: https://groups.google.com/d/topic/google-appengine/nNoWv1uVqwo/discussion -Nathan On Thursday, March 15, 2012 11:48:17 AM UTC-6, toonetown wrote: > > Same here - please see > http://code.google.com/p/googleappengine/issues/detail?id=7133 for so

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-15 Thread toonetown
Same here - please see http://code.google.com/p/googleappengine/issues/detail?id=7133 for some more details (there are at least 15 other bugs logged with the same issue...we need to make this issue more visible to Google...) -Nathan On Sunday, March 11, 2012 1:05:45 PM UTC-6, Rafael Gutierrez

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-13 Thread Rui Oliveira
> > Hi Ikai, > My appId is phone-menu. I'm with the same problem. My conclusions: After deploy in the next 10 minutes I get a lot of errors. After that the default version will run ok( not completely ok). Concurrent request on the first 10 seconds will improve the probability to get errors

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-13 Thread Rafael Gutierrez
We are having the same issue (DeadlineExceptions, InitializationExceptions, etc) since the last maintenance. More than that, we have some remote units that make HTTP requests to post data to our application using an GPRS module. Some of those units (more than 40) are no longer sending these requ

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Christopher Wong
tetris4fun is the app id. I noticed there are empty instances running. Usually I need 20 instances to keep the app alive, now it's 150+ instances. Can you please look into that? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Christopher Wong
Same for us, on a normal day we need around 20 instances to keep the app running, the

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Rod Chen
I got the same problem. My appid: badgm. DB and memory cache API call became very slow, so that performance is very poor. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Miroslav Genov
Hello Ikai, We are experiencing similar issue. Our app id is: cmsevobg. Normally our app (java based that is using Guice) is instantiating GuiceServletContextListener in ~10 seconds on GAE. On my mac book air with i5 cpu local app is booting in "INFO: Time:4892 ms". With the same code base o

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-10 Thread cz
My app (adb2) is getting over quota errors and is no longer serving requests. This has never happened before. According to the dashboard my app has used 34 instance hours to process under 100 requests which I can't imagine is possible under normal circumstances (especially since the app doesn't us

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-10 Thread nischalshetty
We too are facing a lot of 500 errors for our app with app id : 'justunfollow' On Friday, March 9, 2012 6:10:20 PM UTC+5:30, Nikolai wrote: > > > >

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-10 Thread Amit Sangani
Hi Ikai & Google team, Getting lots of 500s like others have experienced. Now mainly getting DatastoreTimeoutException... com.google.appengine.api.datastore.DatastoreTimeoutException: at com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:46)

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-10 Thread Thomas
hi ikai! same problem here: lots of 500s, bad performance and way too many instances running since last week. please help us with this! appid: typescout many thanks! thomas Am Freitag, 9. März 2012 20:57:58 UTC+1 schrieb Ikai Lan: > > Luis, do these happen on loading requests? > > -- > Ikai La

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Ronoaldo José de Lana Pereira
Hello Ikai, Here is my production issue with logs and more details: http://code.google.com/p/googleappengine/issues/detail?id=7108. If any additional information is needed, please let me know. What I observed is that when a request is aborted, the app throws a deadline in the exact line when a

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Ikai Lan (Google)
Luis, do these happen on loading requests? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com On Fri, Mar 9, 2012 at 11:52 AM, Luis wrote: > We are suffering something pretty similar. Without having made any > kind of change either in the application configuration (in

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Luis
We are suffering something pretty similar. Without having made any kind of change either in the application configuration (in the console) or the actual code (deployments), during the day we have been suffering an abnormal low performance and continuous errors (500 server error, ExceptionInInitiali

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Nikolai
Hey Ikai, thank you for looking into this. I can confirm that I saw 500 server error today when viisiting out app that weren't logged. But the number of logged errors is also high. Fumny part is, that i see a lot of errors on the dashboard main page, but when i click on these errors to get some

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Nikolai
Hey Ikai, thank you for looking into this. I can confirm that I saw 500 server error today when viisiting out app that weren't logged. But the number of logged errors is also high. Fumny part is, that i see a lot of errors on the dashboard main page, but when i click on these errors to get some

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Ikai Lan (Google)
Are you guys seeing any particular errors in the logs or other observed strange behavior? Thanks for providing an application ID, it'll make it easier for us to look into this. There seem to be several parallel issues occurring. It's still unclear to me whether or not they are related. We need to

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Amit Sangani
We are facing the same issues as others are experiencing here. High latency, instance count sky-rocketed, lot of errors in logs (HardDeadlineExceededError , java.lang.NoClassDefFoundError, etc). This was working perfectly 2 days back. Ever since the last maintenance (March 7th) GAE has been very un

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Sharp-Developer.Net
Our instances count sky-rocketed about 3 hours ago from usual 5-10 to over 500 and we exceeded our limits. We had no deployments in last 24 hours. App ID is: petaclasses We are loosing money and trust of our customers and no news from Google and no way to communicate - smells very bad to me. I

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Fabian Topfstedt
While we are experiencing problems on spiegeltvapp, we don't have them on dctptv - which is running the same (python) codebase. Best regards, Fabian Am Freitag, 9. März 2012 13:55:52 UTC+1 schrieb Nikolai: > > oh and sorry. > the app id for the above screenshot is spiegeltvapp > > regards, > nik

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-09 Thread Nikolai
oh and sorry. the app id for the above screenshot is spiegeltvapp regards, nikolai Am Freitag, 9. März 2012 13:40:20 UTC+1 schrieb Nikolai: > > > > thi

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-07-01 Thread Soshi HANAMURA
I'm getting same errors today. Errors have obviously increased about 2 hours ago, June 30 22:00 (UTC). My Applications are using python and M/S datastore. Anyone else? On Jun 17, 12:38 am, pinhopro wrote: > I also stared to get import errors. > > It started yesterday around  10pm ( EST ) > > See

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-16 Thread pinhopro
I also stared to get import errors. It started yesterday around 10pm ( EST ) See the logs 2011-06-16 08:32:33.467 : cannot import name service_handlers Traceback (most recent call last): File "/base/data/home/apps/bookcalc/1.351177451425526630/services.py", line 12, in from protorpc imp

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-15 Thread Kenneth
I'm seeing a lot of these recently as well. I assume we're all on m/s datastore and that's where the problem lies. Come on Google, give us a least a hint that you know there's a problem. What happened to those better hr migration tools we were promised? -- You received this message because

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-15 Thread Tom Phillips
I've been seeing more and more of these DeadlineExceededError exceptions over time especially in warmup requests. My /_ah/warmup should finish in about 6s (PersistenceManagerFactory, Jaxb). And I'm seeing these exceptions on user requests too even though the average latency is usually ~50ms. Java

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-15 Thread Brandon Thomson
I have been experimenting with deploying a new version and switching the default when this happens; seems to fix the problem for a while. YMMV -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https:

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-14 Thread PandaSuit
The errors have been less frequent lately but I am still getting them. I submitted a high priority production issue to the issue tracker on the 7th and have not heard anything back from Google. Please star the issue and add your information and maybe we can get some attention: http://code.google.

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-10 Thread tempy
Me three, its been bad the last couple of days for me. I just got a deadlineexceeded on the Users API, which, obviously, breaks my app completely. On Jun 10, 1:15 pm, Ronoaldo José de Lana Pereira wrote: > I'm facing this too recently. -- You received this message because you are subscribed to

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-10 Thread Ronoaldo José de Lana Pereira
I'm facing this too recently. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/PHbo_9mBRlIJ. To post to this group, send email to google-appengine@g

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-09 Thread John Wheeler
Came to the newsgroup for this exact issue as a matter of fact. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Sxc5g1z7hYIJ. To post to this group

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-09 Thread John Wheeler
And make the mail.Send() calls too. We've been getting these consistently when we never did before: The API call mail.Send() took too long to respond and was cancelled. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discu

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-09 Thread radomir
We also see deadline exceptions and Memcache was throwing exceptions for some time. What's interesting is that in those cases capability API was returning DISABLED for all checks. On Jun 9, 9:57 pm, Dan wrote: > I've seen the same problems.  It actually forced my to start paying > for the Always

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-09 Thread Dan
I've seen the same problems. It actually forced my to start paying for the Always-On feature. Otherwise my users would be waiting for 20-30 seconds for a request if it worked at all. It might be related to issue 1695: http://code.google.com/p/googleappengine/issues/detail?id=1695 Dan On Jun 9

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-09 Thread Atif
Hi Panda Yes, we are also facing the same issue on most of our servers hosted on app-engine. Same thing was happened about 16 hours ago as well. It is very strange that no google officials normally respond to such emails. regards, Atif -- You received this message because you are subscribed

[google-appengine] Re: 500 errors

2010-06-10 Thread Tom
I have the same problem (tried yesterday and today) for a new app, where I try to add new cron jobs. Is this still related to the datastore problems? Regards, Thomas On 25 Mai, 03:12, Ryan wrote: > I'm also getting 500 errors trying to deploy a new version. > > Thanks, > Ryan > > On May 24, 6:56

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Alon Carmel
says: >> >> 2010-05-25 15:57:21 (0:07:31 from now) >> >> (note the "from now") >> > > then you better believe it! > > >> >> On Tue, May 25, 2010 at 5:50 PM, Harlan Crystal >> wrote: >> > -- Forwarded messag

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Harlan Crystal
Forwarded message ---------- >> > From: App Engine Team >> > Date: Tue, May 25, 2010 at 5:42 PM >> > Subject: [google-appengine] Re: 500 errors >> > To: Google App Engine >> > >> > >> > Task Queues and Cron Tasks are not running whil

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Jaroslav Záruba
gt; then you better believe it! > > On Tue, May 25, 2010 at 5:50 PM, Harlan Crystal > wrote: > > -- Forwarded message -- > > From: App Engine Team > > Date: Tue, May 25, 2010 at 5:42 PM > > Subject: [google-appengine] Re: 500 errors > > To:

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Harlan Crystal
ssage -- > From: App Engine Team > Date: Tue, May 25, 2010 at 5:42 PM > Subject: [google-appengine] Re: 500 errors > To: Google App Engine > > > Task Queues and Cron Tasks are not running while we are waiting for > the datastore to come back completely. Sorry, I&#

[google-appengine] Re: 500 errors

2010-05-25 Thread App Engine Team
Task Queues and Cron Tasks are not running while we are waiting for the datastore to come back completely. Sorry, I've updated the downtime notify thread to point this out. On May 25, 2:38 pm, Harlan Crystal wrote: > Logs are showing "InternalError: internal error." being thrown in all my apps. >

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Harlan Crystal
Logs are showing "InternalError: internal error." being thrown in all my apps. On Tue, May 25, 2010 at 5:37 PM, Harlan Crystal wrote: > +1. > > It is happening to all of my apps.  Task queues are not being processed. > > On Tue, May 25, 2010 at 5:31 PM, Juan Pablo Guereca > wrote: >> Hi, taskqu

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Harlan Crystal
+1. It is happening to all of my apps. Task queues are not being processed. On Tue, May 25, 2010 at 5:31 PM, Juan Pablo Guereca wrote: > Hi, taskqueues don't work in my app, the tasks are added to the queue but > they don't get executed ( I see no entry in the log and no retries ). > > Cheers,

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Juan Pablo Guereca
Hi, taskqueues don't work in my app, the tasks are added to the queue but they don't get executed ( I see no entry in the log and no retries ). Cheers, JP On 25/05/10 22:50, App Engine Team wrote: App Engine is currently experiencing a datastore outage: http://groups.google.com/group/google-ap

[google-appengine] Re: 500 errors

2010-05-25 Thread App Engine Team
App Engine is currently experiencing a datastore outage: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/5d8ce30efa259cce Things are improving now, but we're still seeing some high latency. Please let us know if you are still seeing issues. On May 25, 1:20 pm,

Re: [google-appengine] Re: 500 errors

2010-05-25 Thread Jeff Schnitzer
I'm also seeing 500 errors. My logs are full of this: com.google.apphosting.api.ApiProxy$CapabilityDisabledException: The API call datastore_v3.Put() is temporarily unavailable. at com.google.net.rpc.RpcStub$RpcCallbackDispatcher$1.runInContext(RpcStub.java:1025) at com.google.t

[google-appengine] Re: 500 errors

2010-05-25 Thread Jerome
Yes, same issue as yesterday... customers are screaming... Help! We are strong advocate of AppEngine, but these repeated outages are hurting very bad. http://code.google.com/status/appengine says there is high latency... But I am seeing the Data Store throwing read only mode exceptions right now,

[google-appengine] Re: 500 errors

2010-05-25 Thread John Gardner
+1 sporadic 500 errors. On May 25, 2:46 pm, Jesse K wrote: > App Engine just went down again -- seems the same as what was reported > yesterday in this thread: can't access apps, can't access admin > dashboard. > > App Engine Team, please get this under control! > > On May 24, 6:54 pm, Sanjay wr

[google-appengine] Re: 500 errors

2010-05-25 Thread Jesse K
App Engine just went down again -- seems the same as what was reported yesterday in this thread: can't access apps, can't access admin dashboard. App Engine Team, please get this under control! On May 24, 6:54 pm, Sanjay wrote: > Seems like a more general issue, my tasks are stuck as well, and

[google-appengine] Re: 500 errors

2010-05-25 Thread Sanjay
Seems like a more general issue, my tasks are stuck as well, and this is reflected in the task queue dashboard as well: http://code.google.com/status/appengine/detail/taskqueue/2010/05/24#ae-trust-detail-taskqueue-execution-latency On May 24, 6:52 pm, Harlan Crystal wrote: > Things look *very wr

[google-appengine] Re: 500 errors

2010-05-25 Thread Sanjay
The datastore errors and 500s have subsided, but just noticed that tasks in my application's task queue have been stuck there for the last 5 minutes, and they aren't being executed. Known issue? Anyone else seeing this? On May 24, 6:35 pm, "Wesley C (Google)" wrote: > we've had high datastore

[google-appengine] Re: 500 errors

2010-05-25 Thread gwstuff
OK. Things look normal since 6:19pm yesterday, which was when the last burst of 500s happened. Everyone affected by incidents of this type should get priority invites for GAE for Business :-) (subtle hint) z On May 24, 9:53 pm, Harlan Crystal wrote: > I'd like to suffix my plea for help with th

Re: [google-appengine] Re: 500 errors

2010-05-24 Thread Harlan Crystal
I'd like to suffix my plea for help with the extra information that the logs aren't showing any explicit errors in the last 10 minutes. On Mon, May 24, 2010 at 9:52 PM, Harlan Crystal wrote: > Things look *very wrong* on my apps.  For 2/3 of my most important > applications, 0 tasks are  being ru

Re: [google-appengine] Re: 500 errors

2010-05-24 Thread Harlan Crystal
Things look *very wrong* on my apps. For 2/3 of my most important applications, 0 tasks are being run in the last minute. Help! I have no idea how to resolve this problem on my own. -harlan On Mon, May 24, 2010 at 9:35 PM, Wesley C (Google) wrote: > we've had high datastore latencies the pas

Re: [google-appengine] Re: 500 errors

2010-05-24 Thread Wesley C (Google)
we've had high datastore latencies the past hour or so, but things seem to be getting back to normal now as i was able to apps and dashboards with no 500s. let us know if this isn't the case. -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Core Python Programming", Prentice

Re: [google-appengine] Re: 500 errors

2010-05-24 Thread Andrius A
the same is here.. app engine page shows anomaly and google responded that it has been resolved??? :) issue descriptions always say the same... http://code.google.com/status/appengine/detail/serving/2010/05/24#ae-trust-detail-helloworld-get-latency come one google, gives us more light, whats hap

[google-appengine] Re: 500 errors

2010-05-24 Thread Ryan
I'm also getting 500 errors trying to deploy a new version. Thanks, Ryan On May 24, 6:56 pm, bvelasquez wrote: > Yes, just posted on this.  My site is down, both the app and the > admin. > > 500's and the following: > > Internal Server Error > > ControllerInitError: Initialize Session Error! >

[google-appengine] Re: 500 errors

2010-05-24 Thread bvelasquez
Yes, just posted on this. My site is down, both the app and the admin. 500's and the following: Internal Server Error ControllerInitError: Initialize Session Error! Traceback Traceback (most recent call last): dispatcher.py:126 in dispatch File "/base/data/home/apps/jacob-6/ release.342093

[google-appengine] Re: 500 Errors while attempting to access admin console

2010-05-11 Thread App Engine Team
This is related to an issue causing high datastore latency: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3349ec6b1621a095 On May 11, 6:08 am, François Masurel wrote: > Yep AppEngine is down again, just like yesterday. > > On 11 mai, 15:07, michael wrote: >

[google-appengine] Re: 500 Errors while attempting to access admin console

2010-05-11 Thread François Masurel
Yep AppEngine is down again, just like yesterday. On 11 mai, 15:07, michael wrote: > May 10, 2010 6:06 am pacific - encountering 500 Error while attempting > to access admin console > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. >

[google-appengine] Re: 500 errors

2009-09-24 Thread Steven Harrington
On Sep 22, 3:35 pm, vivpuri wrote: > Only way out of this is to process in smaller steps. Make sure each of > your requests finishes under 1 second. Best case: .5 second. Ideally we would have it that way, but the processes are pretty CPU intensive; that was our main reason behind wanting to u

[google-appengine] Re: 500 errors

2009-09-24 Thread Steven Harrington
On Sep 23, 1:30 pm, Wooble wrote: > It sounds like your requests are blocking trying to hit an external > webserver which is slow.   But the timeout occurs even for servers like wikipedia! If you're holding each request open for ~10 > seconds (after which the urlfetch fails), you're not goin

[google-appengine] Re: 500 errors

2009-09-23 Thread Wooble
It sounds like your requests are blocking trying to hit an external webserver which is slow. If you're holding each request open for ~10 seconds (after which the urlfetch fails), you're not going to be able to have many incoming requests at the same time. On Sep 23, 10:02 am, Steven Harrington

[google-appengine] Re: 500 errors

2009-09-22 Thread vivpuri
Only way out of this is to process in smaller steps. Make sure each of your requests finishes under 1 second. Best case: .5 second. Also keep an eye out for the "Errors" on the dashboard. Error % number above 1% for any particular URL means trouble. --~--~-~--~~~---~--~