Guest User

Untitled

a guest
Nov 23rd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.02 KB | None | 0 0
  1. 2017-11-22 10:01:14,734 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed
  2. 2017-11-22 10:01:15,036 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/, QueryString: null'; against '/web/**'
  3. 2017-11-22 10:01:15,036 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/, QueryString: null with /web/**
  4. 2017-11-22 10:01:15,042 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  5. 2017-11-22 10:01:15,043 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  6. 2017-11-22 10:01:15,043 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  7. 2017-11-22 10:01:15,043 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  8. 2017-11-22 10:01:15,185 DEBUG [org.geoserver.filters] - Creating a new http session inside the web UI (normal behavior)
  9. java.lang.Exception: Full stack trace for the session creation path
  10. at org.geoserver.filters.SessionDebugFilter$SessionDebugWrapper.getSession(SessionDebugFilter.java:92)
  11. at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
  12. at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
  13. at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
  14. at org.apache.wicket.session.HttpSessionStore.getHttpSession(HttpSessionStore.java:95)
  15. at org.apache.wicket.session.HttpSessionStore.getSessionId(HttpSessionStore.java:166)
  16. at org.apache.wicket.Session.bind(Session.java:267)
  17. at org.apache.wicket.Session.replaceSession(Session.java:519)
  18. at org.geoserver.web.GeoServerApplication.onApplicationEvent(GeoServerApplication.java:417)
  19. at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:163)
  20. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:136)
  21. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:381)
  22. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:335)
  23. at org.springframework.security.authentication.DefaultAuthenticationEventPublisher.publishAuthenticationSuccess(DefaultAuthenticationEventPublisher.java:84)
  24. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:213)
  25. at org.geoserver.security.GeoServerSecurityManager.checkForDefaultAdminPassword(GeoServerSecurityManager.java:1492)
  26. at org.geoserver.security.web.SecurityHomePageContentProvider$SecurityWarningsPanel.<init>(SecurityHomePageContentProvider.java:105)
  27. at org.geoserver.security.web.SecurityHomePageContentProvider.getPageBodyComponent(SecurityHomePageContentProvider.java:47)
  28. at org.geoserver.web.GeoServerHomePage$1.populateItem(GeoServerHomePage.java:129)
  29. at org.apache.wicket.markup.html.list.ListView.onPopulate(ListView.java:523)
  30. at org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeRender(AbstractRepeater.java:124)
  31. at org.apache.wicket.Component.internalBeforeRender(Component.java:949)
  32. at org.apache.wicket.Component.beforeRender(Component.java:1017)
  33. at org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1568)
  34. at org.apache.wicket.Component.onBeforeRender(Component.java:3877)
  35. at org.apache.wicket.Page.onBeforeRender(Page.java:801)
  36. at org.apache.wicket.Component.internalBeforeRender(Component.java:949)
  37. at org.apache.wicket.Component.beforeRender(Component.java:1017)
  38. at org.apache.wicket.Component.internalPrepareForRender(Component.java:2215)
  39. at org.apache.wicket.Page.internalPrepareForRender(Page.java:242)
  40. at org.apache.wicket.Component.render(Component.java:2304)
  41. at org.apache.wicket.Page.renderPage(Page.java:1018)
  42. at org.apache.wicket.request.handler.render.WebPageRenderer.renderPage(WebPageRenderer.java:124)
  43. at org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:236)
  44. at org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175)
  45. at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:865)
  46. at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
  47. at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)
  48. at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)
  49. at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)
  50. at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261)
  51. at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)
  52. at org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
  53. at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
  54. at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
  55. at org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:158)
  56. at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:147)
  57. at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)
  58. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)
  59. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)
  60. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:968)
  61. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:859)
  62. at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
  63. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:844)
  64. at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
  65. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  66. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  67. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  68. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  69. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  70. at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
  71. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  72. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  73. at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
  74. at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
  75. at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
  76. at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)
  77. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  78. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  79. at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
  80. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  81. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  82. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)
  83. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  84. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
  85. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
  86. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  87. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  88. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  89. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  90. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
  91. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  92. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  93. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  94. at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
  95. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  96. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  97. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)
  98. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  99. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  100. at org.geoserver.security.filter.GeoServerUserNamePasswordAuthenticationFilter.doFilter(GeoServerUserNamePasswordAuthenticationFilter.java:116)
  101. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  102. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  103. at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:157)
  104. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  105. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  106. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  107. at org.geoserver.security.oauth2.GeoServerOAuthAuthenticationFilter.doFilter(GeoServerOAuthAuthenticationFilter.java:132)
  108. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  109. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
  110. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)
  111. at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
  112. at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
  113. at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
  114. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  115. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)
  116. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)
  117. at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:152)
  118. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  119. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
  120. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  121. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  122. at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:87)
  123. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  124. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  125. at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
  126. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  127. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  128. at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
  129. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  130. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  131. at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
  132. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  133. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  134. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:121)
  135. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  136. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  137. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  138. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
  139. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  140. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
  141. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
  142. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
  143. at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
  144. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  145. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
  146. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
  147. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
  148. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
  149. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  150. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  151. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  152. at java.lang.Thread.run(Thread.java:748)
  153. 2017-11-22 10:01:15,277 INFO [org.geoserver.security] - Strong cryptography is available
  154. 2017-11-22 10:01:15,769 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed
  155. 2017-11-22 10:01:16,066 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/, QueryString: 1'; against '/web/**'
  156. 2017-11-22 10:01:16,066 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/, QueryString: 1 with /web/**
  157. 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  158. 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  159. 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  160. 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/]
  161. 2017-11-22 10:01:16,101 DEBUG [org.geoserver.filters] - Compressing output for mimetype: text/html;charset=UTF-8
  162. 2017-11-22 10:01:16,103 DEBUG [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - SecurityContextHolder now cleared, as request processing completed
  163. 2017-11-22 10:01:18,907 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Checking match of request : 'Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null'; against '/web/**'
  164. 2017-11-22 10:01:18,907 DEBUG [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] - Matched Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString: null with /web/**
  165. 2017-11-22 10:01:18,928 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
  166. 2017-11-22 10:01:18,929 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
  167. 2017-11-22 10:01:18,929 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
  168. 2017-11-22 10:01:18,929 TRACE [org.geoserver.ows.OWSHandlerMapping] - No handler mapping found for [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
  169. 2017-11-22 10:01:18,933 DEBUG [org.geoserver] - Thread 63 locking in mode WRITE
  170. 2017-11-22 10:01:18,933 DEBUG [org.geoserver] - Thread 63 got the lock in mode WRITE
Add Comment
Please, Sign In to add comment