Advertisement
Guest User

trace

a guest
Apr 24th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.01 KB | None | 0 0
  1. 2017-04-24 18:46:23.269 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select users0_.users_id as users_id1_6_0_, users0_.lectures_id as lectures2_6_0_, user1_.Id as Id1_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled2_9_1_, user1_.firstName as firstNam3_9_1_, user1_.lastName as lastName4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.Id as Id1_0_2_, course2_.creationDate as creation2_0_2_, course2_.description as descript3_0_2_, course2_.owner as owner4_0_2_, course2_.title as title5_0_2_ from lectures_users users0_ inner join UserDenver user1_ on users0_.lectures_id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.users_id=?
  2. 2017-04-24 18:46:23.269 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00008]
  3. 2017-04-24 18:46:23.269 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  4. 2017-04-24 18:46:23.269 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00008]
  5. 2017-04-24 18:46:23.269 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  6. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  7. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  8. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00008]
  9. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select exercises0_.lectures_id as lectures1_5_0_, exercises0_.exercises_id as exercise2_5_0_, exercise1_.Id as Id1_3_1_, exercise1_.creationDate as creation2_3_1_, exercise1_.description as descript3_3_1_, exercise1_.owner as owner4_3_1_, exercise1_.title as title5_3_1_, exercise1_.answer as answer6_3_1_, exercise1_.deadline as deadline7_3_1_, exercise1_.entryMethod as entryMet8_3_1_, exercise1_.hasBeenModified as hasBeenM9_3_1_, exercise1_.input as input10_3_1_, exercise1_.language as languag11_3_1_, exercise1_.message as message12_3_1_, exercise1_.patternSolution as pattern13_3_1_, exercise1_.template as templat14_3_1_, exercise1_.videoLink as videoLi15_3_1_ from lectures_exercises exercises0_ inner join Exercise exercise1_ on exercises0_.exercises_id=exercise1_.Id where exercises0_.lectures_id=?
  10. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00008]
  11. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  12. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00008]
  13. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  14. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  15. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  16. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00003]
  17. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select users0_.users_id as users_id1_6_0_, users0_.lectures_id as lectures2_6_0_, user1_.Id as Id1_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled2_9_1_, user1_.firstName as firstNam3_9_1_, user1_.lastName as lastName4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.Id as Id1_0_2_, course2_.creationDate as creation2_0_2_, course2_.description as descript3_0_2_, course2_.owner as owner4_0_2_, course2_.title as title5_0_2_ from lectures_users users0_ inner join UserDenver user1_ on users0_.lectures_id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.users_id=?
  18. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00003]
  19. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  20. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00003]
  21. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  22. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  23. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  24. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00003]
  25. 2017-04-24 18:46:23.270 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select exercises0_.lectures_id as lectures1_5_0_, exercises0_.exercises_id as exercise2_5_0_, exercise1_.Id as Id1_3_1_, exercise1_.creationDate as creation2_3_1_, exercise1_.description as descript3_3_1_, exercise1_.owner as owner4_3_1_, exercise1_.title as title5_3_1_, exercise1_.answer as answer6_3_1_, exercise1_.deadline as deadline7_3_1_, exercise1_.entryMethod as entryMet8_3_1_, exercise1_.hasBeenModified as hasBeenM9_3_1_, exercise1_.input as input10_3_1_, exercise1_.language as languag11_3_1_, exercise1_.message as message12_3_1_, exercise1_.patternSolution as pattern13_3_1_, exercise1_.template as templat14_3_1_, exercise1_.videoLink as videoLi15_3_1_ from lectures_exercises exercises0_ inner join Exercise exercise1_ on exercises0_.exercises_id=exercise1_.Id where exercises0_.lectures_id=?
  26. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00003]
  27. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  28. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00003]
  29. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  30. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  31. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  32. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00001]
  33. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select users0_.users_id as users_id1_6_0_, users0_.lectures_id as lectures2_6_0_, user1_.Id as Id1_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled2_9_1_, user1_.firstName as firstNam3_9_1_, user1_.lastName as lastName4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.Id as Id1_0_2_, course2_.creationDate as creation2_0_2_, course2_.description as descript3_0_2_, course2_.owner as owner4_0_2_, course2_.title as title5_0_2_ from lectures_users users0_ inner join UserDenver user1_ on users0_.lectures_id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.users_id=?
  34. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00001]
  35. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  36. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00001]
  37. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  38. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  39. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  40. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00001]
  41. 2017-04-24 18:46:23.271 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select exercises0_.lectures_id as lectures1_5_0_, exercises0_.exercises_id as exercise2_5_0_, exercise1_.Id as Id1_3_1_, exercise1_.creationDate as creation2_3_1_, exercise1_.description as descript3_3_1_, exercise1_.owner as owner4_3_1_, exercise1_.title as title5_3_1_, exercise1_.answer as answer6_3_1_, exercise1_.deadline as deadline7_3_1_, exercise1_.entryMethod as entryMet8_3_1_, exercise1_.hasBeenModified as hasBeenM9_3_1_, exercise1_.input as input10_3_1_, exercise1_.language as languag11_3_1_, exercise1_.message as message12_3_1_, exercise1_.patternSolution as pattern13_3_1_, exercise1_.template as templat14_3_1_, exercise1_.videoLink as videoLi15_3_1_ from lectures_exercises exercises0_ inner join Exercise exercise1_ on exercises0_.exercises_id=exercise1_.Id where exercises0_.lectures_id=?
  42. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00001]
  43. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  44. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00001]
  45. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  46. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  47. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  48. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00007]
  49. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select users0_.users_id as users_id1_6_0_, users0_.lectures_id as lectures2_6_0_, user1_.Id as Id1_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled2_9_1_, user1_.firstName as firstNam3_9_1_, user1_.lastName as lastName4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.Id as Id1_0_2_, course2_.creationDate as creation2_0_2_, course2_.description as descript3_0_2_, course2_.owner as owner4_0_2_, course2_.title as title5_0_2_ from lectures_users users0_ inner join UserDenver user1_ on users0_.lectures_id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.users_id=?
  50. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00007]
  51. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  52. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00007]
  53. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  54. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  55. 2017-04-24 18:46:23.272 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  56. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00007]
  57. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select exercises0_.lectures_id as lectures1_5_0_, exercises0_.exercises_id as exercise2_5_0_, exercise1_.Id as Id1_3_1_, exercise1_.creationDate as creation2_3_1_, exercise1_.description as descript3_3_1_, exercise1_.owner as owner4_3_1_, exercise1_.title as title5_3_1_, exercise1_.answer as answer6_3_1_, exercise1_.deadline as deadline7_3_1_, exercise1_.entryMethod as entryMet8_3_1_, exercise1_.hasBeenModified as hasBeenM9_3_1_, exercise1_.input as input10_3_1_, exercise1_.language as languag11_3_1_, exercise1_.message as message12_3_1_, exercise1_.patternSolution as pattern13_3_1_, exercise1_.template as templat14_3_1_, exercise1_.videoLink as videoLi15_3_1_ from lectures_exercises exercises0_ inner join Exercise exercise1_ on exercises0_.exercises_id=exercise1_.Id where exercises0_.lectures_id=?
  58. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00007]
  59. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  60. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00007]
  61. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  62. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  63. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  64. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  65. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select users0_.users_id as users_id2_11_0_, users0_.privileges_id as privileg1_11_0_, user1_.Id as Id1_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled2_9_1_, user1_.firstName as firstNam3_9_1_, user1_.lastName as lastName4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.Id as Id1_0_2_, course2_.creationDate as creation2_0_2_, course2_.description as descript3_0_2_, course2_.owner as owner4_0_2_, course2_.title as title5_0_2_ from users_privileges users0_ inner join UserDenver user1_ on users0_.privileges_id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.users_id=?
  66. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Privilege.users#privilege_00002]
  67. 2017-04-24 18:46:23.273 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  68. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  69. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  70. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  71. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  72. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  73. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #3
  74. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  75. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #4
  76. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  77. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Privilege.users
  78. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Privilege.users#privilege_00002]
  79. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Privilege.users
  80. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  81. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  82. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00009]
  83. 2017-04-24 18:46:23.274 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select users0_.users_id as users_id1_6_0_, users0_.lectures_id as lectures2_6_0_, user1_.Id as Id1_9_1_, user1_.courseID as courseID7_9_1_, user1_.enabled as enabled2_9_1_, user1_.firstName as firstNam3_9_1_, user1_.lastName as lastName4_9_1_, user1_.password as password5_9_1_, user1_.username as username6_9_1_, course2_.Id as Id1_0_2_, course2_.creationDate as creation2_0_2_, course2_.description as descript3_0_2_, course2_.owner as owner4_0_2_, course2_.title as title5_0_2_ from lectures_users users0_ inner join UserDenver user1_ on users0_.lectures_id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.users_id=?
  84. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00009]
  85. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  86. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00009]
  87. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  88. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  89. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  90. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00009]
  91. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] org.hibernate.SQL : select exercises0_.lectures_id as lectures1_5_0_, exercises0_.exercises_id as exercise2_5_0_, exercise1_.Id as Id1_3_1_, exercise1_.creationDate as creation2_3_1_, exercise1_.description as descript3_3_1_, exercise1_.owner as owner4_3_1_, exercise1_.title as title5_3_1_, exercise1_.answer as answer6_3_1_, exercise1_.deadline as deadline7_3_1_, exercise1_.entryMethod as entryMet8_3_1_, exercise1_.hasBeenModified as hasBeenM9_3_1_, exercise1_.input as input10_3_1_, exercise1_.language as languag11_3_1_, exercise1_.message as message12_3_1_, exercise1_.patternSolution as pattern13_3_1_, exercise1_.template as templat14_3_1_, exercise1_.videoLink as videoLi15_3_1_ from lectures_exercises exercises0_ inner join Exercise exercise1_ on exercises0_.exercises_id=exercise1_.Id where exercises0_.lectures_id=?
  92. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00009]
  93. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  94. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00009]
  95. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  96. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  97. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] stractLoadPlanBasedCollectionInitializer : Done loading collection
  98. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.t.internal.TransactionImpl : committing
  99. 2017-04-24 18:46:23.275 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
  100. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
  101. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00009], was: [com.colorado.denver.model.Lecture.exercises#lecture_00009] (initialized)
  102. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00009], was: [com.colorado.denver.model.Lecture.users#lecture_00009] (initialized)
  103. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.lectures#course_00001], was: [com.colorado.denver.model.Course.lectures#course_00001] (initialized)
  104. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.users#course_00001], was: [com.colorado.denver.model.Course.users#course_00001] (initialized)
  105. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00005], was: [com.colorado.denver.model.User.lectures#user_00005] (initialized)
  106. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00005], was: [com.colorado.denver.model.User.privileges#user_00005] (initialized)
  107. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00005], was: [com.colorado.denver.model.User.solutions#user_00005] (initialized)
  108. 2017-04-24 18:46:23.276 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Privilege.users#privilege_00002], was: [com.colorado.denver.model.Privilege.users#privilege_00002] (initialized)
  109. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00007], was: [com.colorado.denver.model.Lecture.exercises#lecture_00007] (initialized)
  110. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00007], was: [com.colorado.denver.model.Lecture.users#lecture_00007] (initialized)
  111. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00001], was: [com.colorado.denver.model.Lecture.exercises#lecture_00001] (initialized)
  112. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00001], was: [com.colorado.denver.model.Lecture.users#lecture_00001] (initialized)
  113. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00007], was: [com.colorado.denver.model.User.lectures#user_00007] (initialized)
  114. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00007], was: [com.colorado.denver.model.User.privileges#user_00007] (initialized)
  115. 2017-04-24 18:46:23.277 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00007], was: [com.colorado.denver.model.User.solutions#user_00007] (initialized)
  116. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00006], was: [com.colorado.denver.model.User.lectures#user_00006] (initialized)
  117. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00006], was: [com.colorado.denver.model.User.privileges#user_00006] (initialized)
  118. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00006], was: [com.colorado.denver.model.User.solutions#user_00006] (initialized)
  119. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00003], was: [com.colorado.denver.model.Lecture.exercises#lecture_00003] (initialized)
  120. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00003], was: [com.colorado.denver.model.Lecture.users#lecture_00003] (initialized)
  121. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.lectures#course_00003], was: [com.colorado.denver.model.Course.lectures#course_00003] (initialized)
  122. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.users#course_00003], was: [com.colorado.denver.model.Course.users#course_00003] (initialized)
  123. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00008], was: [com.colorado.denver.model.User.lectures#user_00008] (initialized)
  124. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00008], was: [com.colorado.denver.model.User.privileges#user_00008] (initialized)
  125. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00008], was: [com.colorado.denver.model.User.solutions#user_00008] (initialized)
  126. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.lectures#course_00002], was: [com.colorado.denver.model.Course.lectures#course_00002] (initialized)
  127. 2017-04-24 18:46:23.278 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.users#course_00002], was: [com.colorado.denver.model.Course.users#course_00002] (initialized)
  128. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00008], was: [com.colorado.denver.model.Lecture.exercises#lecture_00008] (initialized)
  129. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00008], was: [com.colorado.denver.model.Lecture.users#lecture_00008] (initialized)
  130. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00006], was: [com.colorado.denver.model.Lecture.exercises#lecture_00006] (initialized)
  131. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00006], was: [com.colorado.denver.model.Lecture.users#lecture_00006] (initialized)
  132. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.exercises#lecture_00002], was: [com.colorado.denver.model.Lecture.exercises#lecture_00002] (initialized)
  133. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Lecture.users#lecture_00002], was: [com.colorado.denver.model.Lecture.users#lecture_00002] (initialized)
  134. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.lectures#course_00004], was: [com.colorado.denver.model.Course.lectures#course_00004] (initialized)
  135. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Course.users#course_00004], was: [com.colorado.denver.model.Course.users#course_00004] (initialized)
  136. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00004], was: [com.colorado.denver.model.User.lectures#user_00004] (initialized)
  137. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00004], was: [com.colorado.denver.model.User.privileges#user_00004] (initialized)
  138. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00004], was: [com.colorado.denver.model.User.solutions#user_00004] (initialized)
  139. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00003], was: [com.colorado.denver.model.User.lectures#user_00003] (initialized)
  140. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00003], was: [com.colorado.denver.model.User.privileges#user_00003] (initialized)
  141. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00003], was: [com.colorado.denver.model.User.solutions#user_00003] (initialized)
  142. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Privilege.users#privilege_00004], was: [com.colorado.denver.model.Privilege.users#privilege_00004] (initialized)
  143. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] 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)
  144. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00001], was: [com.colorado.denver.model.User.privileges#user_00001] (initialized)
  145. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] 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)
  146. 2017-04-24 18:46:23.279 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Privilege.users#privilege_00001], was: [com.colorado.denver.model.Privilege.users#privilege_00001] (initialized)
  147. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.Privilege.users#privilege_00003], was: [com.colorado.denver.model.Privilege.users#privilege_00003] (initialized)
  148. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.lectures#user_00002], was: [com.colorado.denver.model.User.lectures#user_00002] (initialized)
  149. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.privileges#user_00002], was: [com.colorado.denver.model.User.privileges#user_00002] (initialized)
  150. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.engine.internal.Collections : Collection found: [com.colorado.denver.model.User.solutions#user_00002], was: [com.colorado.denver.model.User.solutions#user_00002] (initialized)
  151. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 23 objects
  152. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 0 removals to 50 collections
  153. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : Listing entities:
  154. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=null, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00002, id=lecture_00008, creationDate=null, title=test Lecture, users=[]}
  155. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=null, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00001, id=lecture_00009, creationDate=null, title=hallo, users=[]}
  156. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=null, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00002, id=lecture_00006, creationDate=null, title=Webtest, users=[]}
  157. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=null, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00001, id=lecture_00007, creationDate=null, title=test 2, users=[]}
  158. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=com.colorado.denver.model.User@d83e252, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00002, id=lecture_00002, creationDate=2017-04-24, title=Programmieren II, users=[com.colorado.denver.model.User#user_00004, com.colorado.denver.model.User#user_00003]}
  159. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00001, users=[com.colorado.denver.model.User#user_00001], privilegeName=ROLE_ADMIN}
  160. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00002, users=[com.colorado.denver.model.User#user_00001, com.colorado.denver.model.User#user_00008, com.colorado.denver.model.User#user_00007, com.colorado.denver.model.User#user_00006, com.colorado.denver.model.User#user_00005], privilegeName=ROLE_STUDENT}
  161. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=com.colorado.denver.model.User@21b21a6a, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00003, id=lecture_00003, creationDate=2017-04-24, title=Programmieren III, users=[]}
  162. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00003, users=[com.colorado.denver.model.User#user_00001, com.colorado.denver.model.User#user_00002], privilegeName=ROLE_DOCENT}
  163. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=com.colorado.denver.model.User@83a9852, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00001, id=lecture_00001, creationDate=2017-04-24, title=Programmieren I, users=[]}
  164. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00004, users=[com.colorado.denver.model.User#user_00001, com.colorado.denver.model.User#user_00003, com.colorado.denver.model.User#user_00004], privilegeName=ROLE_TUTOR}
  165. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00003], password=$2a$12$oxl2ReA63NBguTDTGwUNYOATc02RtP8tSAcI3UOa223DenqbNN1K2, solutions=[], lectures=[], course=null, id=user_00002, enabled=false, username=Heinrich Docent}
  166. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00001, com.colorado.denver.model.Privilege#privilege_00002, com.colorado.denver.model.Privilege#privilege_00003, com.colorado.denver.model.Privilege#privilege_00004], password=$2a$12$g8E1HPd81hqV.r4gClYmbuKUFn3jnMTXkKYs5o4MWMqtdNL6SaJ.G, solutions=[], lectures=[], course=null, id=user_00001, enabled=false, username=system}
  167. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00002], password=$2a$12$ffkXtRkrQ.ViXgt5FdLOpuzWSP5MxVinrGgbNEJdeiJhlpzZAcwFy, solutions=[], lectures=[], course=com.colorado.denver.model.Course#course_00001, id=user_00006, enabled=false, username=Klaus Student C1}
  168. 2017-04-24 18:46:23.280 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00002], password=$2a$12$U8MDBYfMjihUNYwbxfajse0bHfmA2hcctOSkSJbfuG1ENdZ/knNmW, solutions=[], lectures=[], course=com.colorado.denver.model.Course#course_00001, id=user_00005, enabled=false, username=Peter Student C1}
  169. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00004], password=$2a$12$Ga59Q.YTAjEafaR/3g4eIuVb58Jbz/liQRH12cWj.Py8fg647YgPS, solutions=[], lectures=[com.colorado.denver.model.Lecture#lecture_00002], course=null, id=user_00004, enabled=false, username=Tim Tutor L2}
  170. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00004], password=$2a$12$IuwIyN7VrOwyvuFNJ7XGh.qlWdnL4wUTqMsU1CQCN7XW3iwJnzSIO, solutions=[], lectures=[com.colorado.denver.model.Lecture#lecture_00002], course=null, id=user_00003, enabled=false, username=Baum Tutor L2}
  171. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Course{owner=com.colorado.denver.model.User@218cb1c5, lectures=[com.colorado.denver.model.Lecture#lecture_00003, com.colorado.denver.model.Lecture#lecture_00001, com.colorado.denver.model.Lecture#lecture_00002, com.colorado.denver.model.Lecture#lecture_00007, com.colorado.denver.model.Lecture#lecture_00009], description=null, id=course_00001, creationDate=2017-04-24, title=WWI 14 SEA, users=[com.colorado.denver.model.User#user_00007, com.colorado.denver.model.User#user_00006, com.colorado.denver.model.User#user_00005]}
  172. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Course{owner=com.colorado.denver.model.User@4b1e466c, lectures=[com.colorado.denver.model.Lecture#lecture_00008, com.colorado.denver.model.Lecture#lecture_00006], description=null, id=course_00002, creationDate=2017-04-24, title=WWI 15 SEA, users=[]}
  173. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00002], password=$2a$12$ZSkjOfL.rc.nGV1QQrXYuuqjMmbTF2WYsD1.JWfu4BYVy7f4J.4ea, solutions=[], lectures=[], course=com.colorado.denver.model.Course#course_00002, id=user_00008, enabled=false, username=Karsten Student C3}
  174. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.User{firstName=null, lastName=null, privileges=[com.colorado.denver.model.Privilege#privilege_00002], password=$2a$12$/kZfAhvoXCcMvchHeDnNguMaZdKv1R4O.pRLoVzX7sWlL3Wj5dbY., solutions=[], lectures=[], course=com.colorado.denver.model.Course#course_00001, id=user_00007, enabled=false, username=Tom Student C1}
  175. 2017-04-24 18:46:23.281 DEBUG 10004 --- [nio-8080-exec-7] o.hibernate.internal.util.EntityPrinter : More......
  176. 2017-04-24 18:46:23.283 DEBUG 10004 --- [nio-8080-exec-7] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  177. 2017-04-24 18:46:23.284 DEBUG 10004 --- [nio-8080-exec-7] m.m.a.RequestResponseBodyMethodProcessor : Written [[com.colorado.denver.model.Course@77056945, com.colorado.denver.model.Course@74e8a220, com.colorado.denver.model.Course@4fb1e9ff, com.colorado.denver.model.Course@a7d2be6]] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@b810ac1]
  178. 2017-04-24 18:46:23.284 DEBUG 10004 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  179. 2017-04-24 18:46:23.284 DEBUG 10004 --- [nio-8080-exec-7] o.s.web.servlet.DispatcherServlet : Successfully completed request
  180. 2017-04-24 18:46:23.284 DEBUG 10004 --- [nio-8080-exec-7] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  181. 2017-04-24 18:46:23.285 DEBUG 10004 --- [nio-8080-exec-7] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  182. 2017-04-24 18:46:23.285 DEBUG 10004 --- [nio-8080-exec-7] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@384b7c0a:org.apache.tomcat.util.net.NioChannel@51cc64c0:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:51149]], Status in: [OPEN_READ], State out: [CLOSED]
  183. 2017-04-24 18:46:23.285 DEBUG 10004 --- [nio-8080-exec-7] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-7] latch=1
  184. 2017-04-24 18:46:28.620 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(5)-141.72.128.71: accepted socket from [141.72.128.71:51156]
  185. 2017-04-24 18:46:28.620 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(5)-141.72.128.71: (port 51050) op = 80
  186. 2017-04-24 18:46:43.621 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(5)-141.72.128.71: (port 51050) connection closed
  187. 2017-04-24 18:46:43.622 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(5)-141.72.128.71: close connection
  188. 2017-04-24 18:47:17.724 DEBUG 10004 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=1
  189. 2017-04-24 18:47:17.725 DEBUG 10004 --- [nio-8080-exec-8] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a22318a:org.apache.tomcat.util.net.NioChannel@51cc64c0:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:51224]], Read from buffer: [0]
  190. 2017-04-24 18:47:17.725 DEBUG 10004 --- [nio-8080-exec-8] o.a.coyote.http11.Http11InputBuffer : Received [POST /docent/exercise HTTP/1.0
  191. Host: localhost
  192. X-Real-IP: 127.0.0.1
  193. X-Forwarded-For: 127.0.0.1
  194. X-Forwarded-Host: localhost
  195. Connection: close
  196. Content-Length: 365
  197. Pragma: no-cache
  198. Cache-Control: no-cache
  199. Accept: application/json, text/javascript, */*; q=0.01
  200. Origin: http://localhost:8081
  201. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  202. Content-Type: application/x-www-form-urlencoded; charset=UTF-8
  203. Referer: http://localhost:8081/docent
  204. Accept-Encoding: gzip, deflate, br
  205. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  206.  
  207. {"title":"TestExercise","description":"Test","language":"Java","patternSolution":"public+class+Test%7B%0D%0A%0D%0Apublic+static+int+fibonacci%28int%29%7B%0D%0A%09++++if+%28n+%3C%3D+1%29+return+n%3B%0D%0A++++++++else+return+fibonacci%28n-1%29+++fibonacci%28n-2%29%3B%0D%0A%7D%0D%0A%0D%0A%7D","template":"","videoLink":"","input":"[\"11\"]","entryMethod":"fibonacci"}]
  208. 2017-04-24 18:47:17.726 DEBUG 10004 --- [nio-8080-exec-8] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /docent/exercise
  209. 2017-04-24 18:47:17.726 DEBUG 10004 --- [nio-8080-exec-8] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  210. 2017-04-24 18:47:17.726 DEBUG 10004 --- [nio-8080-exec-8] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  211. 2017-04-24 18:47:17.727 INFO 10004 --- [nio-8080-exec-8] Spring Security Debugger :
  212.  
  213. ************************************************************
  214.  
  215. Request received for POST '/docent/exercise':
  216.  
  217. org.apache.catalina.connector.RequestFacade@1e369ab2
  218.  
  219. servletPath:/docent/exercise
  220. pathInfo:null
  221. headers:
  222. host: localhost
  223. x-real-ip: 127.0.0.1
  224. x-forwarded-for: 127.0.0.1
  225. x-forwarded-host: localhost
  226. connection: close
  227. content-length: 365
  228. pragma: no-cache
  229. cache-control: no-cache
  230. accept: application/json, text/javascript, */*; q=0.01
  231. origin: http://localhost:8081
  232. user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  233. content-type: application/x-www-form-urlencoded; charset=UTF-8
  234. referer: http://localhost:8081/docent
  235. accept-encoding: gzip, deflate, br
  236. accept-language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  237.  
  238.  
  239. Security filter chain: [
  240. WebAsyncManagerIntegrationFilter
  241. SecurityContextPersistenceFilter
  242. HeaderWriterFilter
  243. LogoutFilter
  244. UsernamePasswordAuthenticationFilter
  245. DefaultLoginPageGeneratingFilter
  246. BasicAuthenticationFilter
  247. BasicAuthenticationFilter
  248. RequestCacheAwareFilter
  249. SecurityContextHolderAwareRequestFilter
  250. AnonymousAuthenticationFilter
  251. SessionManagementFilter
  252. ExceptionTranslationFilter
  253. FilterSecurityInterceptor
  254. ]
  255.  
  256.  
  257. ************************************************************
  258.  
  259.  
  260. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  261. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  262. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  263. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  264. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  265. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] 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@29b51eb5
  266. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  267. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  268. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /docent/exercise' doesn't match 'GET /logout
  269. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  270. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/docent/exercise'; against '/logout'
  271. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  272. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /docent/exercise' doesn't match 'PUT /logout
  273. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  274. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /docent/exercise' doesn't match 'DELETE /logout
  275. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  276. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 5 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  277. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/docent/exercise'; against '/login'
  278. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 6 of 14 in additional filter chain; firing Filter: 'DefaultLoginPageGeneratingFilter'
  279. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 7 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  280. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  281. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  282. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  283. 2017-04-24 18:47:17.727 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  284. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] 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'
  285. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
  286. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  287. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.security.web.FilterChainProxy : /docent/exercise at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  288. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/docent/exercise'; against '/registration'
  289. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/docent/exercise'; against '/docent/**'
  290. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /docent/exercise; Attributes: [hasRole('ROLE_DOCENT')]
  291. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: 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
  292. 2017-04-24 18:47:17.728 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@67f2c150, returned: -1
  293. 2017-04-24 18:47:17.729 DEBUG 10004 --- [nio-8080-exec-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'delegatingApplicationListener'
  294. 2017-04-24 18:47:17.733 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
  295.  
  296. org.springframework.security.access.AccessDeniedException: Access is denied
  297. at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:84) ~[spring-security-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  298. at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:233) ~[spring-security-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  299. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:124) ~[spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  300. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  301. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  302. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) ~[spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  303. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  304. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  305. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  306. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  307. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  308. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  309. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  310. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  311. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  312. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  313. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  314. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  315. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  316. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  317. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  318. at org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.doFilter(DefaultLoginPageGeneratingFilter.java:177) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  319. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  320. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  321. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  322. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  323. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  324. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  325. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  326. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  327. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  328. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  329. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  330. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  331. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  332. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  333. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  334. at org.springframework.security.web.debug.DebugFilter.invokeWithWrappedRequest(DebugFilter.java:90) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  335. at org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:77) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  336. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  337. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  338. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) [tomcat-embed-core-8.5.11.jar:8.5.11]
  339. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) [tomcat-embed-core-8.5.11.jar:8.5.11]
  340. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  341. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  342. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) [tomcat-embed-core-8.5.11.jar:8.5.11]
  343. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) [tomcat-embed-core-8.5.11.jar:8.5.11]
  344. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) [tomcat-embed-core-8.5.11.jar:8.5.11]
  345. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.11.jar:8.5.11]
  346. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474) [tomcat-embed-core-8.5.11.jar:8.5.11]
  347. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.11.jar:8.5.11]
  348. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) [tomcat-embed-core-8.5.11.jar:8.5.11]
  349. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.11.jar:8.5.11]
  350. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349) [tomcat-embed-core-8.5.11.jar:8.5.11]
  351. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783) [tomcat-embed-core-8.5.11.jar:8.5.11]
  352. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.11.jar:8.5.11]
  353. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798) [tomcat-embed-core-8.5.11.jar:8.5.11]
  354. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434) [tomcat-embed-core-8.5.11.jar:8.5.11]
  355. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.11.jar:8.5.11]
  356. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_121]
  357. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_121]
  358. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.11.jar:8.5.11]
  359. at java.lang.Thread.run(Unknown Source) [na:1.8.0_121]
  360.  
  361. 2017-04-24 18:47:17.734 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
  362. 2017-04-24 18:47:17.734 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/docent/exercise'; against '/**/favicon.ico'
  363. 2017-04-24 18:47:17.734 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  364. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
  365. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[application/json, text/javascript, */*;q=0.01]
  366. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/json
  367. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/json = true
  368. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = false
  369. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Did not match
  370. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.s.HttpSessionRequestCache : Request not saved as configured RequestMatcher did not match
  371. 2017-04-24 18:47:17.735 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
  372. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using OrRequestMatcher [requestMatchers=[RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest], AndRequestMatcher [requestMatchers=[NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[text/html], useEquals=false, ignoredMediaTypes=[]]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[application/atom+xml, application/x-www-form-urlencoded, application/json, application/octet-stream, application/xml, multipart/form-data, text/xml], useEquals=false, ignoredMediaTypes=[*/*]]]]]]
  373. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
  374. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using AndRequestMatcher [requestMatchers=[NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[text/html], useEquals=false, ignoredMediaTypes=[]]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[application/atom+xml, application/x-www-form-urlencoded, application/json, application/octet-stream, application/xml, multipart/form-data, text/xml], useEquals=false, ignoredMediaTypes=[*/*]]]]
  375. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[text/html], useEquals=false, ignoredMediaTypes=[]]]
  376. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[application/json, text/javascript, */*;q=0.01]
  377. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/json
  378. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith application/json = false
  379. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/javascript
  380. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith text/javascript = false
  381. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.01
  382. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith */*;q=0.01 = true
  383. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = false
  384. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Did not match
  385. 2017-04-24 18:47:17.736 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  386. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using AndRequestMatcher [requestMatchers=[NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]]]
  387. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
  388. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
  389. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@78c6c012, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]
  390. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[application/json, text/javascript, */*;q=0.01]
  391. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/json
  392. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : application/xhtml+xml .isCompatibleWith application/json = false
  393. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : image/* .isCompatibleWith application/json = false
  394. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith application/json = false
  395. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/plain .isCompatibleWith application/json = false
  396. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/javascript
  397. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : application/xhtml+xml .isCompatibleWith text/javascript = false
  398. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : image/* .isCompatibleWith text/javascript = false
  399. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith text/javascript = false
  400. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : text/plain .isCompatibleWith text/javascript = false
  401. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.01
  402. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Ignoring
  403. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.u.m.MediaTypeRequestMatcher : Did not match any media types
  404. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] o.s.s.w.util.matcher.AndRequestMatcher : Did not match
  405. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.DelegatingAuthenticationEntryPoint@6fc3e1a4
  406. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]
  407. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] s.w.a.DelegatingAuthenticationEntryPoint : No match found. Using default entry point org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint@6102fe7a
  408. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  409. 2017-04-24 18:47:17.737 DEBUG 10004 --- [nio-8080-exec-8] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  410. 2017-04-24 18:47:17.738 DEBUG 10004 --- [nio-8080-exec-8] o.a.c.c.C.[Tomcat].[localhost] : Processing ErrorPage[errorCode=0, location=/error]
  411. 2017-04-24 18:47:17.742 DEBUG 10004 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing POST request for [/error]
  412. 2017-04-24 18:47:17.742 DEBUG 10004 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /error
  413. 2017-04-24 18:47:17.744 DEBUG 10004 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)]
  414. 2017-04-24 18:47:17.744 DEBUG 10004 --- [nio-8080-exec-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'basicErrorController'
  415. 2017-04-24 18:47:17.769 DEBUG 10004 --- [nio-8080-exec-8] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Written [{timestamp=Mon Apr 24 18:47:17 CEST 2017, status=401, error=Unauthorized, message=Full authentication is required to access this resource, path=/docent/exercise}] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@b810ac1]
  416. 2017-04-24 18:47:17.769 DEBUG 10004 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  417. 2017-04-24 18:47:17.769 DEBUG 10004 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Successfully completed request
  418. 2017-04-24 18:47:17.770 DEBUG 10004 --- [nio-8080-exec-8] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Disabling the response for further output
  419. 2017-04-24 18:47:17.770 DEBUG 10004 --- [nio-8080-exec-8] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7a22318a:org.apache.tomcat.util.net.NioChannel@51cc64c0:java.nio.channels.SocketChannel[connected local=/0:0:0:0:0:0:0:1:8080 remote=/0:0:0:0:0:0:0:1:51224]], Status in: [OPEN_READ], State out: [CLOSED]
  420. 2017-04-24 18:47:17.771 DEBUG 10004 --- [nio-8080-exec-8] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-8] latch=1
  421. 2017-04-24 18:47:28.622 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(6)-141.72.128.71: accepted socket from [141.72.128.71:51239]
  422. 2017-04-24 18:47:28.622 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(6)-141.72.128.71: (port 51050) op = 80
  423. 2017-04-24 18:47:43.623 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(6)-141.72.128.71: (port 51050) connection closed
  424. 2017-04-24 18:47:43.623 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(6)-141.72.128.71: close connection
  425. 2017-04-24 18:48:28.625 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(7)-141.72.128.71: accepted socket from [141.72.128.71:59952]
  426. 2017-04-24 18:48:28.625 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(7)-141.72.128.71: (port 51050) op = 80
  427. 2017-04-24 18:48:32.354 DEBUG 10004 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : Start expire sessions StandardManager at 1493052512354 sessioncount 6
  428. 2017-04-24 18:48:32.354 DEBUG 10004 --- [Engine[Tomcat]]] org.apache.catalina.session.ManagerBase : End expire sessions StandardManager processingTime 0 expired sessions: 0
  429. 2017-04-24 18:48:43.626 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(7)-141.72.128.71: (port 51050) connection closed
  430. 2017-04-24 18:48:43.626 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(7)-141.72.128.71: close connection
  431. 2017-04-24 18:49:28.628 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(8)-141.72.128.71: accepted socket from [141.72.128.71:60049]
  432. 2017-04-24 18:49:28.628 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(8)-141.72.128.71: (port 51050) op = 80
  433. 2017-04-24 18:49:43.629 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(8)-141.72.128.71: (port 51050) connection closed
  434. 2017-04-24 18:49:43.629 DEBUG 10004 --- [)-141.72.128.71] sun.rmi.transport.tcp : RMI TCP Connection(8)-141.72.128.71: close connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement