Hi I am experiencing an intermitent problem of GAE jetty 9.0 crash. The crash is not caused by a specific restful call. Once GAE jetty 9.0 crashes, the service (the application) is not accessable anymore and all instances have to be restarted. Have anyone seen the same problem and managed to get full stacktrace logs to find the root cause?
Here is the complete log. on GAE java standard environment, XX:-OmitStackTraceInFastThrow is not supported. any help on getting the full stacktrace is real appreciated. avax.servlet.ServletException: java.lang.ClassCastException: Stack trace intentionally empty, disable using -XX:-OmitStackTraceInFastThrow at com.google.apphosting.runtime.jetty9.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:297) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) at org.eclipse.jetty.server.Server.handle(Server.java:539) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:333) at com.google.apphosting.runtime.jetty9.RpcConnection.handle(RpcConnection.java:213) at com.google.apphosting.runtime.jetty9.RpcConnector.serviceRequest(RpcConnector.java:81) at com.google.apphosting.runtime.jetty9.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:134) at com.google.apphosting.runtime.JavaRuntime$RequestRunnable.dispatchServletRequest(JavaRuntime.java:781) at com.google.apphosting.runtime.JavaRuntime$RequestRunnable.dispatchRequest(JavaRuntime.java:744) at com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:714) at com.google.apphosting.runtime.JavaRuntime$NullSandboxRequestRunnable.run(JavaRuntime.java:900) at com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:270) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassCastException: Stack trace intentionally empty, disable using -XX:-OmitStackTraceInFastThrow Jerry -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c7326ceb-d25e-4de9-874b-f8b15fff065dn%40googlegroups.com.
