Hi, I looked at the code but I don't see (in a short amount of time) how the error is happening, probably some math error, but I never seen the error myself.
The best course of action is to make it reproducable, open a ticket at https://osgeo-org.atlassian.net/projects/GEOS/issues with a small data sample, configuration and a sample request that makes it happen. Remember that user list support and bug fixing on the Jira all happens during people spare time, as such it's unpredictable, if you need this fix to be guaranteed and with a specific deadline, you can also consider the commercial support avenue: http://geoserver.org/support/ Cheers Andrea On Wed, Sep 7, 2016 at 4:41 PM, Vasicek, Cliff <cvasi...@corelogic.com> wrote: > Does anybody have any suggestions/guidance/support on my question. It is > causing a problem in our app that I would like to get resolved. Thanks. > > > > *From:* Vasicek, Cliff > *Sent:* Wednesday, August 24, 2016 4:36 PM > *To:* 'geoserver-users@lists.sourceforge.net' <geoserver-users@lists. > sourceforge.net> > *Subject:* Missing tiles when using tilesorigin and tiled=true > > > > I have a leaflet app that makes a WMS call to geoserver (tested on both > 2.8.3 and 2.9.1) to display a particular layer and I use the tiled=true and > tilesorigin parameters to fix the multiple label issue. It works as > expected usually, but when panning around in the application, a tile will > periodically be missing (not displaying the layer data). If I zoom in or > out, the data that was previously not being displayed will display, but I > will then usually see the issue in a different location at the new zoom > level. If I change the app to not pass in the tiled=true and tilesorigin > parameters, I do not have the “blank tile” issue, but I am back to having > multiple labels displayed. Any thoughts on why these parameters would > cause this issue? Looking at the geoserver logs, I see the following when > the issue occurs: > > > > 2016-08-19 13:22:21,500 DEBUG [org.geoserver.wms] - Tiled request > detected, activating on the fly meta tiler > > 2016-08-19 13:22:21,500 DEBUG [org.geoserver.wms] - setting up map > > 2016-08-19 13:22:21,500 ERROR [org.geoserver.ows] - > > java.lang.ArrayIndexOutOfBoundsException: 11 > > at org.geoserver.wms.map.QuickTileCache.getTile( > QuickTileCache.java:363) > > at org.geoserver.wms.map.QuickTileCache.getTile( > QuickTileCache.java:345) > > at org.geoserver.wms.map.MetatileMapOutputFormat. > produceMap(MetatileMapOutputFormat.java:131) > > at org.geoserver.wms.GetMap.executeInternal(GetMap.java: > 505) > > at org.geoserver.wms.GetMap.run(GetMap.java:249) > > at org.geoserver.wms.GetMap.run(GetMap.java:119) > > at org.geoserver.wms.DefaultWebMapService.getMap( > DefaultWebMapService.java:320) > > at sun.reflect.GeneratedMethodAccessor192.invoke(Unknown > Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:498) > > at org.springframework.aop.support.AopUtils. > invokeJoinpointUsingReflection(AopUtils.java:302) > > at org.springframework.aop.framework. > ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation. > java:190) > > at org.springframework.aop.framework. > ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) > > at org.geoserver.kml.WebMapServiceKmlInterceptor.invoke( > WebMapServiceKmlInterceptor.java:34) > > at org.springframework.aop.framework. > ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) > > at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke( > CacheSeedingWebMapService.java:62) > > at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke( > CacheSeedingWebMapService.java:36) > > at org.springframework.aop.framework. > ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) > > at org.geoserver.gwc.wms.CachingWebMapService.invoke( > CachingWebMapService.java:74) > > at org.geoserver.gwc.wms.CachingWebMapService.invoke( > CachingWebMapService.java:55) > > at org.springframework.aop.framework. > ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) > > at org.geoserver.ows.util.RequestObjectLogger.invoke( > RequestObjectLogger.java:55) > > at org.springframework.aop.framework. > ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) > > at org.springframework.aop.framework.JdkDynamicAopProxy. > invoke(JdkDynamicAopProxy.java:208) > > at com.sun.proxy.$Proxy58.getMap(Unknown Source) > > at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown > Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:498) > > at org.geoserver.ows.Dispatcher. > execute(Dispatcher.java:840) > > at org.geoserver.ows.Dispatcher.handleRequestInternal( > Dispatcher.java:268) > > at org.springframework.web.servlet.mvc.AbstractController. > handleRequest(AbstractController.java:147) > > at org.springframework.web.servlet.mvc. > SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter > .java:50) > > at org.springframework.web.servlet.DispatcherServlet. > doDispatch(DispatcherServlet.java:959) > > at org.springframework.web.servlet.DispatcherServlet. > doService(DispatcherServlet.java:893) > > at org.springframework.web.servlet.FrameworkServlet. > processRequest(FrameworkServlet.java:968) > > at org.springframework.web.servlet.FrameworkServlet. > doGet(FrameworkServlet.java:859) > > at javax.servlet.http.HttpServlet.service( > HttpServlet.java:687) > > at org.springframework.web.servlet.FrameworkServlet. > service(FrameworkServlet.java:844) > > at javax.servlet.http.HttpServlet.service( > HttpServlet.java:790) > > at org.eclipse.jetty.servlet.ServletHolder.handle( > ServletHolder.java:808) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1669) > > at org.geoserver.filters.ThreadLocalsCleanupFilter. > doFilter(ThreadLocalsCleanupFilter.java:28) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.geoserver.filters.SpringDelegatingFilter$Chain. > doFilter(SpringDelegatingFilter.java:75) > > at org.geoserver.wms.animate.AnimatorFilter.doFilter( > AnimatorFilter.java:71) > > at org.geoserver.filters.SpringDelegatingFilter$Chain. > doFilter(SpringDelegatingFilter.java:71) > > at org.geoserver.filters.SpringDelegatingFilter.doFilter( > SpringDelegatingFilter.java:46) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.geoserver.platform.AdvancedDispatchFilter.doFilter( > AdvancedDispatchFilter.java:50) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:316) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.access.intercept. > FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) > > at org.springframework.security.web.access.intercept. > FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.access. > ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter. > GeoServerAnonymousAuthenticationFilter.doFilter( > GeoServerAnonymousAuthenticationFilter.java:54) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.authentication.www. > BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter. > java:158) > > at org.springframework.web.filter.OncePerRequestFilter. > doFilter(OncePerRequestFilter.java:107) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.geoserver.security.filter. > GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFi > lter.java:84) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) > > at org.springframework.security.web.context. > SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilt > er.java:91) > > at org.geoserver.security.filter. > GeoServerSecurityContextPersistenceFilter$1.doFilter( > GeoServerSecurityContextPersistenceFilter.java:53) > > at org.geoserver.security.filter.GeoServerCompositeFilter$ > NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) > > at org.geoserver.security.filter.GeoServerCompositeFilter. > doFilter(GeoServerCompositeFilter.java:92) > > at org.springframework.security.web.FilterChainProxy$ > VirtualFilterChain.doFilter(FilterChainProxy.java:330) > > at org.springframework.security.web.FilterChainProxy. > doFilterInternal(FilterChainProxy.java:213) > > at org.springframework.security. > web.FilterChainProxy.doFilter(FilterChainProxy.java:176) > > at org.geoserver.security.GeoServerSecurityFilterChainPr > oxy.doFilter(GeoServerSecurityFilterChainProxy.java:152) > > at org.springframework.web.filter.DelegatingFilterProxy. > invokeDelegate(DelegatingFilterProxy.java:346) > > at org.springframework.web.filter.DelegatingFilterProxy. > doFilter(DelegatingFilterProxy.java:262) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.geoserver.filters.LoggingFilter.doFilter( > LoggingFilter.java:87) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.geoserver.filters.GZIPFilter.doFilter( > GZIPFilter.java:42) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.geoserver.filters.SessionDebugFilter.doFilter( > SessionDebugFilter.java:48) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.geoserver.filters.FlushSafeFilter.doFilter( > FlushSafeFilter.java:44) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.springframework.web.filter.CharacterEncodingFilter. > doFilterInternal(CharacterEncodingFilter.java:121) > > at org.springframework.web.filter.OncePerRequestFilter. > doFilter(OncePerRequestFilter.java:107) > > at org.eclipse.jetty.servlet.ServletHandler$CachedChain. > doFilter(ServletHandler.java:1652) > > at org.eclipse.jetty.servlet.ServletHandler.doHandle( > ServletHandler.java:585) > > at org.eclipse.jetty.server.handler.ScopedHandler.handle( > ScopedHandler.java:143) > > at org.eclipse.jetty.security.SecurityHandler.handle( > SecurityHandler.java:577) > > at org.eclipse.jetty.server.session.SessionHandler. > doHandle(SessionHandler.java:223) > > at org.eclipse.jetty.server.handler.ContextHandler. > doHandle(ContextHandler.java:1127) > > at org.eclipse.jetty.servlet.ServletHandler.doScope( > ServletHandler.java:515) > > at org.eclipse.jetty.server.session.SessionHandler. > doScope(SessionHandler.java:185) > > at org.eclipse.jetty.server.handler.ContextHandler. > doScope(ContextHandler.java:1061) > > at org.eclipse.jetty.server.handler.ScopedHandler.handle( > ScopedHandler.java:141) > > at org.eclipse.jetty.server.handler. > ContextHandlerCollection.handle(ContextHandlerCollection.java:215) > > at org.eclipse.jetty.server.handler.HandlerCollection. > handle(HandlerCollection.java:110) > > at org.eclipse.jetty.server.handler.HandlerWrapper.handle( > HandlerWrapper.java:97) > > at org.eclipse.jetty.server.Server.handle(Server.java:499) > > at org.eclipse.jetty.server.HttpChannel.handle( > HttpChannel.java:310) > > at org.eclipse.jetty.server.HttpConnection.onFillable( > HttpConnection.java:257) > > at org.eclipse.jetty.io.AbstractConnection$2.run( > AbstractConnection.java:540) > > at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob( > QueuedThreadPool.java:635) > > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run( > QueuedThreadPool.java:555) > > at java.lang.Thread.run(Thread.java:745) > > ------------------------------------------------------------ > ------------------ > > _______________________________________________ > Geoserver-users mailing list > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003* Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003. The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc. -------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users