It's now working again. I get the feeling that there was some sort of reset, since there was a cold start delay when loading the page.
/Morten On Aug 19, 4:48 pm, DrMorten <[email protected]> wrote: > Complete stacktrace below: > java.lang.NoClassDefFoundError: com/opensymphony/module/sitemesh/html/ > tokenizer/Parser > at com.opensymphony.module.sitemesh.html.tokenizer.TagTokenizer.start > (TagTokenizer.java:32) > at com.opensymphony.module.sitemesh.html.HTMLProcessor.process > (HTMLProcessor.java:90) > at com.opensymphony.module.sitemesh.parser.HTMLPageParser.parse > (HTMLPageParser.java:52) > at > com.opensymphony.sitemesh.compatability.PageParser2ContentProcessor.build > (PageParser2ContentProcessor.java:51) > at > org.codehaus.groovy.grails.web.sitemesh.GrailsContentBufferingResponse.getContent > (GrailsContentBufferingResponse.java:53) > at > org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter.obtainContent > (GrailsPageFilter.java:229) > at org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter.doFilter > (GrailsPageFilter.java:126) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at > org.codehaus.groovy.grails.web.servlet.filter.GrailsReloadServletFilter.doFilterInternal > (GrailsReloadServletFilter.java:101) > at org.springframework.web.filter.OncePerRequestFilter.doFilter > (OncePerRequestFilter.java:76) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at > org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequestFilter.doFilterInternal > (GrailsWebRequestFilter.java:65) > at org.springframework.web.filter.OncePerRequestFilter.doFilter > (OncePerRequestFilter.java:76) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at > org.codehaus.groovy.grails.plugins.resourcesfirst.ResourcesFirstFilter.doFilter > (ResourcesFirstFilter.java:45) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at > org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal > (CharacterEncodingFilter.java:96) > at org.springframework.web.filter.OncePerRequestFilter.doFilter > (OncePerRequestFilter.java:76) > at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate > (DelegatingFilterProxy.java:236) > at org.springframework.web.filter.DelegatingFilterProxy.doFilter > (DelegatingFilterProxy.java:167) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at com.studentsonly.grails.plugins.uiperformance.CacheFilter.doFilter > (CacheFilter.java:71) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter > (SaveSessionFilter.java:35) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at > com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter > (TransactionCleanupFilter.java:43) > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter > (ServletHandler.java:1084) > at org.mortbay.jetty.servlet.ServletHandler.handle > (ServletHandler.java:360) > at org.mortbay.jetty.security.SecurityHandler.handle > (SecurityHandler.java:216) > at org.mortbay.jetty.servlet.SessionHandler.handle > (SessionHandler.java:181) > at org.mortbay.jetty.handler.ContextHandler.handle > (ContextHandler.java:712) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java: > 405) > at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle > (AppVersionHandlerMap.java:237) > at org.mortbay.jetty.handler.HandlerWrapper.handle > (HandlerWrapper.java:139) > at org.mortbay.jetty.Server.handle(Server.java:313) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java: > 506) > at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete > (HttpConnection.java:830) > at com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable > (RpcRequestParser.java:76) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381) > at > com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest > (JettyServletEngineAdapter.java:139) > at com.google.apphosting.runtime.JavaRuntime.handleRequest > (JavaRuntime.java:235) > at com.google.apphosting.base.RuntimePb$EvaluationRuntime > $6.handleBlockingRequest(RuntimePb.java:4823) > at com.google.apphosting.base.RuntimePb$EvaluationRuntime > $6.handleBlockingRequest(RuntimePb.java:4821) > at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest > (BlockingApplicationHandler.java:24) > at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java: > 359) > at com.google.net.rpc.impl.Server$2.run(Server.java:820) > at com.google.tracing.LocalTraceSpanRunnable.run > (LocalTraceSpanRunnable.java:56) > at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan > (LocalTraceSpanBuilder.java:516) > at com.google.net.rpc.impl.Server.startRpc(Server.java:775) > at com.google.net.rpc.impl.Server.processRequest(Server.java:348) > at com.google.net.rpc.impl.ServerConnection.messageReceived > (ServerConnection.java:436) > 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: > 428) > at com.google.net.async.EventDispatcher.processNetworkEvents > (EventDispatcher.java:762) > at com.google.net.async.EventDispatcher.internalLoop > (EventDispatcher.java:207) > at com.google.net.async.EventDispatcher.loop(EventDispatcher.java: > 101) > at com.google.net.rpc.RpcService.runUntilServerShutdown > (RpcService.java:251) > at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run > (JavaRuntime.java:374) > at java.lang.Thread.run(Unknown Source) > > On Aug 19, 4:46 pm, DrMorten <[email protected]> > wrote: > > > I have this issue right now onwww.cuttime.se > > > also a grails 1.1.1 application > > > Error 500: com/opensymphony/module/sitemesh/html/tokenizer/Parser > > Servlet: _ah_default > > URI: / > > Exception Message: com/opensymphony/module/sitemesh/html/tokenizer/ > > Parser > > Caused by: com/opensymphony/module/sitemesh/html/tokenizer/Parser > > Class: Unknown > > > java.lang.NoClassDefFoundError: com/opensymphony/module/sitemesh/html/ > > tokenizer/Parser > > at > > com.opensymphony.module.sitemesh.html.tokenizer.TagTokenizer.start > > (TagTokenizer.java:32) > > at com.opensymphony.module.sitemesh.html.HTMLProcessor.process > > (HTMLProcessor.java:90) > > at com.opensymphony.module.sitemesh.parser.HTMLPageParser.parse > > (HTMLPageParser.java:52) > > at > > com.opensymphony.sitemesh.compatability.PageParser2ContentProcessor.build > > (PageParser2ContentProcessor.java:51) > > at > > org.codehaus.groovy.grails.web.sitemesh.GrailsContentBufferingResponse.getContent > > (GrailsContentBufferingResponse.java:53) > > > On Jul 10, 10:42 pm, "Jason (Google)" <[email protected]> wrote: > > > > Hi Sven. The next time you or one of your users see this exception, can > > > you > > > take note of the message and/or stack trace? I haven't been able to > > > reproduce the issue, and I don't have enough experience with the SiteMesh > > > framework to know what could cause such a bug. > > > - Jason > > > > On Wed, Jul 8, 2009 at 8:33 AM, hansamann > > > <[email protected]>wrote: > > > > > Hi all, > > > > > I am seeing a apparently random error on > > > > 38.latest.groovytweets.appspot.com (currently the default, so hitting > > > >www.groovytweets.orgwillalsodo). It is an exception related to some > > > > SiteMesh Parser class that could not be initialized. > > > > > I cannot print the stacktrace as it really happens from time to time. > > > > If you hit the error, it seems to 'stick' and no matter how often you > > > > reload, you will get it. Right now it works... > > > > > The app is a Grails 1.1.1 app, the last couple of deployments were ( I > > > > believe) relatively stable... > > > > > Is there an explanation for that? Strangely, that specific error also > > > > does not show up in the logs. > > > > > Cheers > > > > Sven --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
