Skip to content

Instantly share code, notes, and snippets.

@seanadkinson
Created May 23, 2014 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanadkinson/9e78064f2753b16c55fc to your computer and use it in GitHub Desktop.
Save seanadkinson/9e78064f2753b16c55fc to your computer and use it in GitHub Desktop.
java.lang.NullPointerException
com.jamasoftware.contour.security.TenantAwareContourSessionRegistry.getSessionInformation(TenantAwareContourSessionRegistry.java:143)
com.jamasoftware.contour.view.filter.ContourConcurrentSessionFilter.doFilter(ContourConcurrentSessionFilter.java:28)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
com.jamasoftware.contour.view.filter.TenantFilter.doFilter(TenantFilter.java:85)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
com.jamasoftware.contour.view.filter.GzipFilter.doFilter(GzipFilter.java:47)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:381)
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:168)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment