Hello,

Does baseline topology include both of your server nodes?

2018-08-21 3:32 GMT+03:00 scottmf <scott...@gmail.com>:

> Hi, I'm seeing the errors below in my ignite cluster. This occurs
> consistently in my env when I apply a "rolling upgrade" where I take down
> one node at a time by updating them with a new jar file then start it up.
> Once the node is up I then apply this to the next node and so on.
>
> Notes:
> - The cluster is using persistence and the cache is partitioned with one
> backup.
> - The error below is from a client node that is trying to access its
> cache.
> - I see that all nodes in the cluster are using the same topology version
> and they are all sync'd - they show two server nodes and one client node.
>
> here is the DataStorageConfiguration:
>
>         DataStorageConfiguration dataStorageConfiguration = new 
> DataStorageConfiguration();
>         
> dataStorageConfiguration.setDefaultDataRegionConfiguration(defaultDataRegion);
>         dataStorageConfiguration.setPageSize(8192);
>         dataStorageConfiguration.setMetricsEnabled(true);
>         dataStorageConfiguration.setWriteThrottlingEnabled(true);
>         
> dataStorageConfiguration.setStoragePath("/var/lib/ignite/persistence");
>         dataStorageConfiguration.setWalMode(WALMode.LOG_ONLY);
>         dataStorageConfiguration.setWalFlushFrequency(2000);
>         dataStorageConfiguration.setWalPath("/var/lib/ignite/wal");
>         
> dataStorageConfiguration.setWalArchivePath("/var/lib/ignite/wal/archive");
>
> Any idea of what could be happening?
>
> [priority='ERROR' thread='http-nio-8080-exec-9' 
> class='org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]@182']
>  Servlet.service() for servlet [dispatcherServlet] in context with path [] 
> threw exception [Request processing failed; nested exception is 
> org.apache.ignite.cache.CacheServerNotFoundException: Failed to map keys for 
> cache (all partition nodes left the grid) [topVer=AffinityTopologyVersion 
> [topVer=27, minorTopVer=0], cache=helloCache]] with root cause
> org.apache.ignite.internal.cluster.ClusterTopologyServerNotFoundException: 
> Failed to map keys for cache (all partition nodes left the grid) 
> [topVer=AffinityTopologyVersion [topVer=27, minorTopVer=0], cache=helloCache]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.serverNotFoundError(GridPartitionedSingleGetFuture.java:711)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.mapKeyToNode(GridPartitionedSingleGetFuture.java:332)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.map(GridPartitionedSingleGetFuture.java:216)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.GridPartitionedSingleGetFuture.init(GridPartitionedSingleGetFuture.java:208)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.getAsync0(GridDhtAtomicCache.java:1391)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.access$1600(GridDhtAtomicCache.java:130)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$16.apply(GridDhtAtomicCache.java:469)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$16.apply(GridDhtAtomicCache.java:467)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.asyncOp(GridDhtAtomicCache.java:756)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.getAsync(GridDhtAtomicCache.java:467)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.GridCacheAdapter.get0(GridCacheAdapter.java:4556)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:4537)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.GridCacheAdapter.get(GridCacheAdapter.java:1350)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl.get(IgniteCacheProxyImpl.java:907)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at 
> org.apache.ignite.internal.processors.cache.GatewayProtectedCacheProxy.get(GatewayProtectedCacheProxy.java:608)
>  ~[ignite-core-2.6.0.jar:2.6.0]
>       at com.example.cache.ignite.IgniteCache.get(IgniteCache.java:67) 
> ~[ignite-cache-manager-1.5.14.1.15-SNAPSHOT.jar:?]
>       at 
> org.springframework.cache.interceptor.AbstractCacheInvoker.doGet(AbstractCacheInvoker.java:71)
>  ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.cache.interceptor.CacheAspectSupport.findInCaches(CacheAspectSupport.java:534)
>  ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.cache.interceptor.CacheAspectSupport.findCachedItem(CacheAspectSupport.java:500)
>  ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:386)
>  ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:324)
>  ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
>  ~[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>  ~[spring-aop-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:671)
>  ~[spring-aop-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> com.example.controller.CacheController$$EnhancerBySpringCGLIB$$53285025.getCacheValue()
>  ~[app.jar:?]
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_162]
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_162]
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_162]
>       at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_162]
>       at 
> org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) 
> ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
>  ~[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) 
> ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
> ~[tomcat-embed-websocket-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55)
>  ~[spring-boot-1.5.14.RELEASE.jar:1.5.14.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:111)
>  ~[spring-boot-actuator-1.5.14.RELEASE.jar:1.5.14.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:177)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
>  ~[spring-security-web-4.2.7.RELEASE.jar:4.2.7.RELEASE]
>       at 
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
>  ~[spring-boot-actuator-1.5.14.RELEASE.jar:1.5.14.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
>  ~[spring-web-4.3.18.RELEASE.jar:4.3.18.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) 
> [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) 
> [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) 
> [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) 
> [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_162]
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_162]
>       at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>  [tomcat-embed-core-8.5.31.jar:8.5.31]
>       at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
>
>
> ------------------------------
> Sent from the Apache Ignite Users mailing list archive
> <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com.
>

Reply via email to