Skip to content

Instantly share code, notes, and snippets.

@nyilmaz
Created January 3, 2014 14:52
Show Gist options
  • Save nyilmaz/8239131 to your computer and use it in GitHub Desktop.
Save nyilmaz/8239131 to your computer and use it in GitHub Desktop.
WARN [2014-01-03 16:18:09,611] org.eclipse.jetty.servlet.ServletHandler: /
! java.lang.NullPointerException: null
! at match.plug.principal.filter.PrincipalModifiedFilter.doFilterInternal(PrincipalModifiedFilter.java:41) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at match.web.commonspring.security.principal.PrincipalFromAuthenticationFilter.doFilterInternal(PrincipalFromAuthenticationFilter.java:36) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:94) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at match.web.commonspring.security.requestandresponse.ResponseContextHolderFilter.doFilterInternal(ResponseContextHolderFilter.java:22) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
! at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment