oauth2 - Nothing showing on oauth2-ui localhost:8080
corush opened this issue · comments
Thank you for your effort on creating very nice article set with full of information and samples.
I wanted to run and understand how it is working. Somehow I'm not able to see how oauth-ui works.
May be a m2e plugin issue. I use Eclipse Luna.
Some js files were not there or generated I think.
Here are my logs. Too many of them.
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Request '/' matched by universal pattern '/**'
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@2d97191b. A new one will be created.
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@1347f7ce
2015-07-18 12:19:38.931 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 5 of 13 in additional filter chain; firing Filter: ''
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 6 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/logout'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 7 of 13 in additional filter chain; firing Filter: 'OAuth2ClientAuthenticationProcessingFilter'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2015-07-18 12:19:38.932 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 9CAE6815F8AB448C2CA5ECFBAE987885; Granted Authorities: ROLE_ANONYMOUS'
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / at position 13 of 13 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/logout'
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [permitAll]
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 9CAE6815F8AB448C2CA5ECFBAE987885; Granted Authorities: ROLE_ANONYMOUS
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@6e12796b, returned: 1
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2015-07-18 12:19:38.933 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : / reached end of additional filter chain; proceeding with original chain
2015-07-18 12:19:38.934 DEBUG 17532 --- [nio-8080-exec-9] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /
2015-07-18 12:19:38.935 DEBUG 17532 --- [nio-8080-exec-9] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/]
2015-07-18 12:19:38.939 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/css/**'
2015-07-18 12:19:38.939 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/js/**'
2015-07-18 12:19:38.939 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/images/**'
2015-07-18 12:19:38.939 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/**/favicon.ico'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/error'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/info']
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/info'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/info/**']
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/info/**'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/info.*']
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/info.*'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/hystrix.stream']
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/hystrix.stream'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/hystrix.stream/**']
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/hystrix.stream/**'
2015-07-18 12:19:38.940 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/hystrix.stream.*']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/hystrix.stream.*'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/health']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/health'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/health/**']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/health/**'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/health.*']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/health.*'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/mappings']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/mappings'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/mappings/**']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/mappings/**'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/mappings.*']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/mappings.*'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/archaius']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/archaius'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/archaius/**']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/archaius/**'
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/archaius.*']
2015-07-18 12:19:38.941 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/archaius.*'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/dump']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/dump'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/dump/**']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/dump/**'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/dump.*']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/dump.*'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/routes']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/routes'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/routes/**']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/routes/**'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/routes.*']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/routes.*'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/env']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/env'
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/env/**']
2015-07-18 12:19:38.942 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/env/**'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/env.*']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/env.*'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/restart']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/restart'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/restart/**']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/restart/**'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/restart.*']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/restart.*'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/refresh']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/refresh'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/refresh/**']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/refresh/**'
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/refresh.*']
2015-07-18 12:19:38.943 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/refresh.*'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/metrics']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/metrics'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/metrics/**']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/metrics/**'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/metrics.*']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/metrics.*'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/configprops']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/configprops'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/configprops/**']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/configprops/**'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/configprops.*']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/configprops.*'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/autoconfig']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/autoconfig'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/autoconfig/**']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/autoconfig/**'
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/autoconfig.*']
2015-07-18 12:19:38.944 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/autoconfig.*'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/resume']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/resume'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/resume/**']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/resume/**'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/resume.*']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/resume.*'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/trace']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/trace'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/trace/**']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/trace/**'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/trace.*']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/trace.*'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/pause']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/pause'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/pause/**']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/pause/**'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/pause.*']
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/pause.*'
2015-07-18 12:19:38.945 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/beans']
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/beans'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/beans/**']
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/beans/**'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/beans.*']
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/beans.*'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Request '/index.html' matched by universal pattern '/**'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 1 of 13 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 2 of 13 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 3 of 13 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 4 of 13 in additional filter chain; firing Filter: 'CsrfFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 5 of 13 in additional filter chain; firing Filter: ''
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 6 of 13 in additional filter chain; firing Filter: 'LogoutFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/index.html'; against '/logout'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 7 of 13 in additional filter chain; firing Filter: 'OAuth2ClientAuthenticationProcessingFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 8 of 13 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 9 of 13 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2015-07-18 12:19:38.946 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 10 of 13 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2015-07-18 12:19:38.947 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90576bf4: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@21a2c: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: 9CAE6815F8AB448C2CA5ECFBAE987885; Granted Authorities: ROLE_ANONYMOUS'
2015-07-18 12:19:38.947 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 11 of 13 in additional filter chain; firing Filter: 'SessionManagementFilter'
2015-07-18 12:19:38.947 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 12 of 13 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2015-07-18 12:19:38.947 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html at position 13 of 13 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2015-07-18 12:19:38.947 DEBUG 17532 --- [nio-8080-exec-9] o.s.security.web.FilterChainProxy : /index.html reached end of additional filter chain; proceeding with original chain
2015-07-18 12:19:38.947 DEBUG 17532 --- [nio-8080-exec-9] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /index.html
2015-07-18 12:19:38.948 DEBUG 17532 --- [nio-8080-exec-9] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/index.html]
2015-07-18 12:19:38.950 DEBUG 17532 --- [nio-8080-exec-9] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2015-07-18 12:19:38.951 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2015-07-18 12:19:38.951 DEBUG 17532 --- [nio-8080-exec-9] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2015-07-18 12:19:38.951 DEBUG 17532 --- [nio-8080-exec-9] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2015-07-18 12:19:38.967 DEBUG 17532 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/css/angular-bootstrap.css'; against '/css/**'
2015-07-18 12:19:38.967 DEBUG 17532 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /css/angular-bootstrap.css has an empty filter list
2015-07-18 12:19:38.967 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /css/angular-bootstrap.css
2015-07-18 12:19:38.968 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/css/angular-bootstrap.css]
2015-07-18 12:19:38.970 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /error
2015-07-18 12:19:38.971 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/error]
2015-07-18 12:19:38.977 DEBUG 17532 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/js/angular-bootstrap.js'; against '/css/**'
2015-07-18 12:19:38.977 DEBUG 17532 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/js/angular-bootstrap.js'; against '/js/**'
2015-07-18 12:19:38.977 DEBUG 17532 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /js/angular-bootstrap.js has an empty filter list
2015-07-18 12:19:38.977 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /js/angular-bootstrap.js
2015-07-18 12:19:38.985 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/js/angular-bootstrap.js]
2015-07-18 12:19:38.988 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /error
2015-07-18 12:19:38.988 DEBUG 17532 --- [nio-8080-exec-1] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/error]
2015-07-18 12:19:39.005 DEBUG 17532 --- [io-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/js/hello.js'; against '/css/**'
2015-07-18 12:19:39.005 DEBUG 17532 --- [io-8080-exec-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/js/hello.js'; against '/js/**'
2015-07-18 12:19:39.005 DEBUG 17532 --- [io-8080-exec-10] o.s.security.web.FilterChainProxy : /js/hello.js has an empty filter list
2015-07-18 12:19:39.006 DEBUG 17532 --- [io-8080-exec-10] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /js/hello.js
2015-07-18 12:19:39.007 DEBUG 17532 --- [io-8080-exec-10] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/js/hello.js]
And also pom has following error at wro4j-maven-plugin, which I do not understand,
"Could not get the value for parameter contextFolder for plugin execution default (ro.isdc.wro4j:wro4j-maven-plugin:1.7.6:run:default:generate-resources)"
All of the 3 apps are running.
@corush that happens when you did not install eclipse plugin for wro4j. (your using STS right?)Install the plugin and the error will be fixed. Bellow there is a link to the plugin
https://marketplace.eclipse.org/content/m2e-wro4j
You may want to restart the IDE. then