Created
June 3, 2010 05:25
-
-
Save jwang/423505 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
1. | |
06-02 10:24PM 06.935 /rails/info/properties 500 4674ms 6766cpu_ms 0kb Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) | |
See details | |
66.91.76.244 - - [02/Jun/2010:22:24:11 -0700] "GET /rails/info/properties HTTP/1.1" 500 109 "http://jruby-gdata.appspot.com/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe)" "jruby-gdata.appspot.com" | |
2. | |
E 06-02 10:24PM 11.331 | |
javax.servlet.ServletContext log: Warning: error application could not be initialized | |
org.jruby.rack.RackInitializationException: library `java' could not be loaded: java.lang.ExceptionInInitializerError | |
at org.jruby.rack.DefaultRackApplicationFactory.newRuntime(DefaultRackApplicationFactory.java:85) | |
at org.jruby.rack.DefaultRackApplicationFactory.createApplication(DefaultRackApplicationFactory.java:177) | |
at org.jruby.rack.DefaultRackApplicationFactory.newErrorApplication(DefaultRackApplicationFactory.java:127) | |
at org.jruby.rack.DefaultRackApplicationFactory.init(DefaultRackApplicationFactory.java:45) | |
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:26) | |
at com.google.appengine.jruby.LazyApplicationFactory.real_factory(rack.duby:39) | |
at com.google.appengine.jruby.LazyApplicationFactory.getApplication(rack.duby:51) | |
at org.jruby.rack.servlet.DefaultServletDispatcher.process(DefaultServletDispatcher.java:36) | |
at org.jruby.rack.RackFilter.doFilter(RackFilter.java:56) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:97) | |
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:238) | |
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.handleRequest(JavaRuntime.java:250) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5838) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5836) | |
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) | |
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:398) | |
at com.google.net.rpc.impl.Server$2.run(Server.java:852) | |
at com.google.tracing.LocalTraceSpanRunnable.run(LocalTraceSpanRunnable.java:56) | |
at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan(LocalTraceSpanBuilder.java:576) | |
at com.google.net.rpc.impl.Server.startRpc(Server.java:807) | |
at com.google.net.rpc.impl.Server.processRequest(Server.java:369) | |
at com.google.net.rpc.impl.ServerConnection.messageReceived(ServerConnection.java:442) | |
at com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319) | |
at com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290) | |
at com.google.net.async.Connection.handleReadEvent(Connection.java:474) | |
at com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:831) | |
at com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207) | |
at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103) | |
at com.google.net.rpc.RpcService.runUntilServerShutdown(RpcService.java:251) | |
at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run(JavaRuntime.java:413) | |
at java.lang.Thread.run(Unknown Source) | |
Caused by: org.jruby.exceptions.RaiseException: library `java' could not be loaded: java.lang.ExceptionInInitializerError | |
at (unknown).new(:1) | |
at (unknown).(unknown)(:1) | |
3. | |
E 06-02 10:24PM 11.386 | |
javax.servlet.ServletContext log: unable to create shared application instance | |
org.jruby.rack.RackInitializationException: library `java' could not be loaded: java.lang.NoClassDefFoundError: Could not initialize class org.jruby.javasupport.JavaClass | |
at org.jruby.rack.DefaultRackApplicationFactory.newRuntime(DefaultRackApplicationFactory.java:85) | |
at org.jruby.rack.DefaultRackApplicationFactory.createApplication(DefaultRackApplicationFactory.java:177) | |
at org.jruby.rack.DefaultRackApplicationFactory.newApplication(DefaultRackApplicationFactory.java:50) | |
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackApplicationFactory.java:58) | |
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:27) | |
at com.google.appengine.jruby.LazyApplicationFactory.real_factory(rack.duby:39) | |
at com.google.appengine.jruby.LazyApplicationFactory.getApplication(rack.duby:51) | |
at org.jruby.rack.servlet.DefaultServletDispatcher.process(DefaultServletDispatcher.java:36) | |
at org.jruby.rack.RackFilter.doFilter(RackFilter.java:56) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:97) | |
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:238) | |
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.handleRequest(JavaRuntime.java:250) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5838) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5836) | |
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) | |
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:398) | |
at com.google.net.rpc.impl.Server$2.run(Server.java:852) | |
at com.google.tracing.LocalTraceSpanRunnable.run(LocalTraceSpanRunnable.java:56) | |
at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan(LocalTraceSpanBuilder.java:576) | |
at com.google.net.rpc.impl.Server.startRpc(Server.java:807) | |
at com.google.net.rpc.impl.Server.processRequest(Server.java:369) | |
at com.google.net.rpc.impl.ServerConnection.messageReceived(ServerConnection.java:442) | |
at com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319) | |
at com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290) | |
at com.google.net.async.Connection.handleReadEvent(Connection.java:474) | |
at com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:831) | |
at com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207) | |
at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103) | |
at com.google.net.rpc.RpcService.runUntilServerShutdown(RpcService.java:251) | |
at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run(JavaRuntime.java:413) | |
at java.lang.Thread.run(Unknown Source) | |
Caused by: org.jruby.exceptions.RaiseException: library `java' could not be loaded: java.lang.NoClassDefFoundError: Could not initialize class org.jruby.javasupport.JavaClass | |
at (unknown).new(:1) | |
at (unknown).(unknown)(:1) | |
4. | |
E 06-02 10:24PM 11.387 | |
javax.servlet.ServletContext log: Application Error | |
org.jruby.rack.RackInitializationException: unable to create shared application instance | |
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:39) | |
at com.google.appengine.jruby.LazyApplicationFactory.real_factory(rack.duby:39) | |
at com.google.appengine.jruby.LazyApplicationFactory.getApplication(rack.duby:51) | |
at org.jruby.rack.servlet.DefaultServletDispatcher.process(DefaultServletDispatcher.java:36) | |
at org.jruby.rack.RackFilter.doFilter(RackFilter.java:56) | |
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) | |
at com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:97) | |
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:238) | |
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.handleRequest(JavaRuntime.java:250) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5838) | |
at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5836) | |
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) | |
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:398) | |
at com.google.net.rpc.impl.Server$2.run(Server.java:852) | |
at com.google.tracing.LocalTraceSpanRunnable.run(LocalTraceSpanRunnable.java:56) | |
at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan(LocalTraceSpanBuilder.java:576) | |
at com.google.net.rpc.impl.Server.startRpc(Server.java:807) | |
at com.google.net.rpc.impl.Server.processRequest(Server.java:369) | |
at com.google.net.rpc.impl.ServerConnection.messageReceived(ServerConnection.java:442) | |
at com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319) | |
at com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290) | |
at com.google.net.async.Connection.handleReadEvent(Connection.java:474) | |
at com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:831) | |
at com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:207) | |
at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:103) | |
at com.google.net.rpc.RpcService.runUntilServerShutdown(RpcService.java:251) | |
at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run(JavaRuntime.java:413) | |
at java.lang.Thread.run(Unknown Source) | |
Caused by: org.jruby.rack.RackInitializationException: library `java' could not be loaded: java.lang.NoClassDefFoundError: Could not initialize class org.jruby.javasupport.JavaClass | |
at org.jruby.rack.DefaultRackApplicationFactory.newRuntime(DefaultRackApplicationFactory.java:85) | |
at org.jruby.rack.DefaultRackApplicationFactory.createApplication(DefaultRackApplicationFactory.java:177) | |
at org.jruby.rack.DefaultRackApplicationFactory.newApplication(DefaultRackApplicationFactory.java:50) | |
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackApplicationFactory.java:58) | |
at org.jruby.rack.SharedRackApplicationFactory.init(SharedRackApplicationFactory.java:27) | |
... 44 more | |
Caused by: org.jruby.exceptions.RaiseException: library `java' could not be loaded: java.lang.NoClassDefFoundError: Could not initialize class org.jruby.javasupport.JavaClass | |
at (unknown).new(:1) | |
at (unknown).(unknown)(:1) | |
5. | |
I 06-02 10:24PM 11.609 | |
This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for your application. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment