Advertisement
Guest User

trace3

a guest
Apr 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.17 KB | None | 0 0
  1. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'OPTIONS /login' doesn't match 'POST /logout
  2. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  3. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'OPTIONS /login' doesn't match 'PUT /logout
  4. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  5. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'OPTIONS /login' doesn't match 'DELETE /logout
  6. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  7. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  8. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  9. 2017-04-20 00:46:01.583 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  10. 2017-04-20 00:46:01.584 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  11. 2017-04-20 00:46:01.585 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  12. 2017-04-20 00:46:01.585 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  13. 2017-04-20 00:46:01.586 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 10 of 10 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  14. 2017-04-20 00:46:01.586 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login reached end of additional filter chain; proceeding with original chain
  15. 2017-04-20 00:46:01.588 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing OPTIONS request for [/login]
  16. 2017-04-20 00:46:01.592 DEBUG 13276 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login
  17. 2017-04-20 00:46:01.596 DEBUG 13276 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.lang.String com.colorado.denver.controller.entityController.UserController.login()]
  18. 2017-04-20 00:46:01.596 DEBUG 13276 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'userController'
  19. 2017-04-20 00:46:01.601 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  20. 2017-04-20 00:46:01.602 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  21. 2017-04-20 00:46:01.602 DEBUG 13276 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'delegatingApplicationListener'
  22. 2017-04-20 00:46:01.603 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  23. 2017-04-20 00:46:01.604 DEBUG 13276 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  24. 2017-04-20 00:46:01.604 DEBUG 13276 --- [nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  25. 2017-04-20 00:46:01.614 DEBUG 13276 --- [nio-8080-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5ac79665:org.apache.tomcat.util.net.NioChannel@6511d618:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64255]], Read from buffer: [0]
  26. 2017-04-20 00:46:01.614 DEBUG 13276 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [GET /login HTTP/1.1
  27. Host: localhost:8080
  28. Connection: keep-alive
  29. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  30. Origin: http://localhost:8081
  31. authorization: Basic c3lzdGVtOnBhc3N3b3Jk
  32. content-type: application/x-www-form-urlencoded
  33. Accept: */*
  34. Referer: http://localhost:8081/
  35. Accept-Encoding: gzip, deflate, sdch, br
  36. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  37.  
  38. ]
  39. 2017-04-20 00:46:01.615 DEBUG 13276 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /login
  40. 2017-04-20 00:46:01.615 DEBUG 13276 --- [nio-8080-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  41. 2017-04-20 00:46:01.615 DEBUG 13276 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  42. 2017-04-20 00:46:01.615 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 1 of 10 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  43. 2017-04-20 00:46:01.616 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 2 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  44. 2017-04-20 00:46:01.616 DEBUG 13276 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  45. 2017-04-20 00:46:01.616 DEBUG 13276 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  46. 2017-04-20 00:46:01.616 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 3 of 10 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  47. 2017-04-20 00:46:01.616 DEBUG 13276 --- [nio-8080-exec-1] 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@12652d18
  48. 2017-04-20 00:46:01.617 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 4 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  49. 2017-04-20 00:46:01.618 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  50. 2017-04-20 00:46:01.620 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
  51. 2017-04-20 00:46:01.621 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  52. 2017-04-20 00:46:01.621 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'POST /logout
  53. 2017-04-20 00:46:01.621 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  54. 2017-04-20 00:46:01.637 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'PUT /logout
  55. 2017-04-20 00:46:01.637 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  56. 2017-04-20 00:46:01.637 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'DELETE /logout
  57. 2017-04-20 00:46:01.637 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  58. 2017-04-20 00:46:01.637 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  59. 2017-04-20 00:46:01.641 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Basic Authentication Authorization header found for user 'system'
  60. 2017-04-20 00:46:01.641 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.authentication.ProviderManager : Authentication attempt using com.colorado.denver.services.SecurityServiceImpl
  61. 2017-04-20 00:46:01.642 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.t.internal.TransactionImpl : begin
  62. 2017-04-20 00:46:01.644 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select this_.hibId as hibId1_9_9_, this_.creationDate as creation2_9_9_, this_.objectClass as objectCl3_9_9_, this_.courseID as courseID7_9_9_, this_.enabled as enabled4_9_9_, this_.password as password5_9_9_, this_.username as username6_9_9_, course2_.hibId as hibId1_0_0_, course2_.creationDate as creation2_0_0_, course2_.objectClass as objectCl3_0_0_, course2_.description as descript4_0_0_, course2_.owner as owner5_0_0_, course2_.title as title6_0_0_, lectures3_.Course_hibId as Course_h1_1_11_, lecture4_.hibId as lectures2_1_11_, lecture4_.hibId as hibId1_4_1_, lecture4_.creationDate as creation2_4_1_, lecture4_.objectClass as objectCl3_4_1_, lecture4_.description as descript4_4_1_, lecture4_.owner as owner5_4_1_, lecture4_.title as title6_4_1_, lecture4_.courseID as courseID7_4_1_, course5_.hibId as hibId1_0_2_, course5_.creationDate as creation2_0_2_, course5_.objectClass as objectCl3_0_2_, course5_.description as descript4_0_2_, course5_.owner as owner5_0_2_, course5_.title as title6_0_2_, users6_.Course_hibId as Course_h1_2_12_, user7_.hibId as users_hi2_2_12_, user7_.hibId as hibId1_9_3_, user7_.creationDate as creation2_9_3_, user7_.objectClass as objectCl3_9_3_, user7_.courseID as courseID7_9_3_, user7_.enabled as enabled4_9_3_, user7_.password as password5_9_3_, user7_.username as username6_9_3_, lectures8_.lectures_id as lectures2_6_13_, lecture9_.hibId as users_id1_6_13_, lecture9_.hibId as hibId1_4_4_, lecture9_.creationDate as creation2_4_4_, lecture9_.objectClass as objectCl3_4_4_, lecture9_.description as descript4_4_4_, lecture9_.owner as owner5_4_4_, lecture9_.title as title6_4_4_, lecture9_.courseID as courseID7_4_4_, exercises10_.lectures_id as lectures1_5_14_, exercise11_.hibId as exercise2_5_14_, exercise11_.hibId as hibId1_3_5_, exercise11_.creationDate as creation2_3_5_, exercise11_.objectClass as objectCl3_3_5_, exercise11_.description as descript4_3_5_, exercise11_.owner as owner5_3_5_, exercise11_.title as title6_3_5_, exercise11_.answer as answer7_3_5_, exercise11_.code as code8_3_5_, exercise11_.deadline as deadline9_3_5_, exercise11_.hasBeenModified as hasBeen10_3_5_, exercise11_.input as input11_3_5_, exercise11_.inputType as inputTy12_3_5_, exercise11_.language as languag13_3_5_, exercise11_.outputType as outputT14_3_5_, exercise11_.solution_code as solutio15_3_5_, exercise11_.videoLink as videoLi16_3_5_, roles12_.roles_id as roles_id1_11_15_, role13_.hibId as users_id2_11_15_, role13_.hibId as hibId1_7_6_, role13_.creationDate as creation2_7_6_, role13_.objectClass as objectCl3_7_6_, role13_.roleName as roleName4_7_6_, solutions14_.User_hibId as User_hib1_10_16_, solution15_.hibId as solution2_10_16_, solution15_.hibId as hibId1_8_7_, solution15_.creationDate as creation2_8_7_, solution15_.objectClass as objectCl3_8_7_, solution15_.description as descript4_8_7_, solution15_.owner as owner5_8_7_, solution15_.title as title6_8_7_, solution15_.answer as answer7_8_7_, solution15_.code as code8_8_7_, solution15_.correct as correct9_8_7_, solution15_.exerciseID as exercis13_8_7_, solution15_.hasBeenModified as hasBeen10_8_7_, solution15_.message as message11_8_7_, solution15_.submitted as submitt12_8_7_, exercise16_.hibId as hibId1_3_8_, exercise16_.creationDate as creation2_3_8_, exercise16_.objectClass as objectCl3_3_8_, exercise16_.description as descript4_3_8_, exercise16_.owner as owner5_3_8_, exercise16_.title as title6_3_8_, exercise16_.answer as answer7_3_8_, exercise16_.code as code8_3_8_, exercise16_.deadline as deadline9_3_8_, exercise16_.hasBeenModified as hasBeen10_3_8_, exercise16_.input as input11_3_8_, exercise16_.inputType as inputTy12_3_8_, exercise16_.language as languag13_3_8_, exercise16_.outputType as outputT14_3_8_, exercise16_.solution_code as solutio15_3_8_, exercise16_.videoLink as videoLi16_3_8_ from UserDenver this_ left outer join Course course2_ on this_.courseID=course2_.hibId left outer join Course_Lecture lectures3_ on course2_.hibId=lectures3_.Course_hibId left outer join Lecture lecture4_ on lectures3_.lectures_hibId=lecture4_.hibId left outer join Course course5_ on lecture4_.courseID=course5_.hibId left outer join Course_UserDenver users6_ on course5_.hibId=users6_.Course_hibId left outer join UserDenver user7_ on users6_.users_hibId=user7_.hibId left outer join lectures_users lectures8_ on user7_.hibId=lectures8_.lectures_id left outer join Lecture lecture9_ on lectures8_.users_id=lecture9_.hibId left outer join lectures_exercises exercises10_ on lecture9_.hibId=exercises10_.lectures_id left outer join Exercise exercise11_ on exercises10_.exercises_id=exercise11_.hibId left outer join users_roles roles12_ on user7_.hibId=roles12_.roles_id left outer join role role13_ on roles12_.users_id=role13_.hibId left outer join UserDenver_Solution solutions14_ on user7_.hibId=solutions14_.User_hibId left outer join Solution solution15_ on solutions14_.solutions_hibId=solution15_.hibId left outer join Exercise exercise16_ on solution15_.exerciseID=exercise16_.hibId where lower(this_.username)=?
  63. 2017-04-20 00:46:01.663 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.loader.Loader : Result row: null, null, null, null, null, null, null, null, null, EntityKey[com.colorado.denver.model.User#user_00001]
  64. 2017-04-20 00:46:01.663 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00001]
  65. 2017-04-20 00:46:01.663 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00001]
  66. 2017-04-20 00:46:01.663 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.Course.lectures
  67. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.Course.users
  68. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.User.lectures
  69. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  70. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.User.roles
  71. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.User.solutions
  72. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00001]
  73. 2017-04-20 00:46:01.664 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_hibId as User_hib1_10_0_, solutions0_.solutions_hibId as solution2_10_0_, solution1_.hibId as hibId1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.objectClass as objectCl3_8_1_, solution1_.description as descript4_8_1_, solution1_.owner as owner5_8_1_, solution1_.title as title6_8_1_, solution1_.answer as answer7_8_1_, solution1_.code as code8_8_1_, solution1_.correct as correct9_8_1_, solution1_.exerciseID as exercis13_8_1_, solution1_.hasBeenModified as hasBeen10_8_1_, solution1_.message as message11_8_1_, solution1_.submitted as submitt12_8_1_, exercise2_.hibId as hibId1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.objectClass as objectCl3_3_2_, exercise2_.description as descript4_3_2_, exercise2_.owner as owner5_3_2_, exercise2_.title as title6_3_2_, exercise2_.answer as answer7_3_2_, exercise2_.code as code8_3_2_, exercise2_.deadline as deadline9_3_2_, exercise2_.hasBeenModified as hasBeen10_3_2_, exercise2_.input as input11_3_2_, exercise2_.inputType as inputTy12_3_2_, exercise2_.language as languag13_3_2_, exercise2_.outputType as outputT14_3_2_, exercise2_.solution_code as solutio15_3_2_, exercise2_.videoLink as videoLi16_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_hibId=solution1_.hibId left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.hibId where solutions0_.User_hibId=?
  74. 2017-04-20 00:46:01.666 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00001]
  75. 2017-04-20 00:46:01.666 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.solutions
  76. 2017-04-20 00:46:01.667 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00001]
  77. 2017-04-20 00:46:01.667 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  78. 2017-04-20 00:46:01.667 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  79. 2017-04-20 00:46:01.667 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  80. 2017-04-20 00:46:01.667 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.roles#user_00001]
  81. 2017-04-20 00:46:01.667 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select roles0_.roles_id as roles_id1_11_0_, roles0_.users_id as users_id2_11_0_, role1_.hibId as hibId1_7_1_, role1_.creationDate as creation2_7_1_, role1_.objectClass as objectCl3_7_1_, role1_.roleName as roleName4_7_1_ from users_roles roles0_ inner join role role1_ on roles0_.users_id=role1_.hibId where roles0_.roles_id=?
  82. 2017-04-20 00:46:01.669 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.roles#user_00001]
  83. 2017-04-20 00:46:01.670 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  84. 2017-04-20 00:46:01.670 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.roles#user_00001]
  85. 2017-04-20 00:46:01.670 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  86. 2017-04-20 00:46:01.670 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.roles#user_00001]
  87. 2017-04-20 00:46:01.671 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  88. 2017-04-20 00:46:01.671 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.roles#user_00001]
  89. 2017-04-20 00:46:01.671 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #3
  90. 2017-04-20 00:46:01.673 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.roles#user_00001]
  91. 2017-04-20 00:46:01.673 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Role#role_00001]
  92. 2017-04-20 00:46:01.673 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Role#role_00001]
  93. 2017-04-20 00:46:01.673 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Role#role_00002]
  94. 2017-04-20 00:46:01.673 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Role#role_00002]
  95. 2017-04-20 00:46:01.673 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Role#role_00003]
  96. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Role#role_00003]
  97. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Role#role_00004]
  98. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Role#role_00004]
  99. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.roles
  100. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.roles#user_00001]
  101. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.roles
  102. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  103. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  104. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Role.users#role_00004]
  105. 2017-04-20 00:46:01.674 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.users_id as users_id2_11_0_, users0_.roles_id as roles_id1_11_0_, user1_.hibId as hibId1_9_1_, user1_.creationDate as creation2_9_1_, user1_.objectClass as objectCl3_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.hibId as hibId1_0_2_, course2_.creationDate as creation2_0_2_, course2_.objectClass as objectCl3_0_2_, course2_.description as descript4_0_2_, course2_.owner as owner5_0_2_, course2_.title as title6_0_2_ from users_roles users0_ inner join UserDenver user1_ on users0_.roles_id=user1_.hibId left outer join Course course2_ on user1_.courseID=course2_.hibId where users0_.users_id=?
  106. 2017-04-20 00:46:01.676 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Role.users#role_00004]
  107. 2017-04-20 00:46:01.676 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  108. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Role.users#role_00004]
  109. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Role.users
  110. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Role.users#role_00004]
  111. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Role.users
  112. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  113. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  114. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Role.users#role_00003]
  115. 2017-04-20 00:46:01.677 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.users_id as users_id2_11_0_, users0_.roles_id as roles_id1_11_0_, user1_.hibId as hibId1_9_1_, user1_.creationDate as creation2_9_1_, user1_.objectClass as objectCl3_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.hibId as hibId1_0_2_, course2_.creationDate as creation2_0_2_, course2_.objectClass as objectCl3_0_2_, course2_.description as descript4_0_2_, course2_.owner as owner5_0_2_, course2_.title as title6_0_2_ from users_roles users0_ inner join UserDenver user1_ on users0_.roles_id=user1_.hibId left outer join Course course2_ on user1_.courseID=course2_.hibId where users0_.users_id=?
  116. 2017-04-20 00:46:01.680 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Role.users#role_00003]
  117. 2017-04-20 00:46:01.681 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  118. 2017-04-20 00:46:01.681 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Role.users#role_00003]
  119. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Role.users
  120. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Role.users#role_00003]
  121. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Role.users
  122. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  123. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  124. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Role.users#role_00002]
  125. 2017-04-20 00:46:01.682 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.users_id as users_id2_11_0_, users0_.roles_id as roles_id1_11_0_, user1_.hibId as hibId1_9_1_, user1_.creationDate as creation2_9_1_, user1_.objectClass as objectCl3_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.hibId as hibId1_0_2_, course2_.creationDate as creation2_0_2_, course2_.objectClass as objectCl3_0_2_, course2_.description as descript4_0_2_, course2_.owner as owner5_0_2_, course2_.title as title6_0_2_ from users_roles users0_ inner join UserDenver user1_ on users0_.roles_id=user1_.hibId left outer join Course course2_ on user1_.courseID=course2_.hibId where users0_.users_id=?
  126. 2017-04-20 00:46:01.684 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Role.users#role_00002]
  127. 2017-04-20 00:46:01.684 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  128. 2017-04-20 00:46:01.684 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Role.users#role_00002]
  129. 2017-04-20 00:46:01.684 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Role.users
  130. 2017-04-20 00:46:01.685 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Role.users#role_00002]
  131. 2017-04-20 00:46:01.685 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Role.users
  132. 2017-04-20 00:46:01.685 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  133. 2017-04-20 00:46:01.685 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  134. 2017-04-20 00:46:01.685 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Role.users#role_00001]
  135. 2017-04-20 00:46:01.685 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.users_id as users_id2_11_0_, users0_.roles_id as roles_id1_11_0_, user1_.hibId as hibId1_9_1_, user1_.creationDate as creation2_9_1_, user1_.objectClass as objectCl3_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.hibId as hibId1_0_2_, course2_.creationDate as creation2_0_2_, course2_.objectClass as objectCl3_0_2_, course2_.description as descript4_0_2_, course2_.owner as owner5_0_2_, course2_.title as title6_0_2_ from users_roles users0_ inner join UserDenver user1_ on users0_.roles_id=user1_.hibId left outer join Course course2_ on user1_.courseID=course2_.hibId where users0_.users_id=?
  136. 2017-04-20 00:46:01.686 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Role.users#role_00001]
  137. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  138. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Role.users#role_00001]
  139. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Role.users
  140. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Role.users#role_00001]
  141. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Role.users
  142. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  143. 2017-04-20 00:46:01.687 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  144. 2017-04-20 00:46:01.688 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00001]
  145. 2017-04-20 00:46:01.688 DEBUG 13276 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.hibId as hibId1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.objectClass as objectCl3_4_1_, lecture1_.description as descript4_4_1_, lecture1_.owner as owner5_4_1_, lecture1_.title as title6_4_1_, lecture1_.courseID as courseID7_4_1_, course2_.hibId as hibId1_0_2_, course2_.creationDate as creation2_0_2_, course2_.objectClass as objectCl3_0_2_, course2_.description as descript4_0_2_, course2_.owner as owner5_0_2_, course2_.title as title6_0_2_ from lectures_users lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.hibId left outer join Course course2_ on lecture1_.courseID=course2_.hibId where lectures0_.lectures_id=?
  146. 2017-04-20 00:46:01.690 DEBUG 13276 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00001]
  147. 2017-04-20 00:46:01.690 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.lectures
  148. 2017-04-20 00:46:01.690 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00001]
  149. 2017-04-20 00:46:01.690 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  150. 2017-04-20 00:46:01.690 DEBUG 13276 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  151. 2017-04-20 00:46:01.690 DEBUG 13276 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  152. 2017-04-20 00:46:01.691 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
  153. 2017-04-20 00:46:01.700 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
  154. 2017-04-20 00:46:01.707 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00001], was: [com.colorado.denver.model.User.lectures#user_00001] (initialized)
  155. 2017-04-20 00:46:01.707 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.roles#user_00001], was: [com.colorado.denver.model.User.roles#user_00001] (initialized)
  156. 2017-04-20 00:46:01.707 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00001], was: [com.colorado.denver.model.User.solutions#user_00001] (initialized)
  157. 2017-04-20 00:46:01.708 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Role.users#role_00001], was: [com.colorado.denver.model.Role.users#role_00001] (initialized)
  158. 2017-04-20 00:46:01.708 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Role.users#role_00002], was: [com.colorado.denver.model.Role.users#role_00002] (initialized)
  159. 2017-04-20 00:46:01.708 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Role.users#role_00003], was: [com.colorado.denver.model.Role.users#role_00003] (initialized)
  160. 2017-04-20 00:46:01.708 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Role.users#role_00004], was: [com.colorado.denver.model.Role.users#role_00004] (initialized)
  161. 2017-04-20 00:46:01.708 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 5 objects
  162. 2017-04-20 00:46:01.708 DEBUG 13276 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 0 removals to 7 collections
  163. 2017-04-20 00:46:01.710 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : Listing entities:
  164. 2017-04-20 00:46:01.711 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{password=password, hibId=user_00001, solutions=[], roles=[com.colorado.denver.model.Role#role_00001, com.colorado.denver.model.Role#role_00002, com.colorado.denver.model.Role#role_00003, com.colorado.denver.model.Role#role_00004], objectClass=user, lectures=[], course=null, creationDate=2017-04-19 22:46:30.878, enabled=false, username=system}
  165. 2017-04-20 00:46:01.711 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Role{hibId=role_00001, objectClass=role, roleName=ROLE_ADMIN, creationDate=2017-04-19 22:46:30.743, users=[com.colorado.denver.model.User#user_00001]}
  166. 2017-04-20 00:46:01.711 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Role{hibId=role_00002, objectClass=role, roleName=ROLE_STUDENT, creationDate=2017-04-19 22:46:30.809, users=[com.colorado.denver.model.User#user_00001]}
  167. 2017-04-20 00:46:01.711 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Role{hibId=role_00003, objectClass=role, roleName=ROLE_DOCENT, creationDate=2017-04-19 22:46:30.822, users=[com.colorado.denver.model.User#user_00001]}
  168. 2017-04-20 00:46:01.711 DEBUG 13276 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Role{hibId=role_00004, objectClass=role, roleName=ROLE_TUTOR, creationDate=2017-04-19 22:46:30.824, users=[com.colorado.denver.model.User#user_00001]}
  169. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'delegatingApplicationListener'
  170. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Authentication success: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@34e33e8f: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: links: [], links: [], links: [], links: []
  171. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  172. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  173. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  174. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@34e33e8f: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: links: [], links: [], links: [], links: []'
  175. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  176. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] s.CompositeSessionAuthenticationStrategy : Delegating to org.springframework.security.web.authentication.session.ChangeSessionIdAuthenticationStrategy@3900fa71
  177. 2017-04-20 00:46:01.714 DEBUG 13276 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : HttpSession being created as SecurityContext is non-default
  178. 2017-04-20 00:46:01.722 DEBUG 13276 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext 'org.springframework.security.core.context.SecurityContextImpl@34e33e8f: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@34e33e8f: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: links: [], links: [], links: [], links: []' stored to HttpSession: 'org.apache.catalina.session.StandardSessionFacade@6adf3969
  179. 2017-04-20 00:46:01.723 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 10 of 10 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  180. 2017-04-20 00:46:01.723 DEBUG 13276 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login reached end of additional filter chain; proceeding with original chain
  181. 2017-04-20 00:46:01.723 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/login]
  182. 2017-04-20 00:46:01.723 DEBUG 13276 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /login
  183. 2017-04-20 00:46:01.723 DEBUG 13276 --- [nio-8080-exec-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.lang.String com.colorado.denver.controller.entityController.UserController.login()]
  184. 2017-04-20 00:46:01.723 DEBUG 13276 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'userController'
  185. 2017-04-20 00:46:01.724 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/login] is: -1
  186. 2017-04-20 00:46:01.752 DEBUG 13276 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext 'org.springframework.security.core.context.SecurityContextImpl@34e33e8f: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@34e33e8f: Principal: system; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: links: [], links: [], links: [], links: []' stored to HttpSession: 'org.apache.catalina.session.StandardSessionFacade@6adf3969
  187. 2017-04-20 00:46:01.758 DEBUG 13276 --- [nio-8080-exec-1] m.m.a.RequestResponseBodyMethodProcessor : Written [login] as "text/plain" using [org.springframework.http.converter.StringHttpMessageConverter@5e9ea964]
  188. 2017-04-20 00:46:01.758 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  189. 2017-04-20 00:46:01.758 DEBUG 13276 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Successfully completed request
  190. 2017-04-20 00:46:01.759 DEBUG 13276 --- [nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  191. 2017-04-20 00:46:01.759 DEBUG 13276 --- [nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  192. 2017-04-20 00:46:01.759 DEBUG 13276 --- [nio-8080-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5ac79665:org.apache.tomcat.util.net.NioChannel@6511d618:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64255]], Read from buffer: [0]
  193. 2017-04-20 00:46:01.759 DEBUG 13276 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@5ac79665:org.apache.tomcat.util.net.NioChannel@6511d618:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64255]], Status in: [OPEN_READ], State out: [OPEN]
  194. 2017-04-20 00:46:27.371 DEBUG 13276 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=2
  195. 2017-04-20 00:46:27.372 DEBUG 13276 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=3
  196. 2017-04-20 00:46:27.373 DEBUG 13276 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=4
  197. 2017-04-20 00:46:27.373 DEBUG 13276 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=5
  198. 2017-04-20 00:46:29.160 DEBUG 13276 --- [nio-8080-exec-3] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest2
  199. 2017-04-20 00:46:29.160 DEBUG 13276 --- [nio-8080-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7313095e:org.apache.tomcat.util.net.NioChannel@7dd4e894:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64292]], Read from buffer: [0]
  200. 2017-04-20 00:46:29.161 DEBUG 13276 --- [nio-8080-exec-3] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@72fc0d0b Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest2
  201. 2017-04-20 00:46:29.161 DEBUG 13276 --- [nio-8080-exec-2] o.a.coyote.http11.Http11InputBuffer : Received [GET /exercises HTTP/1.1
  202. Host: localhost:8080
  203. Connection: keep-alive
  204. Accept: application/json, text/javascript, */*; q=0.01
  205. Origin: http://localhost:8081
  206. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  207. Referer: http://localhost:8081/docent
  208. Accept-Encoding: gzip, deflate, sdch, br
  209. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  210. Cookie: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  211.  
  212. ]
  213. 2017-04-20 00:46:29.161 DEBUG 13276 --- [nio-8080-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@76c3978c:org.apache.tomcat.util.net.NioChannel@7c3bfcfc:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64293]], Read from buffer: [0]
  214. 2017-04-20 00:46:29.161 DEBUG 13276 --- [nio-8080-exec-3] o.a.coyote.http11.Http11InputBuffer : Received [GET /courses HTTP/1.1
  215. Host: localhost:8080
  216. Connection: keep-alive
  217. Accept: application/json, text/javascript, */*; q=0.01
  218. Origin: http://localhost:8081
  219. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  220. Referer: http://localhost:8081/docent
  221. Accept-Encoding: gzip, deflate, sdch, br
  222. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  223. Cookie: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  224.  
  225. ]
  226. 2017-04-20 00:46:29.162 DEBUG 13276 --- [nio-8080-exec-3] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
  227. 2017-04-20 00:46:29.163 DEBUG 13276 --- [nio-8080-exec-2] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  228. 2017-04-20 00:46:29.163 DEBUG 13276 --- [nio-8080-exec-3] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  229. 2017-04-20 00:46:29.167 DEBUG 13276 --- [nio-8080-exec-3] o.a.catalina.connector.CoyoteAdapter : Requested cookie session id is 0ABF0D779C2CF3D2DCD5B92578CA0258
  230. 2017-04-20 00:46:29.167 DEBUG 13276 --- [nio-8080-exec-2] o.a.catalina.connector.CoyoteAdapter : Requested cookie session id is 0ABF0D779C2CF3D2DCD5B92578CA0258
  231. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /exercises
  232. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /courses
  233. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  234. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  235. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  236. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  237. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 1 of 10 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  238. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 1 of 10 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  239. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 2 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  240. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 2 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  241. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  242. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  243. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  244. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  245. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 3 of 10 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  246. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 3 of 10 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  247. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-2] 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@12652d18
  248. 2017-04-20 00:46:29.169 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 4 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  249. 2017-04-20 00:46:29.168 DEBUG 13276 --- [nio-8080-exec-3] 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@12652d18
  250. 2017-04-20 00:46:29.169 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  251. 2017-04-20 00:46:29.169 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/exercises'; against '/logout'
  252. 2017-04-20 00:46:29.169 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 4 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  253. 2017-04-20 00:46:29.169 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  254. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  255. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /exercises' doesn't match 'POST /logout
  256. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/courses'; against '/logout'
  257. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  258. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  259. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /exercises' doesn't match 'PUT /logout
  260. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'POST /logout
  261. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  262. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  263. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /exercises' doesn't match 'DELETE /logout
  264. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'PUT /logout
  265. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  266. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  267. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'DELETE /logout
  268. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  269. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  270. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  271. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  272. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  273. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  274. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  275. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  276. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  277. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  278. 2017-04-20 00:46:29.171 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  279. 2017-04-20 00:46:29.172 DEBUG 13276 --- [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /courses at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  280. 2017-04-20 00:46:29.172 DEBUG 13276 --- [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /exercises at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  281. 2017-04-20 00:46:29.172 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.w.session.SessionManagementFilter : Requested session ID 0ABF0D779C2CF3D2DCD5B92578CA0258 is invalid.
  282. 2017-04-20 00:46:29.172 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.w.session.SessionManagementFilter : Requested session ID 0ABF0D779C2CF3D2DCD5B92578CA0258 is invalid.
  283. 2017-04-20 00:46:29.172 DEBUG 13276 --- [nio-8080-exec-3] w.s.SimpleRedirectInvalidSessionStrategy : Starting new session (if required) and redirecting to '/invalidSession'
  284. 2017-04-20 00:46:29.178 DEBUG 13276 --- [nio-8080-exec-4] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest3
  285. 2017-04-20 00:46:29.172 DEBUG 13276 --- [nio-8080-exec-2] w.s.SimpleRedirectInvalidSessionStrategy : Starting new session (if required) and redirecting to '/invalidSession'
  286. 2017-04-20 00:46:29.178 DEBUG 13276 --- [nio-8080-exec-3] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/invalidSession'
  287. 2017-04-20 00:46:29.179 DEBUG 13276 --- [nio-8080-exec-3] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  288. 2017-04-20 00:46:29.179 DEBUG 13276 --- [nio-8080-exec-3] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  289. 2017-04-20 00:46:29.179 DEBUG 13276 --- [nio-8080-exec-2] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/invalidSession'
  290. 2017-04-20 00:46:29.180 DEBUG 13276 --- [nio-8080-exec-2] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  291. 2017-04-20 00:46:29.181 DEBUG 13276 --- [nio-8080-exec-2] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  292. 2017-04-20 00:46:29.181 DEBUG 13276 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=6
  293. 2017-04-20 00:46:29.185 DEBUG 13276 --- [nio-8080-exec-2] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7313095e:org.apache.tomcat.util.net.NioChannel@7dd4e894:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64292]], Read from buffer: [0]
  294. 2017-04-20 00:46:29.178 DEBUG 13276 --- [nio-8080-exec-4] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@794b3613 Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest3
  295. 2017-04-20 00:46:29.180 DEBUG 13276 --- [nio-8080-exec-3] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@76c3978c:org.apache.tomcat.util.net.NioChannel@7c3bfcfc:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64293]], Read from buffer: [0]
  296. 2017-04-20 00:46:29.189 DEBUG 13276 --- [nio-8080-exec-2] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7313095e:org.apache.tomcat.util.net.NioChannel@7dd4e894:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64292]], Status in: [OPEN_READ], State out: [OPEN]
  297. 2017-04-20 00:46:29.189 DEBUG 13276 --- [nio-8080-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7d74ade2:org.apache.tomcat.util.net.NioChannel@778cc692:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64294]], Read from buffer: [0]
  298. 2017-04-20 00:46:29.189 DEBUG 13276 --- [nio-8080-exec-3] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@76c3978c:org.apache.tomcat.util.net.NioChannel@7c3bfcfc:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64293]], Status in: [OPEN_READ], State out: [OPEN]
  299. 2017-04-20 00:46:29.189 DEBUG 13276 --- [nio-8080-exec-4] o.a.coyote.http11.Http11InputBuffer : Received [GET /users HTTP/1.1
  300. Host: localhost:8080
  301. Connection: keep-alive
  302. Accept: application/json, text/javascript, */*; q=0.01
  303. Origin: http://localhost:8081
  304. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  305. Referer: http://localhost:8081/docent
  306. Accept-Encoding: gzip, deflate, sdch, br
  307. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  308. Cookie: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  309.  
  310. ]
  311. 2017-04-20 00:46:29.189 DEBUG 13276 --- [nio-8080-exec-5] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest4
  312. 2017-04-20 00:46:29.190 DEBUG 13276 --- [nio-8080-exec-5] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@78eedbd1 Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest4
  313. 2017-04-20 00:46:29.190 DEBUG 13276 --- [nio-8080-exec-4] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
  314. 2017-04-20 00:46:29.190 DEBUG 13276 --- [nio-8080-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7cd14014:org.apache.tomcat.util.net.NioChannel@76292b64:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64295]], Read from buffer: [0]
  315. 2017-04-20 00:46:29.190 DEBUG 13276 --- [nio-8080-exec-6] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest5
  316. 2017-04-20 00:46:29.190 DEBUG 13276 --- [nio-8080-exec-6] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@2fd013e7 Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest5
  317. 2017-04-20 00:46:29.190 DEBUG 13276 --- [nio-8080-exec-5] o.a.coyote.http11.Http11InputBuffer : Received [GET /courses HTTP/1.1
  318. Host: localhost:8080
  319. Connection: keep-alive
  320. Accept: application/json, text/javascript, */*; q=0.01
  321. Origin: http://localhost:8081
  322. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  323. Referer: http://localhost:8081/docent
  324. Accept-Encoding: gzip, deflate, sdch, br
  325. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  326. Cookie: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  327.  
  328. ]
  329. 2017-04-20 00:46:29.191 DEBUG 13276 --- [nio-8080-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2bef92c5:org.apache.tomcat.util.net.NioChannel@2117f9b5:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64310]], Read from buffer: [0]
  330. 2017-04-20 00:46:29.191 DEBUG 13276 --- [nio-8080-exec-4] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  331. 2017-04-20 00:46:29.191 DEBUG 13276 --- [nio-8080-exec-5] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
  332. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-6] o.a.coyote.http11.Http11InputBuffer : Received [GET /courses HTTP/1.1
  333. Host: localhost:8080
  334. Connection: keep-alive
  335. Accept: application/json, text/javascript, */*; q=0.01
  336. Origin: http://localhost:8081
  337. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  338. Referer: http://localhost:8081/docent
  339. Accept-Encoding: gzip, deflate, sdch, br
  340. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  341. Cookie: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  342.  
  343. ]
  344. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-4] o.a.catalina.connector.CoyoteAdapter : Requested cookie session id is 0ABF0D779C2CF3D2DCD5B92578CA0258
  345. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-5] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  346. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-4] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /users
  347. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-5] o.a.catalina.connector.CoyoteAdapter : Requested cookie session id is 0ABF0D779C2CF3D2DCD5B92578CA0258
  348. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-4] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  349. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-5] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /courses
  350. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-4] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  351. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-6] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
  352. 2017-04-20 00:46:29.193 DEBUG 13276 --- [nio-8080-exec-5] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  353. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 1 of 10 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  354. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-5] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  355. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 2 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  356. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] o.a.t.util.http.Rfc6265CookieProcessor : Cookies: Parsing b[]: JSESSIONID=0ABF0D779C2CF3D2DCD5B92578CA0258
  357. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  358. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  359. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 1 of 10 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  360. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 3 of 10 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  361. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] o.a.catalina.connector.CoyoteAdapter : Requested cookie session id is 0ABF0D779C2CF3D2DCD5B92578CA0258
  362. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 2 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  363. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  364. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] 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@12652d18
  365. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] o.a.c.authenticator.AuthenticatorBase : Security checking request GET /courses
  366. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 4 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  367. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  368. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  369. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 3 of 10 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  370. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  371. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/users'; against '/logout'
  372. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  373. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  374. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /users' doesn't match 'POST /logout
  375. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  376. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /users' doesn't match 'PUT /logout
  377. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  378. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 1 of 10 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  379. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /users' doesn't match 'DELETE /logout
  380. 2017-04-20 00:46:29.194 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 2 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  381. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-5] 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@12652d18
  382. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  383. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 4 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  384. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  385. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  386. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  387. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 3 of 10 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  388. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  389. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/courses'; against '/logout'
  390. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] 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@12652d18
  391. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 4 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  392. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  393. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/courses'; against '/logout'
  394. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  395. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'POST /logout
  396. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  397. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'PUT /logout
  398. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  399. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'DELETE /logout
  400. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  401. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  402. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  403. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  404. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  405. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  406. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-6] o.s.security.web.FilterChainProxy : /courses at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  407. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.w.session.SessionManagementFilter : Requested session ID 0ABF0D779C2CF3D2DCD5B92578CA0258 is invalid.
  408. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-6] w.s.SimpleRedirectInvalidSessionStrategy : Starting new session (if required) and redirecting to '/invalidSession'
  409. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  410. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'POST /logout
  411. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  412. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'PUT /logout
  413. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  414. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /courses' doesn't match 'DELETE /logout
  415. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  416. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 5 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  417. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  418. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  419. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  420. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  421. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.security.web.FilterChainProxy : /courses at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  422. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.w.session.SessionManagementFilter : Requested session ID 0ABF0D779C2CF3D2DCD5B92578CA0258 is invalid.
  423. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-5] w.s.SimpleRedirectInvalidSessionStrategy : Starting new session (if required) and redirecting to '/invalidSession'
  424. 2017-04-20 00:46:29.197 DEBUG 13276 --- [nio-8080-exec-5] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/invalidSession'
  425. 2017-04-20 00:46:29.197 DEBUG 13276 --- [nio-8080-exec-5] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  426. 2017-04-20 00:46:29.197 DEBUG 13276 --- [nio-8080-exec-5] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  427. 2017-04-20 00:46:29.195 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 6 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  428. 2017-04-20 00:46:29.196 DEBUG 13276 --- [nio-8080-exec-6] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/invalidSession'
  429. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-5] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7cd14014:org.apache.tomcat.util.net.NioChannel@76292b64:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64295]], Read from buffer: [0]
  430. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 7 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  431. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-6] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  432. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 8 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  433. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-5] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7cd14014:org.apache.tomcat.util.net.NioChannel@76292b64:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64295]], Status in: [OPEN_READ], State out: [OPEN]
  434. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055c2bc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
  435. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-6] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  436. 2017-04-20 00:46:29.198 DEBUG 13276 --- [nio-8080-exec-4] o.s.security.web.FilterChainProxy : /users at position 9 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  437. 2017-04-20 00:46:29.199 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.w.session.SessionManagementFilter : Requested session ID 0ABF0D779C2CF3D2DCD5B92578CA0258 is invalid.
  438. 2017-04-20 00:46:29.199 DEBUG 13276 --- [nio-8080-exec-4] w.s.SimpleRedirectInvalidSessionStrategy : Starting new session (if required) and redirecting to '/invalidSession'
  439. 2017-04-20 00:46:29.200 DEBUG 13276 --- [nio-8080-exec-4] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/invalidSession'
  440. 2017-04-20 00:46:29.200 DEBUG 13276 --- [nio-8080-exec-6] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2bef92c5:org.apache.tomcat.util.net.NioChannel@2117f9b5:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64310]], Read from buffer: [0]
  441. 2017-04-20 00:46:29.200 DEBUG 13276 --- [nio-8080-exec-4] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  442. 2017-04-20 00:46:29.200 DEBUG 13276 --- [nio-8080-exec-6] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@2bef92c5:org.apache.tomcat.util.net.NioChannel@2117f9b5:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64310]], Status in: [OPEN_READ], State out: [OPEN]
  443. 2017-04-20 00:46:29.200 DEBUG 13276 --- [nio-8080-exec-4] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  444. 2017-04-20 00:46:29.201 DEBUG 13276 --- [nio-8080-exec-4] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7d74ade2:org.apache.tomcat.util.net.NioChannel@778cc692:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64294]], Read from buffer: [0]
  445. 2017-04-20 00:46:29.202 DEBUG 13276 --- [nio-8080-exec-4] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7d74ade2:org.apache.tomcat.util.net.NioChannel@778cc692:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:64294]], Status in: [OPEN_READ], State out: [OPEN]
  446. 2017-04-20 00:46:33.016 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(5)-192.168.178.63: accepted socket from [192.168.178.63:64319]
  447. 2017-04-20 00:46:33.016 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(5)-192.168.178.63: (port 64044) op = 80
  448. 2017-04-20 00:46:48.017 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(5)-192.168.178.63: (port 64044) connection closed
  449. 2017-04-20 00:46:48.017 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(5)-192.168.178.63: close connection
  450. 2017-04-20 00:47:02.217 DEBUG 13276 --- [nio-8080-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-7] latch=6
  451. 2017-04-20 00:47:29.217 DEBUG 13276 --- [nio-8080-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-8] latch=5
  452. 2017-04-20 00:47:29.217 DEBUG 13276 --- [nio-8080-exec-9] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-9] latch=4
  453. 2017-04-20 00:47:29.226 DEBUG 13276 --- [nio-8080-exec-3] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-3] latch=2
  454. 2017-04-20 00:47:29.226 DEBUG 13276 --- [nio-8080-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-1] latch=3
  455. 2017-04-20 00:47:29.226 DEBUG 13276 --- [io-8080-exec-10] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-10] latch=1
  456. 2017-04-20 00:47:33.019 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(6)-192.168.178.63: accepted socket from [192.168.178.63:64405]
  457. 2017-04-20 00:47:33.020 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(6)-192.168.178.63: (port 64044) op = 80
  458. 2017-04-20 00:47:37.024 DEBUG 13276 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1492642057024 sessioncount 6
  459. 2017-04-20 00:47:37.024 DEBUG 13276 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
  460. 2017-04-20 00:47:48.023 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(6)-192.168.178.63: (port 64044) connection closed
  461. 2017-04-20 00:47:48.023 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(6)-192.168.178.63: close connection
  462. 2017-04-20 00:48:33.023 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.178.63: accepted socket from [192.168.178.63:64488]
  463. 2017-04-20 00:48:33.024 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.178.63: (port 64044) op = 80
  464. 2017-04-20 00:48:48.025 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.178.63: (port 64044) connection closed
  465. 2017-04-20 00:48:48.025 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.178.63: close connection
  466. 2017-04-20 00:49:33.025 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(8)-192.168.178.63: accepted socket from [192.168.178.63:64574]
  467. 2017-04-20 00:49:33.025 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(8)-192.168.178.63: (port 64044) op = 80
  468. 2017-04-20 00:49:40.496 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(8)-192.168.178.63: (port 64044) op = 82
  469. 2017-04-20 00:49:40.496 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(8)-192.168.178.63: (port 64044) op = 80
  470. 2017-04-20 00:49:40.496 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(8)-192.168.178.63: name = "[Ljava.rmi.server.ObjID;", codebase = ""
  471. 2017-04-20 00:49:40.496 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(8)-192.168.178.63: name = "java.rmi.dgc.Lease", codebase = ""
  472. 2017-04-20 00:49:40.496 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(8)-192.168.178.63: name = "java.rmi.dgc.VMID", codebase = ""
  473. 2017-04-20 00:49:40.497 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(8)-192.168.178.63: name = "[B", codebase = ""
  474. 2017-04-20 00:49:40.497 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(8)-192.168.178.63: name = "java.rmi.server.UID", codebase = ""
  475. 2017-04-20 00:50:03.028 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(8)-192.168.178.63: (port 64044) connection closed
  476. 2017-04-20 00:50:03.028 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(8)-192.168.178.63: close connection
  477. 2017-04-20 00:50:04.681 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(9)-192.168.178.63: accepted socket from [192.168.178.63:64617]
  478. 2017-04-20 00:50:04.682 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(9)-192.168.178.63: (port 64044) op = 80
  479. 2017-04-20 00:50:04.682 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(9)-192.168.178.63: name = "[Ljava.rmi.server.ObjID;", codebase = ""
  480. 2017-04-20 00:50:04.683 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(9)-192.168.178.63: name = "java.rmi.server.ObjID", codebase = ""
  481. 2017-04-20 00:50:04.684 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(9)-192.168.178.63: name = "java.rmi.server.UID", codebase = ""
  482. 2017-04-20 00:50:04.684 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(9)-192.168.178.63: name = "java.rmi.dgc.VMID", codebase = ""
  483. 2017-04-20 00:50:04.685 DEBUG 13276 --- [-192.168.178.63] sun.rmi.loader : RMI TCP Connection(9)-192.168.178.63: name = "[B", codebase = ""
  484. 2017-04-20 00:50:19.687 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(9)-192.168.178.63: (port 64044) connection closed
  485. 2017-04-20 00:50:19.687 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(9)-192.168.178.63: close connection
  486. 2017-04-20 00:50:33.028 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(10)-192.168.178.63: accepted socket from [192.168.178.63:64656]
  487. 2017-04-20 00:50:33.029 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(10)-192.168.178.63: (port 64044) op = 80
  488. 2017-04-20 00:50:37.025 DEBUG 13276 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1492642237025 sessioncount 6
  489. 2017-04-20 00:50:37.025 DEBUG 13276 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
  490. 2017-04-20 00:50:48.030 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(10)-192.168.178.63: (port 64044) connection closed
  491. 2017-04-20 00:50:48.030 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(10)-192.168.178.63: close connection
  492. 2017-04-20 00:51:33.030 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(11)-192.168.178.63: accepted socket from [192.168.178.63:64738]
  493. 2017-04-20 00:51:33.031 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(11)-192.168.178.63: (port 64044) op = 80
  494. 2017-04-20 00:51:48.032 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(11)-192.168.178.63: (port 64044) connection closed
  495. 2017-04-20 00:51:48.032 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(11)-192.168.178.63: close connection
  496. 2017-04-20 00:52:33.033 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(12)-192.168.178.63: accepted socket from [192.168.178.63:64830]
  497. 2017-04-20 00:52:33.033 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(12)-192.168.178.63: (port 64044) op = 80
  498. 2017-04-20 00:52:48.035 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(12)-192.168.178.63: (port 64044) connection closed
  499. 2017-04-20 00:52:48.035 DEBUG 13276 --- [-192.168.178.63] sun.rmi.transport.tcp : RMI TCP Connection(12)-192.168.178.63: close connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement