I think it is something with either my OpenId config or my client, but I'm not getting anything valuable to tell me what exactly is going wrong.
From the oxauth err log:
```
2017-05-24 17:07:15,581 INFO [qtp242131142-10] [org.xdi.oxauth.service.AuthenticationService] (AuthenticationService.java:519) - Attempting to redirect user: SessionUser: SessionState, dn='oxAuthSessionId=d9ba0a5d-eeeb-46fb-8b8c-34d0c1ad81f9,ou=session,o=@!661D.077A.F9DC.CB15!0001!22D5.6DE1,o=gluu', id='d9ba0a5d-eeeb-46fb-8b8c-34d0c1ad81f9', isJwt=false, lastUsedAt=Wed May 24 17:07:15 UTC 2017, userDn='inum=@!661D.077A.F9DC.CB15!0001!22D5.6DE1!0000!D1D8.9C19.4324.89E6,ou=people,o=@!661D.077A.F9DC.CB15!0001!22D5.6DE1,o=gluu', authenticationTime=Wed May 24 17:07:15 UTC 2017, state=authenticated, permissionGranted=null, permissionGrantedMap=org.xdi.oxauth.model.common.SessionIdAccessMap@29cad566, sessionAttributes={auth_step=1, acr=auth_ldap_server, remote_ip=169.155.33.1, scope=openid, response_type=code, redirect_uri=http://localhost:8080/login, state=qPJwSH, client_id=@!661D.077A.F9DC.CB15!0001!22D5.6DE1!0008!AD75.0F41.992D.E96E, auth_user=max.anderson}, persisted=true}
2017-05-24 17:07:15,582 INFO [qtp242131142-10] [org.xdi.oxauth.service.AuthenticationService] (AuthenticationService.java:527) - Attempting to redirect user: User: org.xdi.oxauth.model.common.User@674b0c8a
2017-05-24 17:07:15,586 INFO [qtp242131142-10] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:323) - Authentication success for User: 'max.anderson'
2017-05-24 17:07:16,372 INFO [qtp242131142-10] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:189) - Authentication success for Client: '@!661D.077A.F9DC.CB15!0001!22D5.6DE1!0008!AD75.0F41.992D.E96E'
2017-05-24 17:09:51,908 INFO [qtp242131142-18] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:189) - Authentication success for Client: '@!661D.077A.F9DC.CB15!0001!22D5.6DE1!0008!2FF6.EA59'
```
This looks like Gluu is doing what it is supposed to.
I've added and removed the certificate in the /etc/certs directory into my cacerts in my local jvm. I'd like to put this as a contender with our POC for SSO solutions.
Here are my current logs from my client app:
```
org.springframework.security.authentication.BadCredentialsException: Could not obtain user details from token
at org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter.attemptAuthentication(OAuth2ClientAuthenticationProcessingFilter.java:122) ~[spring-security-oauth2-2.0.13.RELEASE.jar:na]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) ~[spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter.doFilter(OAuth2ClientContextFilter.java:60) [spring-security-oauth2-2.0.13.RELEASE.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:105) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106) [spring-boot-actuator-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455) [tomcat-embed-core-8.5.14.jar:8.5.14]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.14.jar:8.5.14]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_91]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.14.jar:8.5.14]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_91]
Caused by: org.springframework.security.oauth2.common.exceptions.InvalidTokenException: fd52cbb5-28a2-4258-9c44-909b8edd8840
at org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices.loadAuthentication(UserInfoTokenServices.java:93) ~[spring-boot-autoconfigure-1.5.3.RELEASE.jar:1.5.3.RELEASE]
at org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter.attemptAuthentication(OAuth2ClientAuthenticationProcessingFilter.java:112) ~[spring-security-oauth2-2.0.13.RELEASE.jar:na]
... 60 common frames omitted
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] uth2ClientAuthenticationProcessingFilter : Updated SecurityContextHolder to contain null Authentication
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] uth2ClientAuthenticationProcessingFilter : Delegating to authentication failure handler org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler@7af62ed1
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] .a.SimpleUrlAuthenticationFailureHandler : No failure URL set, sending 401 Unauthorized error
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.w.f.OrderedRequestContextFilter : Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@3c00f64a
2017-05-24 12:07:16.617 DEBUG 2065 --- [nio-8080-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
2017-05-24 12:07:16.618 DEBUG 2065 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/error]
2017-05-24 12:07:16.618 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /error
2017-05-24 12:07:16.621 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/error]
2017-05-24 12:07:16.621 DEBUG 2065 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error
2017-05-24 12:07:16.623 DEBUG 2065 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]
2017-05-24 12:07:16.623 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'basicErrorController'
2017-05-24 12:07:16.623 DEBUG 2065 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/error] is: -1
2017-05-24 12:07:16.633 DEBUG 2065 --- [nio-8080-exec-8] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.template.provider.cache' in [refresh] with type [String]
2017-05-24 12:07:16.635 DEBUG 2065 --- [nio-8080-exec-8] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.template.provider.cache' in [refresh] with type [String]
2017-05-24 12:07:16.639 DEBUG 2065 --- [nio-8080-exec-8] o.s.w.s.v.ContentNegotiatingViewResolver : Requested media types are [text/html, text/html;q=0.8] based on Accept header types and producible media types [text/html])
2017-05-24 12:07:16.639 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'error'
2017-05-24 12:07:16.639 DEBUG 2065 --- [nio-8080-exec-8] o.s.w.servlet.view.BeanNameViewResolver : No matching bean found for view name 'error.html'
2017-05-24 12:07:16.640 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.f.s.DefaultListableBeanFactory : Invoking afterPropertiesSet() on bean with name 'error'
2017-05-24 12:07:16.641 DEBUG 2065 --- [nio-8080-exec-8] o.s.b.f.s.DefaultListableBeanFactory : Invoking afterPropertiesSet() on bean with name 'error.html'
2017-05-24 12:07:16.641 DEBUG 2065 --- [nio-8080-exec-8] o.s.w.s.v.ContentNegotiatingViewResolver : Returning [org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$SpelView@4cd7dd0d] based on requested media type 'text/html'
2017-05-24 12:07:16.641 DEBUG 2065 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Rendering view [org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$SpelView@4cd7dd0d] in DispatcherServlet with name 'dispatcherServlet'
2017-05-24 12:07:16.648 DEBUG 2065 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Successfully completed request
2017-05-24 12:07:16.648 DEBUG 2065 --- [nio-8080-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
2017-05-24 12:07:16.649 DEBUG 2065 --- [nio-8080-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4aa16a95:org.apache.tomcat.util.net.NioChannel@44669c69:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:49783]], Read from buffer: [0]
2017-05-24 12:07:16.649 DEBUG 2065 --- [nio-8080-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4aa16a95:org.apache.tomcat.util.net.NioChannel@44669c69:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:49783]], Status in: [OPEN_READ], State out: [OPEN]
2017-05-24 12:07:31.298 DEBUG 2065 --- [on(7)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(7)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:07:31.298 DEBUG 2065 --- [on(7)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(7)-127.0.0.1: close connection
2017-05-24 12:07:46.465 DEBUG 2065 --- [on(9)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(9)-127.0.0.1: accepted socket from [127.0.0.1:49818]
2017-05-24 12:07:46.465 DEBUG 2065 --- [on(9)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(9)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:08:01.469 DEBUG 2065 --- [on(9)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(9)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:08:01.469 DEBUG 2065 --- [on(9)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(9)-127.0.0.1: close connection
2017-05-24 12:08:05.615 DEBUG 2065 --- [io-8080-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-10] latch=5
2017-05-24 12:08:05.616 DEBUG 2065 --- [nio-8080-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-9] latch=4
2017-05-24 12:08:05.852 DEBUG 2065 --- [nio-8080-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-1] latch=3
2017-05-24 12:08:15.894 DEBUG 2065 --- [nio-8080-exec-2] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-2] latch=2
2017-05-24 12:08:16.898 DEBUG 2065 --- [nio-8080-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-3] latch=1
2017-05-24 12:08:46.470 DEBUG 2065 --- [n(10)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(10)-127.0.0.1: accepted socket from [127.0.0.1:49824]
2017-05-24 12:08:46.470 DEBUG 2065 --- [n(10)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(10)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:09:01.475 DEBUG 2065 --- [n(10)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(10)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:09:01.475 DEBUG 2065 --- [n(10)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(10)-127.0.0.1: close connection
2017-05-24 12:09:46.474 DEBUG 2065 --- [n(11)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(11)-127.0.0.1: accepted socket from [127.0.0.1:49872]
2017-05-24 12:09:46.475 DEBUG 2065 --- [n(11)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(11)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:09:53.728 DEBUG 2065 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1495645793728 sessioncount 1
2017-05-24 12:09:53.728 DEBUG 2065 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
2017-05-24 12:10:01.478 DEBUG 2065 --- [n(11)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(11)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:10:01.478 DEBUG 2065 --- [n(11)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(11)-127.0.0.1: close connection
2017-05-24 12:10:46.483 DEBUG 2065 --- [n(12)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(12)-127.0.0.1: accepted socket from [127.0.0.1:49904]
2017-05-24 12:10:46.484 DEBUG 2065 --- [n(12)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(12)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:11:01.488 DEBUG 2065 --- [n(12)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(12)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:11:01.488 DEBUG 2065 --- [n(12)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(12)-127.0.0.1: close connection
2017-05-24 12:11:46.488 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(13)-127.0.0.1: accepted socket from [127.0.0.1:49930]
2017-05-24 12:11:46.488 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(13)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:11:56.832 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(13)-127.0.0.1: (port 49764) op = 82
2017-05-24 12:11:56.833 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(13)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:11:56.833 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.loader : RMI TCP Connection(13)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = ""
2017-05-24 12:11:56.833 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.loader : RMI TCP Connection(13)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = ""
2017-05-24 12:11:56.834 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.loader : RMI TCP Connection(13)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = ""
2017-05-24 12:11:56.834 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.loader : RMI TCP Connection(13)-127.0.0.1: name = "[B", codebase = ""
2017-05-24 12:11:56.834 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.loader : RMI TCP Connection(13)-127.0.0.1: name = "java.rmi.server.UID", codebase = ""
2017-05-24 12:12:16.497 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(13)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:12:16.497 DEBUG 2065 --- [n(13)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(13)-127.0.0.1: close connection
2017-05-24 12:12:46.493 DEBUG 2065 --- [n(14)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(14)-127.0.0.1: accepted socket from [127.0.0.1:49939]
2017-05-24 12:12:46.494 DEBUG 2065 --- [n(14)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(14)-127.0.0.1: (port 49764) op = 80
2017-05-24 12:12:53.741 DEBUG 2065 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1495645973741 sessioncount 1
2017-05-24 12:12:53.741 DEBUG 2065 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
2017-05-24 12:13:01.498 DEBUG 2065 --- [n(14)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(14)-127.0.0.1: (port 49764) connection closed
2017-05-24 12:13:01.498 DEBUG 2065 --- [n(14)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(14)-127.0.0.1: close connection
```