Hi!

We get the following stacktrace for one application after upgrading til resin 
4.0.8. We can't reproduce this issue on resin 4.0.7 or 4.0.6.

[2010-07-05 11:30:05.144] {main} ProResin[id=medark-1] started in 8350ms
[2010-07-05 11:30:05.197] {null-1} WebApp[http://xxxx.uio.no/xxx] Initializing 
Spring FrameworkServlet 'xxx'
[2010-07-05 11:30:11.492] {null-15} 
org.springframework.web.util.NestedServletException: Request processing failed; 
nested exception is java.lang.ArrayIndexOutOfBoundsException: 8192
                                        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:656)
                                        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
                                        at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:119)
                                        at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:96)
                                        at 
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:109)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:343)
                                        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
                                        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
                                        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:355)
                                        at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:149)
                                        at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
                                        at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
                                        at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
                                        at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
                                        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
                                        at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
                                        at 
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183)
                                        at 
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:286)
                                        at 
com.caucho.server.hmux.HmuxRequest.handleInvocation(HmuxRequest.java:494)
                                        at 
com.caucho.server.hmux.HmuxRequest.handleRequestImpl(HmuxRequest.java:399)
                                        at 
com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:365)
                                        at 
com.caucho.network.listen.TcpSocketLink.dispatchRequest(TcpSocketLink.java:662)
                                        at 
com.caucho.network.listen.TcpSocketLink.handleRequestsImpl(TcpSocketLink.java:625)
                                        at 
com.caucho.network.listen.TcpSocketLink.handleRequests(TcpSocketLink.java:576)
                                        at 
com.caucho.network.listen.TcpSocketLink$AcceptTask.doTask(TcpSocketLink.java:1186)
                                        at 
com.caucho.network.listen.TcpSocketLink$ConnectionReadTask.runThread(TcpSocketLink.java:1121)
                                        at 
com.caucho.network.listen.TcpSocketLink$AcceptTask.run(TcpSocketLink.java:1153)
                                        at 
com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901)
                                        at 
com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866)
                                    Caused by: 
java.lang.ArrayIndexOutOfBoundsException: 8192
                                        at 
com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)
                                        at 
com.caucho.server.http.ToByteResponseStream.flushCharBuffer(ToByteResponseStream.java:464)
                                        at 
com.caucho.server.http.ToByteResponseStream.nextCharBuffer(ToByteResponseStream.java:434)
                                        at 
com.caucho.server.http.ResponseWriter.write(ResponseWriter.java:144)
                                        at 
com.caucho.vfs.AbstractPrintWriter.write(AbstractPrintWriter.java:91)
                                        at 
freemarker.core.DollarVariable.accept(DollarVariable.java:76)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.MixedContent.accept(MixedContent.java:92)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:167)
                                        at 
freemarker.core.Environment.visit(Environment.java:417)
                                        at 
freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.MixedContent.accept(MixedContent.java:92)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.Macro$Context.runMacro(Macro.java:172)
                                        at 
freemarker.core.Environment.visit(Environment.java:603)
                                        at 
freemarker.core.UnifiedCall.accept(UnifiedCall.java:106)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.MixedContent.accept(MixedContent.java:92)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.ConditionalBlock.accept(ConditionalBlock.java:79)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.MixedContent.accept(MixedContent.java:92)
                                        at 
freemarker.core.Environment.visit(Environment.java:210)
                                        at 
freemarker.core.Environment.process(Environment.java:190)
                                        at 
freemarker.template.Template.process(Template.java:237)
                                        at 
org.springframework.web.servlet.view.freemarker.FreeMarkerView.processTemplate(FreeMarkerView.java:366)
                                        at 
org.springframework.web.servlet.view.freemarker.FreeMarkerView.doRender(FreeMarkerView.java:283)
                                        at 
org.springframework.web.servlet.view.freemarker.FreeMarkerView.renderMergedTemplateModel(FreeMarkerView.java:233)
                                        at 
org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167)
                                        at 
org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
                                        at 
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1063)
                                        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:801)
                                        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
                                        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
                                        ... 44 more


-Kaj :)

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to