Skip to content

Instantly share code, notes, and snippets.

@FabricioFFC
Created March 21, 2011 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FabricioFFC/879746 to your computer and use it in GitHub Desktop.
Save FabricioFFC/879746 to your computer and use it in GitHub Desktop.
Error code 104 - GAE
2011-03-21 09:24:38.185 / 500 47181ms 37455cpu_ms 0kb Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16,gzip(gfe)
189.68.16.247 - - [21/Mar/2011:09:24:38 -0700] "GET / HTTP/1.1" 500 217 - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16,gzip(gfe)" "vizir-ics.appspot.com" ms=47182 cpu_ms=37455 api_cpu_ms=0 cpm_usd=1.040485 pending_ms=1144 exit_code=104 throttle_code=1
E 2011-03-21 09:24:37.572
javax.servlet.ServletContext log: unable to create shared application instance
org.jruby.rack.RackInitializationException: undefined method `blame_file!' for #<Java::ComGoogleApphostingApi::DeadlineExceededException:0x16bc6e5>
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/actionpack-2.3.11/lib/action_controller/routing/route_set.rb:287:in `load_routes!'
from org/jruby/RubyArray.java:1572:in `each'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/actionpack-2.3.11/lib/action_controller/routing/route_set.rb:287:in `load_routes!'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/actionpack-2.3.11/lib/action_controller/routing/route_set.rb:267:in `load!'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/rails-2.3.11/lib/initializer.rb:537:in `initialize_routing'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/rails-2.3.11/lib/initializer.rb:188:in `process'
from org/jruby/RubyKernel.java:2038:in `send'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/rails-2.3.11/lib/initializer.rb:113:in `run'
from ./config/environment.rb:9:in `(root)'
from org/jruby/RubyKernel.java:1037:in `require'
from ./config/environment.rb:13:in `(root)'
from org/jruby/RubyKernel.java:1087:in `eval'
from <script>:3:in `(root)'
from org/jruby/RubyKernel.java:2007:in `instance_eval'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/builder.rb:46:in `initialize'
from <script>:3:in `(root)'
at org.jruby.rack.DefaultRackApplicationFactory$4.init(DefaultRackApplicationFactory.java:198)
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackApplicationFactory.java:61)
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:27)
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:40)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java:191)
at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(AppVersionHandlerMap.java:168)
at com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:123)
at com.google.apphosting.runtime.JavaRuntime.handleRequest(JavaRuntime.java:261)
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$2.handleRequest(RuntimePb.java:8440)
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:454)
at com.google.net.rpc.impl.Server$RpcTask.runInContext(Server.java:572)
at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:448)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:688)
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:326)
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:318)
at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:446)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `blame_file!' for #<Java::ComGoogleApphostingApi::DeadlineExceededException:0x16bc6e5>
E 2011-03-21 09:24:37.575
javax.servlet.ServletContext log: Error: application initialization failed
org.jruby.rack.RackInitializationException: unable to create shared application instance
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:39)
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:40)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java:191)
at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.getHandler(AppVersionHandlerMap.java:168)
at com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:123)
at com.google.apphosting.runtime.JavaRuntime.handleRequest(JavaRuntime.java:261)
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$2.handleRequest(RuntimePb.java:8440)
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:454)
at com.google.net.rpc.impl.Server$RpcTask.runInContext(Server.java:572)
at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:448)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:688)
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:326)
at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:318)
at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:446)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.jruby.rack.RackInitializationException: undefined method `blame_file!' for #<Java::ComGoogleApphostingApi::DeadlineExceededException:0x16bc6e5>
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/actionpack-2.3.11/lib/action_controller/routing/route_set.rb:287:in `load_routes!'
from org/jruby/RubyArray.java:1572:in `each'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/actionpack-2.3.11/lib/action_controller/routing/route_set.rb:287:in `load_routes!'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/actionpack-2.3.11/lib/action_controller/routing/route_set.rb:267:in `load!'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/rails-2.3.11/lib/initializer.rb:537:in `initialize_routing'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/rails-2.3.11/lib/initializer.rb:188:in `process'
from org/jruby/RubyKernel.java:2038:in `send'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/gems.jar!/bundler_gems/jruby/1.8/gems/rails-2.3.11/lib/initializer.rb:113:in `run'
from ./config/environment.rb:9:in `(root)'
from org/jruby/RubyKernel.java:1037:in `require'
from ./config/environment.rb:13:in `(root)'
from org/jruby/RubyKernel.java:1087:in `eval'
from <script>:3:in `(root)'
from org/jruby/RubyKernel.java:2007:in `instance_eval'
from file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/builder.rb:46:in `initialize'
from <script>:3:in `(root)'
at org.jruby.rack.DefaultRackApplicationFactory$4.init(DefaultRackApplicationFactory.java:198)
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackApplicationFactory.java:61)
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:27)
... 22 more
Caused by: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `blame_file!' for #<Java::ComGoogleApphostingApi::DeadlineExceededException:0x16bc6e5>
E 2011-03-21 09:24:37.962
javax.servlet.ServletContext log: Application Error
org.jruby.exceptions.RaiseException: (IOError) closed stream
at org.jruby.RubyIO.read(org/jruby/RubyIO.java:2722)
at Rack::File.each(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/file.rb:86)
at org.jruby.RubyIO.open(org/jruby/RubyIO.java:1120)
at Rack::File.each(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/file.rb:85)
at JRuby::Rack::Errors.response_content(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/jruby/rack/errors.rb:41)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:268)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:228)
at org.jruby.RubyHash.default(org/jruby/RubyHash.java:644)
at org.jruby.RubyHash.[](org/jruby/RubyHash.java:993)
at JRuby::Rack::Errors.response_content(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/jruby/rack/errors.rb:48)
at JRuby::Rack::Errors.call(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/jruby/rack/errors.rb:17)
at Rack::ShowStatus.call(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/showstatus.rb:20)
at Rack::Handler::Servlet.call(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/rack/handler/servlet.rb:19)
E 2011-03-21 09:24:37.981
javax.servlet.ServletContext log: Error: Couldn't handle error
org.jruby.exceptions.RaiseException: (IOError) closed stream
at org.jruby.RubyIO.read(org/jruby/RubyIO.java:2722)
at Rack::File.each(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/file.rb:86)
at org.jruby.RubyIO.open(org/jruby/RubyIO.java:1120)
at Rack::File.each(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/file.rb:85)
at JRuby::Rack::Errors.response_content(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/jruby/rack/errors.rb:41)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:268)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:228)
at org.jruby.RubyHash.default(org/jruby/RubyHash.java:644)
at org.jruby.RubyHash.[](org/jruby/RubyHash.java:993)
at JRuby::Rack::Errors.response_content(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/jruby/rack/errors.rb:48)
at JRuby::Rack::Errors.call(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/jruby/rack/errors.rb:17)
at Rack::ShowStatus.call(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/vendor/rack-1.2.1/rack/showstatus.rb:20)
at Rack::Handler::Servlet.call(file:/base/data/home/apps/vizir-ics/1.349156647874378203/WEB-INF/lib/jruby-rack-1.0.5.jar!/rack/handler/servlet.rb:19)
W 2011-03-21 09:24:38.123
A serious problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may be throwing exceptions during the initialization of your application. (Error code 104)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment