Lots of 500 - DeadlineExceeded errors these last 2 days

138 views
Skip to first unread message

GAEfan

unread,
Apr 4, 2012, 12:39:16 PM4/4/12
to Google App Engine
System status shows normal. Anyone else experiencing this?

Will

unread,
Apr 4, 2012, 3:53:24 PM4/4/12
to google-a...@googlegroups.com
Yeah, me too. Python25, HR.

I slowly get used to it, though.

Will

On Wed, Apr 4, 2012 at 9:39 AM, GAEfan <ken...@gmail.com> wrote:
System status shows normal.  Anyone else experiencing this?

--
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-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.


Miroslav Genov

unread,
Apr 6, 2012, 7:02:22 AM4/6/12
to google-a...@googlegroups.com
Same on my side (app java, HRD, GAE 1.6.1). Here is a tack trace: 

com.google.apphosting.api.DeadlineExceededException: This request (d454bebf893d7268) started at 2012/04/06 10:47:00.215 UTC and was still executing at 2012/04/06 10:48:02.648 UTC.
	at java.util.ArrayList.size(ArrayList.java:197)
	at com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.getMirror(NameTranslator.java:332)
	at com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.getMirrorType(NameTranslator.java:508)
	at com.google.apphosting.runtime.security.preverifier.intercept.NameTranslator.translateMethodDescriptor(NameTranslator.java:472)
	at com.google.apphosting.runtime.security.preverifier.intercept.Interceptor.visitMethod(Interceptor.java:277)
	at com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown Source)
	at com.google.apphosting.runtime.security.preverifier.ClassLoaderPreVerifier.visitMethod(ClassLoaderPreVerifier.java:197)
	at com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown Source)
	at com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown Source)
	at com.google.apphosting.runtime.security.preverifier.StripLocalVariablesVisitor.visitMethod(StripLocalVariablesVisitor.java:35)
	at com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassAdapter.visitMethod(Unknown Source)
	at com.google.apphosting.runtime.security.preverifier.FinalizeVisitor.visitMethod(FinalizeVisitor.java:58)
	at com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassReader.accept(Unknown Source)
	at com.google.apphosting.runtime.repackaged.org.objectweb.asm.ClassReader.accept(Unknown Source)
	at com.google.apphosting.runtime.security.preverifier.PreVerifier.sweep(PreVerifier.java:253)
	at com.google.apphosting.runtime.security.UserClassLoader.doSweepClass(UserClassLoader.java:552)
	at com.google.apphosting.runtime.security.UserClassLoader.access$500(UserClassLoader.java:51)
	at com.google.apphosting.runtime.security.UserClassLoader$2.run(UserClassLoader.java:533)
	at com.google.apphosting.runtime.security.UserClassLoader$2.run(UserClassLoader.java:531)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.google.apphosting.runtime.security.UserClassLoader.sweepClass(UserClassLoader.java:531)
	at com.google.apphosting.runtime.security.UserClassLoader.sweepResource(UserClassLoader.java:618)
	at com.google.apphosting.runtime.security.UserClassLoader.sweepResourceAndDefineClass(UserClassLoader.java:613)
	at com.google.apphosting.runtime.security.UserClassLoader.access$400(UserClassLoader.java:51)
	at com.google.apphosting.runtime.security.UserClassLoader$1.run(UserClassLoader.java:425)
	at com.google.apphosting.runtime.security.UserClassLoader$1.run(UserClassLoader.java:417)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.google.apphosting.runtime.security.UserClassLoader.findClass(UserClassLoader.java:417)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at com.google.apphosting.runtime.security.UserClassLoader.loadClassImpl(UserClassLoader.java:510)
	at com.google.apphosting.runtime.security.UserClassLoader.loadClass(UserClassLoader.java:446)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	at com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilder(MemcacheServicePb.java:4849)
	at com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilderForType(MemcacheServicePb.java:4850)
	at com.google.appengine.api.memcache.MemcacheServicePb$MemcacheSetResponse.newBuilderForType(MemcacheServicePb.java:4538)
	at com.google.appengine.api.memcache.MemcacheServiceApiHelper$RpcResponseHandler.<init>(MemcacheServiceApiHelper.java:51)
	at com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.createRpcResponseHandler(AsyncMemcacheServiceImpl.java:280)
	at com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.doPutAll(AsyncMemcacheServiceImpl.java:521)
	at com.google.appengine.api.memcache.AsyncMemcacheServiceImpl.putAll(AsyncMemcacheServiceImpl.java:564)
	at com.google.appengine.api.memcache.MemcacheServiceImpl.putAll(MemcacheServiceImpl.java:112)
	at com.google.appengine.tools.appstats.MemcacheWriter.persist(MemcacheWriter.java:247)
	at com.google.appengine.tools.appstats.MemcacheWriter.commit(MemcacheWriter.java:168)
	at com.google.appengine.tools.appstats.AppstatsFilter.doFilter(AppstatsFilter.java:151)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:102)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
	at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:249)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.Server.handle(Server.java:326)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
	at com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
	at com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135)
	at com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:446)
	at com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:449)
	at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:455)
	at com.google.tracing.TraceContext.runInContext(TraceContext.java:695)
	at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:333)
	at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:325)
	at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:453)
	at com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
	at java.lang.Thread.run(Thread.java:679)


On Wednesday, April 4, 2012 10:53:24 PM UTC+3, Will Xu wrote:
Yeah, me too. Python25, HR.

I slowly get used to it, though.

Will

On Wed, Apr 4, 2012 at 9:39 AM, GAEfan <ken...@gmail.com> wrote:
System status shows normal.  Anyone else experiencing this?

--
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 email to google-appengine+unsubscribe@googlegroups.com.

Ray

unread,
Apr 6, 2012, 3:18:44 PM4/6/12
to google-a...@googlegroups.com
Sorry but no one really care...

Will

unread,
Apr 10, 2012, 12:58:18 PM4/10/12
to google-a...@googlegroups.com
That's not true in my case. A googler contacted me and explained the situation to me.

Best,

Will

On Fri, Apr 6, 2012 at 12:18 PM, Ray <wind...@gmail.com> wrote:
Sorry but no one really care...
--
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/-/8Z5DFNB-UFMJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.

Nicanor Babula

unread,
Apr 11, 2012, 9:48:54 AM4/11/12
to google-a...@googlegroups.com
Same here. (java, HRD, sdk 1.6.3.1)

Mos

unread,
Apr 11, 2012, 4:10:47 PM4/11/12
to google-a...@googlegroups.com
There seems to be a serious problem in GAE for weeks. It doesn't look like Google App Engine is taken serious anymore.
Currently there is again an outage. Our customers see a GAE error.

Check the last comment of
http://code.google.com/p/googleappengine/issues/detail?id=7133

On Fri, Apr 6, 2012 at 9:18 PM, Ray <wind...@gmail.com> wrote:
Sorry but no one really care...
--
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/-/8Z5DFNB-UFMJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages