Advertisement
Guest User

trace

a guest
Apr 24th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 207.74 KB | None | 0 0
  1. 00:18:30.414 [main] INFO com.colorado.denver.DenverApplication - Starting app!
  2.  
  3. . ____ _ __ _ _
  4. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  7. ' |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot :: (v1.5.2.RELEASE)
  10.  
  11. 2017-04-25 00:18:30.972 INFO 11684 --- [ main] com.colorado.denver.DenverApplication : Starting DenverApplication on Nico-Home with PID 11684 (started by chill in C:\1. Nico\Wichtige Dokumente\Denver)
  12. 2017-04-25 00:18:30.975 INFO 11684 --- [ main] com.colorado.denver.DenverApplication : No active profile set, falling back to default profiles: default
  13. 2017-04-25 00:18:31.525 INFO 11684 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23529fee: startup date [Tue Apr 25 00:18:31 CEST 2017]; root of context hierarchy
  14. 2017-04-25 00:18:32.937 INFO 11684 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7991092f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2017-04-25 00:18:33.384 INFO 11684 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  16. 2017-04-25 00:18:33.399 INFO 11684 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  17. 2017-04-25 00:18:33.400 INFO 11684 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.11
  18. 2017-04-25 00:18:33.548 INFO 11684 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  19. 2017-04-25 00:18:33.549 INFO 11684 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2029 ms
  20. 2017-04-25 00:18:33.744 INFO 11684 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  21. 2017-04-25 00:18:33.748 INFO 11684 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  22. 2017-04-25 00:18:33.748 INFO 11684 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  23. 2017-04-25 00:18:34.734 INFO 11684 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6a9b0a6f, org.springframework.security.web.context.SecurityContextPersistenceFilter@e344ad3, org.springframework.security.web.header.HeaderWriterFilter@21fdfefc, org.springframework.security.web.authentication.logout.LogoutFilter@35088e87, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@10667848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@c6a6c1d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@e04ccf8, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@58a120b0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@108bdbd8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@15dd5ac2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@191a709b, org.springframework.security.web.session.SessionManagementFilter@ec1b2e4, org.springframework.security.web.access.ExceptionTranslationFilter@6293e39e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1abc9f14]
  24. 2017-04-25 00:18:34.742 WARN 11684 --- [ main] o.s.s.c.a.web.builders.WebSecurity :
  25.  
  26. ********************************************************************
  27. ********** Security debugging is enabled. *************
  28. ********** This may include sensitive information. *************
  29. ********** Do not use in a production system! *************
  30. ********************************************************************
  31.  
  32.  
  33. 2017-04-25 00:18:34.828 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/course],methods=[GET]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.getCourseForUser(java.lang.String)
  34. 2017-04-25 00:18:34.833 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/courses],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.Course> com.colorado.denver.controller.entityController.CourseController.getAllCourses()
  35. 2017-04-25 00:18:34.833 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/course],methods=[PATCH]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.handleCoursePatchRequest()
  36. 2017-04-25 00:18:34.834 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/course],methods=[POST]}" onto public com.colorado.denver.model.Course com.colorado.denver.controller.entityController.CourseController.handleCoursePostRequest()
  37. 2017-04-25 00:18:34.835 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/exercise],methods=[GET]}" onto public com.colorado.denver.model.Exercise com.colorado.denver.controller.entityController.ExerciseController.getExerciseForUser(java.lang.String)
  38. 2017-04-25 00:18:34.836 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/exercises],methods=[GET]}" onto public java.util.Set<com.colorado.denver.model.Exercise> com.colorado.denver.controller.entityController.ExerciseController.getAllExercisesForUser()
  39. 2017-04-25 00:18:34.836 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/exercise],methods=[POST]}" onto public com.colorado.denver.model.Exercise com.colorado.denver.controller.entityController.ExerciseController.handleExercisePostRequest()
  40. 2017-04-25 00:18:34.839 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/lecture],methods=[POST]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.handleLecturePostRequest()
  41. 2017-04-25 00:18:34.840 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/lecture],methods=[PATCH]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.handleLecturePatchRequest()
  42. 2017-04-25 00:18:34.841 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/lecture],methods=[GET]}" onto public com.colorado.denver.model.Lecture com.colorado.denver.controller.entityController.LectureController.getLectureForUser(java.lang.String)
  43. 2017-04-25 00:18:34.843 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/solutions],methods=[GET]}" onto public java.util.Set<com.colorado.denver.model.Solution> com.colorado.denver.controller.entityController.SolutionController.getAllSolutions(java.lang.String,java.lang.String)
  44. 2017-04-25 00:18:34.844 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/solution],methods=[PATCH]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.handleSolutionPatchRequest()
  45. 2017-04-25 00:18:34.844 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/solution],methods=[GET]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.getSolutionForUser(java.lang.String,java.lang.String)
  46. 2017-04-25 00:18:34.845 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/solution],methods=[GET]}" onto public com.colorado.denver.model.Solution com.colorado.denver.controller.entityController.SolutionController.getSolutionForUser(java.lang.String)
  47. 2017-04-25 00:18:34.848 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[GET]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.getUser()
  48. 2017-04-25 00:18:34.849 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent/users],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.User> com.colorado.denver.controller.entityController.UserController.getAllUsers()
  49. 2017-04-25 00:18:34.852 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/docent],methods=[GET]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.getDocent()
  50. 2017-04-25 00:18:34.852 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[PATCH]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.handleUserPatchRequest()
  51. 2017-04-25 00:18:34.853 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user],methods=[POST]}" onto public com.colorado.denver.model.User com.colorado.denver.controller.entityController.UserController.handleUserPostRequest()
  52. 2017-04-25 00:18:34.854 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/registration],methods=[GET]}" onto public java.util.List<com.colorado.denver.model.Course> com.colorado.denver.controller.UserInteractionController.registrationGet()
  53. 2017-04-25 00:18:34.856 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/updatePassword],methods=[POST]}" onto public java.lang.Boolean com.colorado.denver.controller.UserInteractionController.changePassword(java.lang.String,java.lang.String)
  54. 2017-04-25 00:18:34.856 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/registration],methods=[POST]}" onto public java.lang.String com.colorado.denver.controller.UserInteractionController.registrationPost()
  55. 2017-04-25 00:18:34.857 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[POST]}" onto public boolean com.colorado.denver.controller.UserInteractionController.login()
  56. 2017-04-25 00:18:34.858 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/logout],methods=[POST]}" onto public java.lang.String com.colorado.denver.controller.UserInteractionController.logout()
  57. 2017-04-25 00:18:34.862 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto 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)
  58. 2017-04-25 00:18:34.863 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  59. 2017-04-25 00:18:35.122 INFO 11684 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@23529fee: startup date [Tue Apr 25 00:18:31 CEST 2017]; root of context hierarchy
  60. 2017-04-25 00:18:36.274 INFO 11684 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  61. 2017-04-25 00:18:36.344 INFO 11684 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
  62. 2017-04-25 00:18:36.351 INFO 11684 --- [ main] com.colorado.denver.DenverApplication : Started DenverApplication in 5.8 seconds (JVM running for 6.614)
  63. 2017-04-25 00:18:36.483 INFO 11684 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
  64. 2017-04-25 00:18:36.486 INFO 11684 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  65. 2017-04-25 00:18:36.488 INFO 11684 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  66. 2017-04-25 00:18:36.812 INFO 11684 --- [ main] c.c.d.s.persistence.HibernateSession : Try using UpdateRoutine: true
  67. 2017-04-25 00:18:36.812 INFO 11684 --- [ main] c.c.d.s.persistence.HibernateSession : Hibernate mode: update
  68. 2017-04-25 00:18:36.826 INFO 11684 --- [ main] c.c.d.s.persistence.HibernateSession : Creating session factory instance!
  69. 2017-04-25 00:18:36.857 INFO 11684 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  70. 2017-04-25 00:18:36.978 WARN 11684 --- [ main] org.hibernate.orm.connections : HHH10001002: Using Hibernate built-in connection pool (not for production use!)
  71. 2017-04-25 00:18:36.985 INFO 11684 --- [ main] org.hibernate.orm.connections : HHH10001005: using driver [org.postgresql.Driver] at URL [jdbc:postgresql://localhost/Denver]
  72. 2017-04-25 00:18:36.985 INFO 11684 --- [ main] org.hibernate.orm.connections : HHH10001001: Connection properties: {user=postgres, password=****}
  73. 2017-04-25 00:18:36.985 INFO 11684 --- [ main] org.hibernate.orm.connections : HHH10001003: Autocommit mode: false
  74. 2017-04-25 00:18:36.991 INFO 11684 --- [ main] .c.i.DriverManagerConnectionProviderImpl : HHH000115: Hibernate connection pool size: 20 (min=1)
  75. 2017-04-25 00:18:37.094 INFO 11684 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  76. 2017-04-25 00:18:37.264 INFO 11684 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  77. 2017-04-25 00:18:37.267 INFO 11684 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@307e4c44
  78. 2017-04-25 00:18:37.993 INFO 11684 --- [ main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
  79. 2017-04-25 00:18:38.592 INFO 11684 --- [ main] c.c.d.s.persistence.HibernateSession : Created session factory instance!
  80. Session Is Opened : true
  81. Session Is Connected : true
  82. 2017-04-25 00:18:38.653 INFO 11684 --- [ main] c.c.d.s.persistence.HibernateSession : Session opened and committed!!
  83. 2017-04-25 00:18:38.739 INFO 11684 --- [ main] org.reflections.Reflections : Reflections took 48 ms to scan 1 urls, producing 34 keys and 86 values
  84. 2017-04-25 00:18:38.886 INFO 11684 --- [ main] com.colorado.denver.DenverApplication : Successfully obtained system user Token. DB and security should be in healthy state
  85. 2017-04-25 00:18:50.813 DEBUG 11684 --- [8080-Acceptor-0] o.apache.tomcat.util.threads.LimitLatch : Counting up[http-nio-8080-Acceptor-0] latch=1
  86. 2017-04-25 00:18:50.839 DEBUG 11684 --- [nio-8080-exec-1] org.apache.tomcat.util.modeler.Registry : Managed= Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest1
  87. 2017-04-25 00:18:50.839 DEBUG 11684 --- [nio-8080-exec-1] org.apache.tomcat.util.modeler.Registry : Looking for descriptor
  88. 2017-04-25 00:18:50.840 DEBUG 11684 --- [nio-8080-exec-1] org.apache.tomcat.util.modeler.Registry : Introspecting
  89. 2017-04-25 00:18:50.840 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute virtualHost public java.lang.String org.apache.coyote.RequestInfo.getVirtualHost() null
  90. 2017-04-25 00:18:50.840 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesSent public long org.apache.coyote.RequestInfo.getBytesSent() public void org.apache.coyote.RequestInfo.setBytesSent(long)
  91. 2017-04-25 00:18:50.840 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute method public java.lang.String org.apache.coyote.RequestInfo.getMethod() null
  92. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddr public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddr() null
  93. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesSent public long org.apache.coyote.RequestInfo.getRequestBytesSent() null
  94. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute rpName public javax.management.ObjectName org.apache.coyote.RequestInfo.getRpName() public void org.apache.coyote.RequestInfo.setRpName(javax.management.ObjectName)
  95. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute contentLength public int org.apache.coyote.RequestInfo.getContentLength() null
  96. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute workerThreadName public java.lang.String org.apache.coyote.RequestInfo.getWorkerThreadName() public void org.apache.coyote.RequestInfo.setWorkerThreadName(java.lang.String)
  97. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute bytesReceived public long org.apache.coyote.RequestInfo.getBytesReceived() public void org.apache.coyote.RequestInfo.setBytesReceived(long)
  98. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestProcessingTime public long org.apache.coyote.RequestInfo.getRequestProcessingTime() null
  99. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute remoteAddrForwarded public java.lang.String org.apache.coyote.RequestInfo.getRemoteAddrForwarded() null
  100. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute globalProcessor public org.apache.coyote.RequestGroupInfo org.apache.coyote.RequestInfo.getGlobalProcessor() public void org.apache.coyote.RequestInfo.setGlobalProcessor(org.apache.coyote.RequestGroupInfo)
  101. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentQueryString public java.lang.String org.apache.coyote.RequestInfo.getCurrentQueryString() null
  102. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute protocol public java.lang.String org.apache.coyote.RequestInfo.getProtocol() null
  103. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxRequestUri public java.lang.String org.apache.coyote.RequestInfo.getMaxRequestUri() public void org.apache.coyote.RequestInfo.setMaxRequestUri(java.lang.String)
  104. 2017-04-25 00:18:50.841 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestBytesReceived public long org.apache.coyote.RequestInfo.getRequestBytesReceived() null
  105. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute serverPort public int org.apache.coyote.RequestInfo.getServerPort() null
  106. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute stage public int org.apache.coyote.RequestInfo.getStage() public void org.apache.coyote.RequestInfo.setStage(int)
  107. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute requestCount public int org.apache.coyote.RequestInfo.getRequestCount() public void org.apache.coyote.RequestInfo.setRequestCount(int)
  108. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute maxTime public long org.apache.coyote.RequestInfo.getMaxTime() public void org.apache.coyote.RequestInfo.setMaxTime(long)
  109. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute processingTime public long org.apache.coyote.RequestInfo.getProcessingTime() public void org.apache.coyote.RequestInfo.setProcessingTime(long)
  110. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute currentUri public java.lang.String org.apache.coyote.RequestInfo.getCurrentUri() null
  111. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute lastRequestProcessingTime public long org.apache.coyote.RequestInfo.getLastRequestProcessingTime() public void org.apache.coyote.RequestInfo.setLastRequestProcessingTime(long)
  112. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Introspected attribute errorCount public int org.apache.coyote.RequestInfo.getErrorCount() public void org.apache.coyote.RequestInfo.setErrorCount(int)
  113. 2017-04-25 00:18:50.842 DEBUG 11684 --- [nio-8080-exec-1] m.m.MbeansDescriptorsIntrospectionSource : Setting name: org.apache.coyote.RequestInfo
  114. 2017-04-25 00:18:50.843 DEBUG 11684 --- [nio-8080-exec-1] o.a.tomcat.util.modeler.BaseModelMBean : preRegister org.apache.coyote.RequestInfo@4bcc7173 Tomcat:type=RequestProcessor,worker="http-nio-8080",name=HttpRequest1
  115. 2017-04-25 00:18:50.843 DEBUG 11684 --- [nio-8080-exec-1] o.a.tomcat.util.net.SocketWrapperBase : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@e85adff:org.apache.tomcat.util.net.NioChannel@32411b9e:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:64288]], Read from buffer: [0]
  116. 2017-04-25 00:18:50.843 DEBUG 11684 --- [nio-8080-exec-1] o.a.coyote.http11.Http11InputBuffer : Received [POST /login HTTP/1.0
  117. Host: localhost
  118. X-Real-IP: 127.0.0.1
  119. X-Forwarded-For: 127.0.0.1
  120. X-Forwarded-Host: localhost
  121. Connection: close
  122. Content-Length: 0
  123. Pragma: no-cache
  124. Cache-Control: no-cache
  125. User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  126. Origin: http://localhost:8081
  127. authorization: Basic c3lzdGVtOnBhc3N3b3Jk
  128. content-type: application/x-www-form-urlencoded
  129. Accept: */*
  130. Referer: http://localhost:8081/
  131. Accept-Encoding: gzip, deflate, br
  132. Accept-Language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  133.  
  134. ]
  135. 2017-04-25 00:18:50.857 DEBUG 11684 --- [nio-8080-exec-1] org.apache.tomcat.util.http.Parameters : Set query string encoding to UTF-8
  136. 2017-04-25 00:18:50.860 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase : Security checking request POST /login
  137. 2017-04-25 00:18:50.860 DEBUG 11684 --- [nio-8080-exec-1] org.apache.catalina.realm.RealmBase : No applicable constraints defined
  138. 2017-04-25 00:18:50.864 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.a.jaspic.AuthConfigFactoryImpl : Loading persistent provider registrations from [C:\Users\chill\AppData\Local\Temp\tomcat.4952774049068831206.8080\conf\jaspic-providers.xml]
  139. 2017-04-25 00:18:50.864 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.authenticator.AuthenticatorBase : Not subject to any constraint
  140. 2017-04-25 00:18:50.866 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing servlet 'dispatcherServlet'
  141. 2017-04-25 00:18:50.868 INFO 11684 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  142. 2017-04-25 00:18:50.868 INFO 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  143. 2017-04-25 00:18:50.868 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'multipartResolver'
  144. 2017-04-25 00:18:50.868 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Using MultipartResolver [org.springframework.web.multipart.support.StandardServletMultipartResolver@6fe92534]
  145. 2017-04-25 00:18:50.869 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'
  146. 2017-04-25 00:18:50.870 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  147. 2017-04-25 00:18:50.871 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  148. 2017-04-25 00:18:50.872 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolverCustomizer)
  149. 2017-04-25 00:18:50.872 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  150. 2017-04-25 00:18:50.873 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.LocaleResolverCustomizer)
  151. 2017-04-25 00:18:50.874 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  152. 2017-04-25 00:18:50.874 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  153. 2017-04-25 00:18:50.874 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'
  154. 2017-04-25 00:18:50.875 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@6c4dae3a]
  155. 2017-04-25 00:18:50.875 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'
  156. 2017-04-25 00:18:50.877 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  157. 2017-04-25 00:18:50.877 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  158. 2017-04-25 00:18:50.878 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.theme.AbstractThemeResolverCustomizer)
  159. 2017-04-25 00:18:50.879 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  160. 2017-04-25 00:18:50.882 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.theme.FixedThemeResolverCustomizer)
  161. 2017-04-25 00:18:50.887 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  162. 2017-04-25 00:18:50.890 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.ThemeResolverCustomizer)
  163. 2017-04-25 00:18:50.892 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  164. 2017-04-25 00:18:50.893 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  165. 2017-04-25 00:18:50.894 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'
  166. 2017-04-25 00:18:50.895 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@44854034]
  167. 2017-04-25 00:18:50.896 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'requestMappingHandlerMapping'
  168. 2017-04-25 00:18:50.896 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'viewControllerHandlerMapping'
  169. 2017-04-25 00:18:50.896 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'beanNameHandlerMapping'
  170. 2017-04-25 00:18:50.896 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'resourceHandlerMapping'
  171. 2017-04-25 00:18:50.896 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'defaultServletHandlerMapping'
  172. 2017-04-25 00:18:50.898 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'requestMappingHandlerAdapter'
  173. 2017-04-25 00:18:50.899 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'httpRequestHandlerAdapter'
  174. 2017-04-25 00:18:50.899 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'simpleControllerHandlerAdapter'
  175. 2017-04-25 00:18:50.900 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'handlerExceptionResolver'
  176. 2017-04-25 00:18:50.900 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'errorAttributes'
  177. 2017-04-25 00:18:50.901 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'
  178. 2017-04-25 00:18:50.903 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  179. 2017-04-25 00:18:50.905 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  180. 2017-04-25 00:18:50.906 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.view.DefaultRequestToViewNameTranslatorCustomizer)
  181. 2017-04-25 00:18:50.907 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  182. 2017-04-25 00:18:50.909 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.RequestToViewNameTranslatorCustomizer)
  183. 2017-04-25 00:18:50.910 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  184. 2017-04-25 00:18:50.911 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  185. 2017-04-25 00:18:50.911 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'
  186. 2017-04-25 00:18:50.911 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@2f545a7]
  187. 2017-04-25 00:18:50.912 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'mvcViewResolver'
  188. 2017-04-25 00:18:50.916 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'beanNameViewResolver'
  189. 2017-04-25 00:18:50.916 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'groovyMarkupViewResolver'
  190. 2017-04-25 00:18:50.917 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
  191. 2017-04-25 00:18:50.920 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(java.lang.ObjectCustomizer)
  192. 2017-04-25 00:18:50.921 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  193. 2017-04-25 00:18:50.922 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.support.AbstractFlashMapManagerCustomizer)
  194. 2017-04-25 00:18:50.923 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  195. 2017-04-25 00:18:50.925 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.support.SessionFlashMapManagerCustomizer)
  196. 2017-04-25 00:18:50.926 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  197. 2017-04-25 00:18:50.927 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : findClass(org.springframework.web.servlet.FlashMapManagerCustomizer)
  198. 2017-04-25 00:18:50.933 DEBUG 11684 --- [nio-8080-exec-1] o.a.c.loader.WebappClassLoaderBase : --> Returning ClassNotFoundException
  199. 2017-04-25 00:18:50.933 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  200. 2017-04-25 00:18:50.934 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Finished creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
  201. 2017-04-25 00:18:50.934 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@4d1eb383]
  202. 2017-04-25 00:18:50.934 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Published WebApplicationContext of servlet 'dispatcherServlet' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.dispatcherServlet]
  203. 2017-04-25 00:18:50.934 INFO 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 66 ms
  204. 2017-04-25 00:18:50.934 DEBUG 11684 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Servlet 'dispatcherServlet' configured successfully
  205. 2017-04-25 00:18:50.967 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'springSecurityFilterChain'
  206. 2017-04-25 00:18:50.971 INFO 11684 --- [nio-8080-exec-1] Spring Security Debugger :
  207.  
  208. ************************************************************
  209.  
  210. Request received for POST '/login':
  211.  
  212. org.apache.catalina.connector.RequestFacade@fac18ae
  213.  
  214. servletPath:/login
  215. pathInfo:null
  216. headers:
  217. host: localhost
  218. x-real-ip: 127.0.0.1
  219. x-forwarded-for: 127.0.0.1
  220. x-forwarded-host: localhost
  221. connection: close
  222. content-length: 0
  223. pragma: no-cache
  224. cache-control: no-cache
  225. user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
  226. origin: http://localhost:8081
  227. authorization: Basic c3lzdGVtOnBhc3N3b3Jk
  228. content-type: application/x-www-form-urlencoded
  229. accept: */*
  230. referer: http://localhost:8081/
  231. accept-encoding: gzip, deflate, br
  232. accept-language: de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4
  233.  
  234.  
  235. Security filter chain: [
  236. WebAsyncManagerIntegrationFilter
  237. SecurityContextPersistenceFilter
  238. HeaderWriterFilter
  239. LogoutFilter
  240. BasicAuthenticationFilter
  241. BasicAuthenticationFilter
  242. UsernamePasswordAuthenticationFilter
  243. DefaultLoginPageGeneratingFilter
  244. RequestCacheAwareFilter
  245. SecurityContextHolderAwareRequestFilter
  246. AnonymousAuthenticationFilter
  247. SessionManagementFilter
  248. ExceptionTranslationFilter
  249. FilterSecurityInterceptor
  250. ]
  251.  
  252.  
  253. ************************************************************
  254.  
  255.  
  256. 2017-04-25 00:18:50.979 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  257. 2017-04-25 00:18:50.988 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  258. 2017-04-25 00:18:50.988 DEBUG 11684 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
  259. 2017-04-25 00:18:50.989 DEBUG 11684 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
  260. 2017-04-25 00:18:51.005 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  261. 2017-04-25 00:18:51.006 DEBUG 11684 --- [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@3cf635d0
  262. 2017-04-25 00:18:51.006 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
  263. 2017-04-25 00:18:51.008 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  264. 2017-04-25 00:18:51.009 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /login' doesn't match 'GET /logout
  265. 2017-04-25 00:18:51.009 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  266. 2017-04-25 00:18:51.009 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
  267. 2017-04-25 00:18:51.009 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  268. 2017-04-25 00:18:51.009 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /login' doesn't match 'PUT /logout
  269. 2017-04-25 00:18:51.011 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  270. 2017-04-25 00:18:51.016 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /login' doesn't match 'DELETE /logout
  271. 2017-04-25 00:18:51.016 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  272. 2017-04-25 00:18:51.016 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 5 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  273. 2017-04-25 00:18:51.019 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Basic Authentication Authorization header found for user 'system'
  274. 2017-04-25 00:18:51.020 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider
  275. Login getting user: system
  276. 2017-04-25 00:18:51.041 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.t.internal.TransactionImpl : begin
  277. 2017-04-25 00:18:51.053 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select this_.Id as Id1_9_9_, this_.courseID as courseID7_9_9_, this_.enabled as enabled2_9_9_, this_.firstName as firstNam3_9_9_, this_.lastName as lastName4_9_9_, this_.password as password5_9_9_, this_.username as username6_9_9_, course2_.Id as Id1_0_0_, course2_.creationDate as creation2_0_0_, course2_.description as descript3_0_0_, course2_.owner as owner4_0_0_, course2_.title as title5_0_0_, lectures3_.Course_Id as Course_I1_1_11_, lecture4_.Id as lectures2_1_11_, lecture4_.Id as Id1_4_1_, lecture4_.creationDate as creation2_4_1_, lecture4_.description as descript3_4_1_, lecture4_.owner as owner4_4_1_, lecture4_.title as title5_4_1_, lecture4_.courseID as courseID6_4_1_, course5_.Id as Id1_0_2_, course5_.creationDate as creation2_0_2_, course5_.description as descript3_0_2_, course5_.owner as owner4_0_2_, course5_.title as title5_0_2_, users6_.Course_Id as Course_I1_2_12_, user7_.Id as users_Id2_2_12_, user7_.Id as Id1_9_3_, user7_.courseID as courseID7_9_3_, user7_.enabled as enabled2_9_3_, user7_.firstName as firstNam3_9_3_, user7_.lastName as lastName4_9_3_, user7_.password as password5_9_3_, user7_.username as username6_9_3_, lectures8_.lectures_id as lectures2_6_13_, lecture9_.Id as users_id1_6_13_, lecture9_.Id as Id1_4_4_, lecture9_.creationDate as creation2_4_4_, lecture9_.description as descript3_4_4_, lecture9_.owner as owner4_4_4_, lecture9_.title as title5_4_4_, lecture9_.courseID as courseID6_4_4_, exercises10_.lectures_id as lectures1_5_14_, exercise11_.Id as exercise2_5_14_, exercise11_.Id as Id1_3_5_, exercise11_.creationDate as creation2_3_5_, exercise11_.description as descript3_3_5_, exercise11_.owner as owner4_3_5_, exercise11_.title as title5_3_5_, exercise11_.answer as answer6_3_5_, exercise11_.deadline as deadline7_3_5_, exercise11_.entryMethod as entryMet8_3_5_, exercise11_.hasBeenModified as hasBeenM9_3_5_, exercise11_.input as input10_3_5_, exercise11_.language as languag11_3_5_, exercise11_.message as message12_3_5_, exercise11_.patternSolution as pattern13_3_5_, exercise11_.template as templat14_3_5_, exercise11_.videoLink as videoLi15_3_5_, privileges12_.privileges_id as privileg1_11_15_, privilege13_.Id as users_id2_11_15_, privilege13_.Id as Id1_7_6_, privilege13_.privilegeName as privileg2_7_6_, solutions14_.User_Id as User_Id1_10_16_, solution15_.Id as solution2_10_16_, solution15_.Id as Id1_8_7_, solution15_.creationDate as creation2_8_7_, solution15_.description as descript3_8_7_, solution15_.owner as owner4_8_7_, solution15_.title as title5_8_7_, solution15_.code as code6_8_7_, solution15_.correct as correct7_8_7_, solution15_.exerciseID as exercis12_8_7_, solution15_.hasBeenModified as hasBeenM8_8_7_, solution15_.message as message9_8_7_, solution15_.result as result10_8_7_, solution15_.submitted as submitt11_8_7_, exercise16_.Id as Id1_3_8_, exercise16_.creationDate as creation2_3_8_, exercise16_.description as descript3_3_8_, exercise16_.owner as owner4_3_8_, exercise16_.title as title5_3_8_, exercise16_.answer as answer6_3_8_, exercise16_.deadline as deadline7_3_8_, exercise16_.entryMethod as entryMet8_3_8_, exercise16_.hasBeenModified as hasBeenM9_3_8_, exercise16_.input as input10_3_8_, exercise16_.language as languag11_3_8_, exercise16_.message as message12_3_8_, exercise16_.patternSolution as pattern13_3_8_, exercise16_.template as templat14_3_8_, exercise16_.videoLink as videoLi15_3_8_ from UserDenver this_ left outer join Course course2_ on this_.courseID=course2_.Id left outer join Course_Lecture lectures3_ on course2_.Id=lectures3_.Course_Id left outer join Lecture lecture4_ on lectures3_.lectures_Id=lecture4_.Id left outer join Course course5_ on lecture4_.courseID=course5_.Id left outer join Course_UserDenver users6_ on course5_.Id=users6_.Course_Id left outer join UserDenver user7_ on users6_.users_Id=user7_.Id left outer join lectures_users lectures8_ on user7_.Id=lectures8_.lectures_id left outer join Lecture lecture9_ on lectures8_.users_id=lecture9_.Id left outer join lectures_exercises exercises10_ on lecture9_.Id=exercises10_.lectures_id left outer join Exercise exercise11_ on exercises10_.exercises_id=exercise11_.Id left outer join users_privileges privileges12_ on user7_.Id=privileges12_.privileges_id left outer join privilege privilege13_ on privileges12_.users_id=privilege13_.Id left outer join UserDenver_Solution solutions14_ on user7_.Id=solutions14_.User_Id left outer join Solution solution15_ on solutions14_.solutions_Id=solution15_.Id left outer join Exercise exercise16_ on solution15_.exerciseID=exercise16_.Id where lower(this_.username)=?
  278. 2017-04-25 00:18:51.072 DEBUG 11684 --- [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]
  279. 2017-04-25 00:18:51.072 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00001]
  280. 2017-04-25 00:18:51.073 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00001]
  281. 2017-04-25 00:18:51.073 DEBUG 11684 --- [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
  282. 2017-04-25 00:18:51.073 DEBUG 11684 --- [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
  283. 2017-04-25 00:18:51.073 DEBUG 11684 --- [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
  284. 2017-04-25 00:18:51.073 DEBUG 11684 --- [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
  285. 2017-04-25 00:18:51.073 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.User.privileges
  286. 2017-04-25 00:18:51.073 DEBUG 11684 --- [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
  287. 2017-04-25 00:18:51.073 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00001]
  288. 2017-04-25 00:18:51.073 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  289. 2017-04-25 00:18:51.076 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00001]
  290. 2017-04-25 00:18:51.076 DEBUG 11684 --- [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
  291. 2017-04-25 00:18:51.076 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00001]
  292. 2017-04-25 00:18:51.076 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  293. 2017-04-25 00:18:51.076 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  294. 2017-04-25 00:18:51.076 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  295. 2017-04-25 00:18:51.077 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00001]
  296. 2017-04-25 00:18:51.077 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  297. 2017-04-25 00:18:51.078 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00001]
  298. 2017-04-25 00:18:51.079 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  299. 2017-04-25 00:18:51.079 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00001]
  300. 2017-04-25 00:18:51.080 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  301. 2017-04-25 00:18:51.081 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00001]
  302. 2017-04-25 00:18:51.081 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  303. 2017-04-25 00:18:51.082 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00001]
  304. 2017-04-25 00:18:51.082 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #3
  305. 2017-04-25 00:18:51.082 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00001]
  306. 2017-04-25 00:18:51.082 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Privilege#privilege_00001]
  307. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Privilege#privilege_00001]
  308. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Privilege#privilege_00002]
  309. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Privilege#privilege_00002]
  310. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Privilege#privilege_00003]
  311. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Privilege#privilege_00003]
  312. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Privilege#privilege_00004]
  313. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Privilege#privilege_00004]
  314. 2017-04-25 00:18:51.083 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  315. 2017-04-25 00:18:51.084 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00001]
  316. 2017-04-25 00:18:51.084 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  317. 2017-04-25 00:18:51.084 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  318. 2017-04-25 00:18:51.085 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  319. 2017-04-25 00:18:51.085 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Privilege.users#privilege_00004]
  320. 2017-04-25 00:18:51.085 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  321. 2017-04-25 00:18:51.087 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Privilege.users#privilege_00004]
  322. 2017-04-25 00:18:51.087 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  323. 2017-04-25 00:18:51.087 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00004]
  324. 2017-04-25 00:18:51.087 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  325. 2017-04-25 00:18:51.088 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00004]
  326. 2017-04-25 00:18:51.088 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  327. 2017-04-25 00:18:51.088 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00004]
  328. 2017-04-25 00:18:51.088 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00003]
  329. 2017-04-25 00:18:51.088 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00003]
  330. 2017-04-25 00:18:51.088 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00004]
  331. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00004]
  332. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Privilege.users
  333. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Privilege.users#privilege_00004]
  334. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Privilege.users
  335. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  336. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  337. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00004]
  338. 2017-04-25 00:18:51.089 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  339. 2017-04-25 00:18:51.092 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00004]
  340. 2017-04-25 00:18:51.093 DEBUG 11684 --- [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
  341. 2017-04-25 00:18:51.093 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00004]
  342. 2017-04-25 00:18:51.093 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  343. 2017-04-25 00:18:51.093 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  344. 2017-04-25 00:18:51.093 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  345. 2017-04-25 00:18:51.093 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00004]
  346. 2017-04-25 00:18:51.093 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  347. 2017-04-25 00:18:51.099 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00004]
  348. 2017-04-25 00:18:51.099 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  349. 2017-04-25 00:18:51.099 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00004]
  350. 2017-04-25 00:18:51.099 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  351. 2017-04-25 00:18:51.100 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00004]
  352. 2017-04-25 00:18:51.100 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  353. 2017-04-25 00:18:51.100 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  354. 2017-04-25 00:18:51.100 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  355. 2017-04-25 00:18:51.100 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00004]
  356. 2017-04-25 00:18:51.100 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  357. 2017-04-25 00:18:51.102 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00004]
  358. 2017-04-25 00:18:51.102 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  359. 2017-04-25 00:18:51.104 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.lectures#user_00004]
  360. 2017-04-25 00:18:51.111 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00002]
  361. 2017-04-25 00:18:51.114 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00002]
  362. 2017-04-25 00:18:51.114 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Course#course_00002]
  363. 2017-04-25 00:18:51.115 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Course#course_00002]
  364. 2017-04-25 00:18:51.115 DEBUG 11684 --- [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
  365. 2017-04-25 00:18:51.116 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00004]
  366. 2017-04-25 00:18:51.116 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  367. 2017-04-25 00:18:51.116 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  368. 2017-04-25 00:18:51.116 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  369. 2017-04-25 00:18:51.116 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Course.users#course_00002]
  370. 2017-04-25 00:18:51.116 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.Course_Id as Course_I1_2_0_, users0_.users_Id as users_Id2_2_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 Course_UserDenver users0_ inner join UserDenver user1_ on users0_.users_Id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.Course_Id=?
  371. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Course.users#course_00002]
  372. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Course.users
  373. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Course.users#course_00002]
  374. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Course.users
  375. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  376. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  377. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Course.lectures#course_00002]
  378. 2017-04-25 00:18:51.120 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.Course_Id as Course_I1_1_0_, lectures0_.lectures_Id as lectures2_1_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 Course_Lecture lectures0_ inner join Lecture lecture1_ on lectures0_.lectures_Id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.Course_Id=?
  379. 2017-04-25 00:18:51.125 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Course.lectures#course_00002]
  380. 2017-04-25 00:18:51.125 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  381. 2017-04-25 00:18:51.127 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00002]
  382. 2017-04-25 00:18:51.127 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  383. 2017-04-25 00:18:51.129 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00002]
  384. 2017-04-25 00:18:51.129 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00006]
  385. 2017-04-25 00:18:51.129 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00006]
  386. 2017-04-25 00:18:51.129 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00008]
  387. 2017-04-25 00:18:51.130 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00008]
  388. 2017-04-25 00:18:51.130 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Course.lectures
  389. 2017-04-25 00:18:51.131 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Course.lectures#course_00002]
  390. 2017-04-25 00:18:51.131 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Course.lectures
  391. 2017-04-25 00:18:51.131 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  392. 2017-04-25 00:18:51.131 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  393. 2017-04-25 00:18:51.131 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00008]
  394. 2017-04-25 00:18:51.132 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  395. 2017-04-25 00:18:51.133 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00008]
  396. 2017-04-25 00:18:51.133 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  397. 2017-04-25 00:18:51.134 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00008]
  398. 2017-04-25 00:18:51.134 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  399. 2017-04-25 00:18:51.134 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  400. 2017-04-25 00:18:51.137 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  401. 2017-04-25 00:18:51.137 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00008]
  402. 2017-04-25 00:18:51.137 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  403. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00008]
  404. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  405. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00008]
  406. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  407. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  408. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  409. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00006]
  410. 2017-04-25 00:18:51.139 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  411. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00006]
  412. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  413. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00006]
  414. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  415. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  416. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  417. 2017-04-25 00:18:51.141 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00006]
  418. 2017-04-25 00:18:51.142 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  419. 2017-04-25 00:18:51.143 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00006]
  420. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  421. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00006]
  422. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  423. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  424. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  425. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00002]
  426. 2017-04-25 00:18:51.151 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  427. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00002]
  428. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  429. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Lecture.users#lecture_00002]
  430. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  431. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Lecture.users#lecture_00002]
  432. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  433. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00002]
  434. 2017-04-25 00:18:51.153 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  435. 2017-04-25 00:18:51.154 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  436. 2017-04-25 00:18:51.154 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  437. 2017-04-25 00:18:51.154 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00002]
  438. 2017-04-25 00:18:51.154 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  439. 2017-04-25 00:18:51.155 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00002]
  440. 2017-04-25 00:18:51.155 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  441. 2017-04-25 00:18:51.156 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00002]
  442. 2017-04-25 00:18:51.156 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  443. 2017-04-25 00:18:51.156 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  444. 2017-04-25 00:18:51.156 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  445. 2017-04-25 00:18:51.156 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00003]
  446. 2017-04-25 00:18:51.156 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  447. 2017-04-25 00:18:51.159 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00003]
  448. 2017-04-25 00:18:51.159 DEBUG 11684 --- [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
  449. 2017-04-25 00:18:51.160 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00003]
  450. 2017-04-25 00:18:51.160 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  451. 2017-04-25 00:18:51.160 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  452. 2017-04-25 00:18:51.160 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  453. 2017-04-25 00:18:51.160 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00003]
  454. 2017-04-25 00:18:51.160 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  455. 2017-04-25 00:18:51.161 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00003]
  456. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  457. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00003]
  458. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  459. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00003]
  460. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  461. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  462. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  463. 2017-04-25 00:18:51.162 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00003]
  464. 2017-04-25 00:18:51.163 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  465. 2017-04-25 00:18:51.165 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00003]
  466. 2017-04-25 00:18:51.165 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  467. 2017-04-25 00:18:51.165 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.lectures#user_00003]
  468. 2017-04-25 00:18:51.166 DEBUG 11684 --- [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
  469. 2017-04-25 00:18:51.166 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00003]
  470. 2017-04-25 00:18:51.166 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  471. 2017-04-25 00:18:51.166 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  472. 2017-04-25 00:18:51.166 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  473. 2017-04-25 00:18:51.167 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Privilege.users#privilege_00003]
  474. 2017-04-25 00:18:51.167 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  475. 2017-04-25 00:18:51.170 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Privilege.users#privilege_00003]
  476. 2017-04-25 00:18:51.170 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  477. 2017-04-25 00:18:51.170 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00003]
  478. 2017-04-25 00:18:51.170 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  479. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00003]
  480. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00002]
  481. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00002]
  482. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Privilege.users
  483. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Privilege.users#privilege_00003]
  484. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Privilege.users
  485. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  486. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  487. 2017-04-25 00:18:51.171 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00002]
  488. 2017-04-25 00:18:51.172 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  489. 2017-04-25 00:18:51.173 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00002]
  490. 2017-04-25 00:18:51.173 DEBUG 11684 --- [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
  491. 2017-04-25 00:18:51.173 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00002]
  492. 2017-04-25 00:18:51.174 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  493. 2017-04-25 00:18:51.175 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  494. 2017-04-25 00:18:51.175 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  495. 2017-04-25 00:18:51.175 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00002]
  496. 2017-04-25 00:18:51.175 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  497. 2017-04-25 00:18:51.176 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00002]
  498. 2017-04-25 00:18:51.176 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  499. 2017-04-25 00:18:51.176 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00002]
  500. 2017-04-25 00:18:51.176 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  501. 2017-04-25 00:18:51.177 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00002]
  502. 2017-04-25 00:18:51.177 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  503. 2017-04-25 00:18:51.177 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  504. 2017-04-25 00:18:51.177 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  505. 2017-04-25 00:18:51.177 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00002]
  506. 2017-04-25 00:18:51.177 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  507. 2017-04-25 00:18:51.178 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00002]
  508. 2017-04-25 00:18:51.179 DEBUG 11684 --- [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
  509. 2017-04-25 00:18:51.179 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00002]
  510. 2017-04-25 00:18:51.179 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  511. 2017-04-25 00:18:51.179 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  512. 2017-04-25 00:18:51.184 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  513. 2017-04-25 00:18:51.184 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  514. 2017-04-25 00:18:51.184 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  515. 2017-04-25 00:18:51.186 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Privilege.users#privilege_00002]
  516. 2017-04-25 00:18:51.186 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  517. 2017-04-25 00:18:51.186 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  518. 2017-04-25 00:18:51.186 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  519. 2017-04-25 00:18:51.187 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  520. 2017-04-25 00:18:51.188 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  521. 2017-04-25 00:18:51.188 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  522. 2017-04-25 00:18:51.188 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #3
  523. 2017-04-25 00:18:51.189 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  524. 2017-04-25 00:18:51.189 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #4
  525. 2017-04-25 00:18:51.189 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00002]
  526. 2017-04-25 00:18:51.189 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00005]
  527. 2017-04-25 00:18:51.189 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00005]
  528. 2017-04-25 00:18:51.189 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Course#course_00001]
  529. 2017-04-25 00:18:51.190 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Course#course_00001]
  530. 2017-04-25 00:18:51.190 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00006]
  531. 2017-04-25 00:18:51.191 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00006]
  532. 2017-04-25 00:18:51.191 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00007]
  533. 2017-04-25 00:18:51.191 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00007]
  534. 2017-04-25 00:18:51.195 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.User#user_00008]
  535. 2017-04-25 00:18:51.199 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.User#user_00008]
  536. 2017-04-25 00:18:51.200 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Privilege.users
  537. 2017-04-25 00:18:51.200 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Privilege.users#privilege_00002]
  538. 2017-04-25 00:18:51.200 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Privilege.users
  539. 2017-04-25 00:18:51.200 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  540. 2017-04-25 00:18:51.200 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  541. 2017-04-25 00:18:51.201 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00008]
  542. 2017-04-25 00:18:51.201 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  543. 2017-04-25 00:18:51.203 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00008]
  544. 2017-04-25 00:18:51.203 DEBUG 11684 --- [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
  545. 2017-04-25 00:18:51.203 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00008]
  546. 2017-04-25 00:18:51.203 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  547. 2017-04-25 00:18:51.203 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  548. 2017-04-25 00:18:51.203 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  549. 2017-04-25 00:18:51.203 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00008]
  550. 2017-04-25 00:18:51.204 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  551. 2017-04-25 00:18:51.206 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00008]
  552. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  553. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00008]
  554. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  555. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00008]
  556. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  557. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  558. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  559. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00008]
  560. 2017-04-25 00:18:51.207 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  561. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00008]
  562. 2017-04-25 00:18:51.209 DEBUG 11684 --- [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
  563. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00008]
  564. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  565. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  566. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  567. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00007]
  568. 2017-04-25 00:18:51.209 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  569. 2017-04-25 00:18:51.212 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00007]
  570. 2017-04-25 00:18:51.215 DEBUG 11684 --- [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
  571. 2017-04-25 00:18:51.215 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00007]
  572. 2017-04-25 00:18:51.215 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  573. 2017-04-25 00:18:51.215 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  574. 2017-04-25 00:18:51.215 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  575. 2017-04-25 00:18:51.215 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00007]
  576. 2017-04-25 00:18:51.215 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  577. 2017-04-25 00:18:51.217 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00007]
  578. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  579. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00007]
  580. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  581. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00007]
  582. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  583. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  584. 2017-04-25 00:18:51.218 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  585. 2017-04-25 00:18:51.220 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00007]
  586. 2017-04-25 00:18:51.221 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  587. 2017-04-25 00:18:51.222 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00007]
  588. 2017-04-25 00:18:51.234 DEBUG 11684 --- [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
  589. 2017-04-25 00:18:51.265 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00007]
  590. 2017-04-25 00:18:51.265 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  591. 2017-04-25 00:18:51.265 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  592. 2017-04-25 00:18:51.265 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  593. 2017-04-25 00:18:51.265 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00006]
  594. 2017-04-25 00:18:51.265 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  595. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00006]
  596. 2017-04-25 00:18:51.267 DEBUG 11684 --- [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
  597. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00006]
  598. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  599. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  600. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  601. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00006]
  602. 2017-04-25 00:18:51.267 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  603. 2017-04-25 00:18:51.271 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00006]
  604. 2017-04-25 00:18:51.271 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  605. 2017-04-25 00:18:51.271 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00006]
  606. 2017-04-25 00:18:51.272 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  607. 2017-04-25 00:18:51.272 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00006]
  608. 2017-04-25 00:18:51.272 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  609. 2017-04-25 00:18:51.272 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  610. 2017-04-25 00:18:51.272 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  611. 2017-04-25 00:18:51.273 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00006]
  612. 2017-04-25 00:18:51.273 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  613. 2017-04-25 00:18:51.274 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00006]
  614. 2017-04-25 00:18:51.275 DEBUG 11684 --- [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
  615. 2017-04-25 00:18:51.275 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00006]
  616. 2017-04-25 00:18:51.275 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  617. 2017-04-25 00:18:51.275 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  618. 2017-04-25 00:18:51.275 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  619. 2017-04-25 00:18:51.275 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Course.users#course_00001]
  620. 2017-04-25 00:18:51.275 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.Course_Id as Course_I1_2_0_, users0_.users_Id as users_Id2_2_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 Course_UserDenver users0_ inner join UserDenver user1_ on users0_.users_Id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.Course_Id=?
  621. 2017-04-25 00:18:51.277 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Course.users#course_00001]
  622. 2017-04-25 00:18:51.277 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  623. 2017-04-25 00:18:51.278 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.users#course_00001]
  624. 2017-04-25 00:18:51.278 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  625. 2017-04-25 00:18:51.278 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.users#course_00001]
  626. 2017-04-25 00:18:51.278 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  627. 2017-04-25 00:18:51.278 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.users#course_00001]
  628. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Course.users
  629. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Course.users#course_00001]
  630. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Course.users
  631. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  632. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  633. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Course.lectures#course_00001]
  634. 2017-04-25 00:18:51.279 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.Course_Id as Course_I1_1_0_, lectures0_.lectures_Id as lectures2_1_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 Course_Lecture lectures0_ inner join Lecture lecture1_ on lectures0_.lectures_Id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.Course_Id=?
  635. 2017-04-25 00:18:51.282 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Course.lectures#course_00001]
  636. 2017-04-25 00:18:51.283 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  637. 2017-04-25 00:18:51.284 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00001]
  638. 2017-04-25 00:18:51.284 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #1
  639. 2017-04-25 00:18:51.284 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00001]
  640. 2017-04-25 00:18:51.284 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #2
  641. 2017-04-25 00:18:51.286 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00001]
  642. 2017-04-25 00:18:51.286 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #3
  643. 2017-04-25 00:18:51.287 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00001]
  644. 2017-04-25 00:18:51.287 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #4
  645. 2017-04-25 00:18:51.290 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.lectures#course_00001]
  646. 2017-04-25 00:18:51.292 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00001]
  647. 2017-04-25 00:18:51.298 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00001]
  648. 2017-04-25 00:18:51.298 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00003]
  649. 2017-04-25 00:18:51.299 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00003]
  650. 2017-04-25 00:18:51.299 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Course#course_00003]
  651. 2017-04-25 00:18:51.299 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Course#course_00003]
  652. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00007]
  653. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00007]
  654. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Resolving associations for [com.colorado.denver.model.Lecture#lecture_00009]
  655. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad : Done materializing entity [com.colorado.denver.model.Lecture#lecture_00009]
  656. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Course.lectures
  657. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Course.lectures#course_00001]
  658. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Course.lectures
  659. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  660. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  661. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00009]
  662. 2017-04-25 00:18:51.300 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  663. 2017-04-25 00:18:51.304 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00009]
  664. 2017-04-25 00:18:51.304 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  665. 2017-04-25 00:18:51.305 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00009]
  666. 2017-04-25 00:18:51.305 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  667. 2017-04-25 00:18:51.305 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  668. 2017-04-25 00:18:51.305 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  669. 2017-04-25 00:18:51.306 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00009]
  670. 2017-04-25 00:18:51.306 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  671. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00009]
  672. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  673. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00009]
  674. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  675. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  676. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  677. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00007]
  678. 2017-04-25 00:18:51.307 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  679. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00007]
  680. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  681. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00007]
  682. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  683. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  684. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  685. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00007]
  686. 2017-04-25 00:18:51.309 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  687. 2017-04-25 00:18:51.312 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00007]
  688. 2017-04-25 00:18:51.312 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  689. 2017-04-25 00:18:51.312 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00007]
  690. 2017-04-25 00:18:51.312 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  691. 2017-04-25 00:18:51.312 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  692. 2017-04-25 00:18:51.312 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  693. 2017-04-25 00:18:51.313 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Course.users#course_00003]
  694. 2017-04-25 00:18:51.313 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select users0_.Course_Id as Course_I1_2_0_, users0_.users_Id as users_Id2_2_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 Course_UserDenver users0_ inner join UserDenver user1_ on users0_.users_Id=user1_.Id left outer join Course course2_ on user1_.courseID=course2_.Id where users0_.Course_Id=?
  695. 2017-04-25 00:18:51.315 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Course.users#course_00003]
  696. 2017-04-25 00:18:51.315 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  697. 2017-04-25 00:18:51.315 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Course.users#course_00003]
  698. 2017-04-25 00:18:51.315 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Course.users
  699. 2017-04-25 00:18:51.316 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Course.users#course_00003]
  700. 2017-04-25 00:18:51.316 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Course.users
  701. 2017-04-25 00:18:51.316 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  702. 2017-04-25 00:18:51.316 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  703. 2017-04-25 00:18:51.316 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Course.lectures#course_00003]
  704. 2017-04-25 00:18:51.316 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.Course_Id as Course_I1_1_0_, lectures0_.lectures_Id as lectures2_1_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 Course_Lecture lectures0_ inner join Lecture lecture1_ on lectures0_.lectures_Id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.Course_Id=?
  705. 2017-04-25 00:18:51.318 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Course.lectures#course_00003]
  706. 2017-04-25 00:18:51.320 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Course.lectures
  707. 2017-04-25 00:18:51.320 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Course.lectures#course_00003]
  708. 2017-04-25 00:18:51.320 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Course.lectures
  709. 2017-04-25 00:18:51.320 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  710. 2017-04-25 00:18:51.320 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  711. 2017-04-25 00:18:51.320 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00003]
  712. 2017-04-25 00:18:51.321 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  713. 2017-04-25 00:18:51.326 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00003]
  714. 2017-04-25 00:18:51.326 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  715. 2017-04-25 00:18:51.326 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00003]
  716. 2017-04-25 00:18:51.326 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  717. 2017-04-25 00:18:51.327 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  718. 2017-04-25 00:18:51.327 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  719. 2017-04-25 00:18:51.327 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00003]
  720. 2017-04-25 00:18:51.327 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  721. 2017-04-25 00:18:51.328 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00003]
  722. 2017-04-25 00:18:51.328 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  723. 2017-04-25 00:18:51.328 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00003]
  724. 2017-04-25 00:18:51.328 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  725. 2017-04-25 00:18:51.328 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  726. 2017-04-25 00:18:51.328 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  727. 2017-04-25 00:18:51.329 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.users#lecture_00001]
  728. 2017-04-25 00:18:51.329 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  729. 2017-04-25 00:18:51.334 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.users#lecture_00001]
  730. 2017-04-25 00:18:51.334 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.users
  731. 2017-04-25 00:18:51.334 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.users#lecture_00001]
  732. 2017-04-25 00:18:51.334 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.users
  733. 2017-04-25 00:18:51.335 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  734. 2017-04-25 00:18:51.335 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  735. 2017-04-25 00:18:51.335 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Lecture.exercises#lecture_00001]
  736. 2017-04-25 00:18:51.335 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  737. 2017-04-25 00:18:51.336 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Lecture.exercises#lecture_00001]
  738. 2017-04-25 00:18:51.336 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Lecture.exercises
  739. 2017-04-25 00:18:51.336 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Lecture.exercises#lecture_00001]
  740. 2017-04-25 00:18:51.337 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Lecture.exercises
  741. 2017-04-25 00:18:51.337 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  742. 2017-04-25 00:18:51.337 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  743. 2017-04-25 00:18:51.337 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.solutions#user_00005]
  744. 2017-04-25 00:18:51.337 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select solutions0_.User_Id as User_Id1_10_0_, solutions0_.solutions_Id as solution2_10_0_, solution1_.Id as Id1_8_1_, solution1_.creationDate as creation2_8_1_, solution1_.description as descript3_8_1_, solution1_.owner as owner4_8_1_, solution1_.title as title5_8_1_, solution1_.code as code6_8_1_, solution1_.correct as correct7_8_1_, solution1_.exerciseID as exercis12_8_1_, solution1_.hasBeenModified as hasBeenM8_8_1_, solution1_.message as message9_8_1_, solution1_.result as result10_8_1_, solution1_.submitted as submitt11_8_1_, exercise2_.Id as Id1_3_2_, exercise2_.creationDate as creation2_3_2_, exercise2_.description as descript3_3_2_, exercise2_.owner as owner4_3_2_, exercise2_.title as title5_3_2_, exercise2_.answer as answer6_3_2_, exercise2_.deadline as deadline7_3_2_, exercise2_.entryMethod as entryMet8_3_2_, exercise2_.hasBeenModified as hasBeenM9_3_2_, exercise2_.input as input10_3_2_, exercise2_.language as languag11_3_2_, exercise2_.message as message12_3_2_, exercise2_.patternSolution as pattern13_3_2_, exercise2_.template as templat14_3_2_, exercise2_.videoLink as videoLi15_3_2_ from UserDenver_Solution solutions0_ inner join Solution solution1_ on solutions0_.solutions_Id=solution1_.Id left outer join Exercise exercise2_ on solution1_.exerciseID=exercise2_.Id where solutions0_.User_Id=?
  745. 2017-04-25 00:18:51.338 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.solutions#user_00005]
  746. 2017-04-25 00:18:51.339 DEBUG 11684 --- [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
  747. 2017-04-25 00:18:51.339 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.solutions#user_00005]
  748. 2017-04-25 00:18:51.339 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.solutions
  749. 2017-04-25 00:18:51.339 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  750. 2017-04-25 00:18:51.339 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  751. 2017-04-25 00:18:51.339 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.privileges#user_00005]
  752. 2017-04-25 00:18:51.339 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select privileges0_.privileges_id as privileg1_11_0_, privileges0_.users_id as users_id2_11_0_, privilege1_.Id as Id1_7_1_, privilege1_.privilegeName as privileg2_7_1_ from users_privileges privileges0_ inner join privilege privilege1_ on privileges0_.users_id=privilege1_.Id where privileges0_.privileges_id=?
  753. 2017-04-25 00:18:51.340 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.privileges#user_00005]
  754. 2017-04-25 00:18:51.341 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  755. 2017-04-25 00:18:51.341 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.User.privileges#user_00005]
  756. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.User.privileges
  757. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.privileges#user_00005]
  758. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.privileges
  759. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  760. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  761. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00005]
  762. 2017-04-25 00:18:51.342 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  763. 2017-04-25 00:18:51.343 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00005]
  764. 2017-04-25 00:18:51.343 DEBUG 11684 --- [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
  765. 2017-04-25 00:18:51.343 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00005]
  766. 2017-04-25 00:18:51.344 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  767. 2017-04-25 00:18:51.362 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  768. 2017-04-25 00:18:51.362 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  769. 2017-04-25 00:18:51.362 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.Privilege.users#privilege_00001]
  770. 2017-04-25 00:18:51.362 DEBUG 11684 --- [nio-8080-exec-1] 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=?
  771. 2017-04-25 00:18:51.367 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.Privilege.users#privilege_00001]
  772. 2017-04-25 00:18:51.367 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Starting ResultSet row #0
  773. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] e.p.i.CollectionReferenceInitializerImpl : Found row of collection: [com.colorado.denver.model.Privilege.users#privilege_00001]
  774. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections were found in result set for role: com.colorado.denver.model.Privilege.users
  775. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.Privilege.users#privilege_00001]
  776. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.Privilege.users
  777. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  778. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  779. 2017-04-25 00:18:51.368 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Loading collection: [com.colorado.denver.model.User.lectures#user_00001]
  780. 2017-04-25 00:18:51.369 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select lectures0_.lectures_id as lectures2_6_0_, lectures0_.users_id as users_id1_6_0_, lecture1_.Id as Id1_4_1_, lecture1_.creationDate as creation2_4_1_, lecture1_.description as descript3_4_1_, lecture1_.owner as owner4_4_1_, lecture1_.title as title5_4_1_, lecture1_.courseID as courseID6_4_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 lectures0_ inner join Lecture lecture1_ on lectures0_.users_id=lecture1_.Id left outer join Course course2_ on lecture1_.courseID=course2_.Id where lectures0_.lectures_id=?
  781. 2017-04-25 00:18:51.370 DEBUG 11684 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl : Preparing collection intializer : [com.colorado.denver.model.User.lectures#user_00001]
  782. 2017-04-25 00:18:51.370 DEBUG 11684 --- [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
  783. 2017-04-25 00:18:51.370 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : Collection fully initialized: [com.colorado.denver.model.User.lectures#user_00001]
  784. 2017-04-25 00:18:51.370 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : 1 collections initialized for role: com.colorado.denver.model.User.lectures
  785. 2017-04-25 00:18:51.370 DEBUG 11684 --- [nio-8080-exec-1] o.h.r.j.i.ResourceRegistryStandardImpl : HHH000387: ResultSet's statement was not registered
  786. 2017-04-25 00:18:51.371 DEBUG 11684 --- [nio-8080-exec-1] stractLoadPlanBasedCollectionInitializer : Done loading collection
  787. 2017-04-25 00:18:51.372 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Processing flush-time cascades
  788. 2017-04-25 00:18:51.386 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Dirty checking collections
  789. 2017-04-25 00:18:51.394 DEBUG 11684 --- [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)
  790. 2017-04-25 00:18:51.394 DEBUG 11684 --- [nio-8080-exec-1] 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)
  791. 2017-04-25 00:18:51.394 DEBUG 11684 --- [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)
  792. 2017-04-25 00:18:51.395 DEBUG 11684 --- [nio-8080-exec-1] 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)
  793. 2017-04-25 00:18:51.395 DEBUG 11684 --- [nio-8080-exec-1] 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)
  794. 2017-04-25 00:18:51.395 DEBUG 11684 --- [nio-8080-exec-1] 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)
  795. 2017-04-25 00:18:51.395 DEBUG 11684 --- [nio-8080-exec-1] 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)
  796. 2017-04-25 00:18:51.396 DEBUG 11684 --- [nio-8080-exec-1] 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)
  797. 2017-04-25 00:18:51.396 DEBUG 11684 --- [nio-8080-exec-1] 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)
  798. 2017-04-25 00:18:51.396 DEBUG 11684 --- [nio-8080-exec-1] 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)
  799. 2017-04-25 00:18:51.397 DEBUG 11684 --- [nio-8080-exec-1] 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)
  800. 2017-04-25 00:18:51.397 DEBUG 11684 --- [nio-8080-exec-1] 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)
  801. 2017-04-25 00:18:51.397 DEBUG 11684 --- [nio-8080-exec-1] 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)
  802. 2017-04-25 00:18:51.398 DEBUG 11684 --- [nio-8080-exec-1] 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)
  803. 2017-04-25 00:18:51.399 DEBUG 11684 --- [nio-8080-exec-1] 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)
  804. 2017-04-25 00:18:51.399 DEBUG 11684 --- [nio-8080-exec-1] 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)
  805. 2017-04-25 00:18:51.399 DEBUG 11684 --- [nio-8080-exec-1] 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)
  806. 2017-04-25 00:18:51.400 DEBUG 11684 --- [nio-8080-exec-1] 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)
  807. 2017-04-25 00:18:51.400 DEBUG 11684 --- [nio-8080-exec-1] 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)
  808. 2017-04-25 00:18:51.400 DEBUG 11684 --- [nio-8080-exec-1] 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)
  809. 2017-04-25 00:18:51.400 DEBUG 11684 --- [nio-8080-exec-1] 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)
  810. 2017-04-25 00:18:51.401 DEBUG 11684 --- [nio-8080-exec-1] 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)
  811. 2017-04-25 00:18:51.401 DEBUG 11684 --- [nio-8080-exec-1] 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)
  812. 2017-04-25 00:18:51.401 DEBUG 11684 --- [nio-8080-exec-1] 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)
  813. 2017-04-25 00:18:51.401 DEBUG 11684 --- [nio-8080-exec-1] 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)
  814. 2017-04-25 00:18:51.401 DEBUG 11684 --- [nio-8080-exec-1] 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)
  815. 2017-04-25 00:18:51.401 DEBUG 11684 --- [nio-8080-exec-1] 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)
  816. 2017-04-25 00:18:51.402 DEBUG 11684 --- [nio-8080-exec-1] 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)
  817. 2017-04-25 00:18:51.402 DEBUG 11684 --- [nio-8080-exec-1] 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)
  818. 2017-04-25 00:18:51.402 DEBUG 11684 --- [nio-8080-exec-1] 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)
  819. 2017-04-25 00:18:51.402 DEBUG 11684 --- [nio-8080-exec-1] 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)
  820. 2017-04-25 00:18:51.402 DEBUG 11684 --- [nio-8080-exec-1] 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)
  821. 2017-04-25 00:18:51.402 DEBUG 11684 --- [nio-8080-exec-1] 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)
  822. 2017-04-25 00:18:51.456 DEBUG 11684 --- [nio-8080-exec-1] 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)
  823. 2017-04-25 00:18:51.457 DEBUG 11684 --- [nio-8080-exec-1] 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)
  824. 2017-04-25 00:18:51.458 DEBUG 11684 --- [nio-8080-exec-1] 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)
  825. 2017-04-25 00:18:51.458 DEBUG 11684 --- [nio-8080-exec-1] 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)
  826. 2017-04-25 00:18:51.458 DEBUG 11684 --- [nio-8080-exec-1] 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)
  827. 2017-04-25 00:18:51.459 DEBUG 11684 --- [nio-8080-exec-1] 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)
  828. 2017-04-25 00:18:51.459 DEBUG 11684 --- [nio-8080-exec-1] 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)
  829. 2017-04-25 00:18:51.459 DEBUG 11684 --- [nio-8080-exec-1] 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)
  830. 2017-04-25 00:18:51.459 DEBUG 11684 --- [nio-8080-exec-1] 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)
  831. 2017-04-25 00:18:51.460 DEBUG 11684 --- [nio-8080-exec-1] 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)
  832. 2017-04-25 00:18:51.460 DEBUG 11684 --- [nio-8080-exec-1] 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)
  833. 2017-04-25 00:18:51.460 DEBUG 11684 --- [nio-8080-exec-1] 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)
  834. 2017-04-25 00:18:51.460 DEBUG 11684 --- [nio-8080-exec-1] 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)
  835. 2017-04-25 00:18:51.461 DEBUG 11684 --- [nio-8080-exec-1] 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)
  836. 2017-04-25 00:18:51.461 DEBUG 11684 --- [nio-8080-exec-1] 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)
  837. 2017-04-25 00:18:51.461 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 insertions, 0 updates, 0 deletions to 22 objects
  838. 2017-04-25 00:18:51.461 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.i.AbstractFlushingEventListener : Flushed: 0 (re)creations, 0 updates, 0 removals to 48 collections
  839. 2017-04-25 00:18:51.464 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : Listing entities:
  840. 2017-04-25 00:18:51.465 DEBUG 11684 --- [nio-8080-exec-1] 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=[]}
  841. 2017-04-25 00:18:51.466 DEBUG 11684 --- [nio-8080-exec-1] 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=[]}
  842. 2017-04-25 00:18:51.466 DEBUG 11684 --- [nio-8080-exec-1] 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=[]}
  843. 2017-04-25 00:18:51.466 DEBUG 11684 --- [nio-8080-exec-1] 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=[]}
  844. 2017-04-25 00:18:51.466 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00001, users=[com.colorado.denver.model.User#user_00001], privilegeName=ROLE_ADMIN}
  845. 2017-04-25 00:18:51.466 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=com.colorado.denver.model.User@699a4881, 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]}
  846. 2017-04-25 00:18:51.466 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00002, users=[com.colorado.denver.model.User#user_00006, com.colorado.denver.model.User#user_00007, com.colorado.denver.model.User#user_00005, com.colorado.denver.model.User#user_00001, com.colorado.denver.model.User#user_00008], privilegeName=ROLE_STUDENT}
  847. 2017-04-25 00:18:51.467 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=com.colorado.denver.model.User@72ce875d, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00003, id=lecture_00003, creationDate=2017-04-24, title=Programmieren III, users=[]}
  848. 2017-04-25 00:18:51.467 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00003, users=[com.colorado.denver.model.User#user_00002, com.colorado.denver.model.User#user_00001], privilegeName=ROLE_DOCENT}
  849. 2017-04-25 00:18:51.467 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Privilege{id=privilege_00004, users=[com.colorado.denver.model.User#user_00004, com.colorado.denver.model.User#user_00003, com.colorado.denver.model.User#user_00001], privilegeName=ROLE_TUTOR}
  850. 2017-04-25 00:18:51.468 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Lecture{owner=com.colorado.denver.model.User@5cb4d5da, exercises=[], description=null, course=com.colorado.denver.model.Course#course_00001, id=lecture_00001, creationDate=2017-04-24, title=Programmieren I, users=[]}
  851. 2017-04-25 00:18:51.468 DEBUG 11684 --- [nio-8080-exec-1] 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}
  852. 2017-04-25 00:18:51.468 DEBUG 11684 --- [nio-8080-exec-1] 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}
  853. 2017-04-25 00:18:51.474 DEBUG 11684 --- [nio-8080-exec-1] 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}
  854. 2017-04-25 00:18:51.474 DEBUG 11684 --- [nio-8080-exec-1] 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}
  855. 2017-04-25 00:18:51.474 DEBUG 11684 --- [nio-8080-exec-1] 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}
  856. 2017-04-25 00:18:51.474 DEBUG 11684 --- [nio-8080-exec-1] 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}
  857. 2017-04-25 00:18:51.482 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Course{owner=com.colorado.denver.model.User@27cd5478, lectures=[com.colorado.denver.model.Lecture#lecture_00002, com.colorado.denver.model.Lecture#lecture_00007, com.colorado.denver.model.Lecture#lecture_00009, com.colorado.denver.model.Lecture#lecture_00003, com.colorado.denver.model.Lecture#lecture_00001], description=null, id=course_00001, creationDate=2017-04-24, title=WWI 14 SEA, users=[com.colorado.denver.model.User#user_00006, com.colorado.denver.model.User#user_00007, com.colorado.denver.model.User#user_00005]}
  858. 2017-04-25 00:18:51.482 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : com.colorado.denver.model.Course{owner=com.colorado.denver.model.User@73e09d, 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=[]}
  859. 2017-04-25 00:18:51.482 DEBUG 11684 --- [nio-8080-exec-1] 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}
  860. 2017-04-25 00:18:51.485 DEBUG 11684 --- [nio-8080-exec-1] 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}
  861. 2017-04-25 00:18:51.485 DEBUG 11684 --- [nio-8080-exec-1] o.hibernate.internal.util.EntityPrinter : More......
  862. Returning User:system
  863. 2017-04-25 00:18:51.941 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'delegatingApplicationListener'
  864. 2017-04-25 00:18:51.941 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Authentication success: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@909ff6cf: Principal: com.colorado.denver.services.user.MyUserPrincipal@c9fb790; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null; Granted Authorities: ROLE_ADMIN, ROLE_STUDENT, ROLE_DOCENT, ROLE_TUTOR
  865. 2017-04-25 00:18:51.941 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 6 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  866. 2017-04-25 00:18:51.941 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.a.www.BasicAuthenticationFilter : Basic Authentication Authorization header found for user 'system'
  867. 2017-04-25 00:18:51.941 DEBUG 11684 --- [nio-8080-exec-1] o.s.security.web.FilterChainProxy : /login at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  868. 2017-04-25 00:18:51.941 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login'
  869. 2017-04-25 00:18:51.942 DEBUG 11684 --- [nio-8080-exec-1] w.a.UsernamePasswordAuthenticationFilter : Request is to process authentication
  870. 2017-04-25 00:18:51.942 DEBUG 11684 --- [nio-8080-exec-1] org.apache.tomcat.util.http.Parameters : Set encoding to UTF-8
  871. 2017-04-25 00:18:51.942 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider
  872. Login getting user:
  873. 2017-04-25 00:18:51.942 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.t.internal.TransactionImpl : begin
  874. 2017-04-25 00:18:51.944 DEBUG 11684 --- [nio-8080-exec-1] org.hibernate.SQL : select this_.Id as Id1_9_9_, this_.courseID as courseID7_9_9_, this_.enabled as enabled2_9_9_, this_.firstName as firstNam3_9_9_, this_.lastName as lastName4_9_9_, this_.password as password5_9_9_, this_.username as username6_9_9_, course2_.Id as Id1_0_0_, course2_.creationDate as creation2_0_0_, course2_.description as descript3_0_0_, course2_.owner as owner4_0_0_, course2_.title as title5_0_0_, lectures3_.Course_Id as Course_I1_1_11_, lecture4_.Id as lectures2_1_11_, lecture4_.Id as Id1_4_1_, lecture4_.creationDate as creation2_4_1_, lecture4_.description as descript3_4_1_, lecture4_.owner as owner4_4_1_, lecture4_.title as title5_4_1_, lecture4_.courseID as courseID6_4_1_, course5_.Id as Id1_0_2_, course5_.creationDate as creation2_0_2_, course5_.description as descript3_0_2_, course5_.owner as owner4_0_2_, course5_.title as title5_0_2_, users6_.Course_Id as Course_I1_2_12_, user7_.Id as users_Id2_2_12_, user7_.Id as Id1_9_3_, user7_.courseID as courseID7_9_3_, user7_.enabled as enabled2_9_3_, user7_.firstName as firstNam3_9_3_, user7_.lastName as lastName4_9_3_, user7_.password as password5_9_3_, user7_.username as username6_9_3_, lectures8_.lectures_id as lectures2_6_13_, lecture9_.Id as users_id1_6_13_, lecture9_.Id as Id1_4_4_, lecture9_.creationDate as creation2_4_4_, lecture9_.description as descript3_4_4_, lecture9_.owner as owner4_4_4_, lecture9_.title as title5_4_4_, lecture9_.courseID as courseID6_4_4_, exercises10_.lectures_id as lectures1_5_14_, exercise11_.Id as exercise2_5_14_, exercise11_.Id as Id1_3_5_, exercise11_.creationDate as creation2_3_5_, exercise11_.description as descript3_3_5_, exercise11_.owner as owner4_3_5_, exercise11_.title as title5_3_5_, exercise11_.answer as answer6_3_5_, exercise11_.deadline as deadline7_3_5_, exercise11_.entryMethod as entryMet8_3_5_, exercise11_.hasBeenModified as hasBeenM9_3_5_, exercise11_.input as input10_3_5_, exercise11_.language as languag11_3_5_, exercise11_.message as message12_3_5_, exercise11_.patternSolution as pattern13_3_5_, exercise11_.template as templat14_3_5_, exercise11_.videoLink as videoLi15_3_5_, privileges12_.privileges_id as privileg1_11_15_, privilege13_.Id as users_id2_11_15_, privilege13_.Id as Id1_7_6_, privilege13_.privilegeName as privileg2_7_6_, solutions14_.User_Id as User_Id1_10_16_, solution15_.Id as solution2_10_16_, solution15_.Id as Id1_8_7_, solution15_.creationDate as creation2_8_7_, solution15_.description as descript3_8_7_, solution15_.owner as owner4_8_7_, solution15_.title as title5_8_7_, solution15_.code as code6_8_7_, solution15_.correct as correct7_8_7_, solution15_.exerciseID as exercis12_8_7_, solution15_.hasBeenModified as hasBeenM8_8_7_, solution15_.message as message9_8_7_, solution15_.result as result10_8_7_, solution15_.submitted as submitt11_8_7_, exercise16_.Id as Id1_3_8_, exercise16_.creationDate as creation2_3_8_, exercise16_.description as descript3_3_8_, exercise16_.owner as owner4_3_8_, exercise16_.title as title5_3_8_, exercise16_.answer as answer6_3_8_, exercise16_.deadline as deadline7_3_8_, exercise16_.entryMethod as entryMet8_3_8_, exercise16_.hasBeenModified as hasBeenM9_3_8_, exercise16_.input as input10_3_8_, exercise16_.language as languag11_3_8_, exercise16_.message as message12_3_8_, exercise16_.patternSolution as pattern13_3_8_, exercise16_.template as templat14_3_8_, exercise16_.videoLink as videoLi15_3_8_ from UserDenver this_ left outer join Course course2_ on this_.courseID=course2_.Id left outer join Course_Lecture lectures3_ on course2_.Id=lectures3_.Course_Id left outer join Lecture lecture4_ on lectures3_.lectures_Id=lecture4_.Id left outer join Course course5_ on lecture4_.courseID=course5_.Id left outer join Course_UserDenver users6_ on course5_.Id=users6_.Course_Id left outer join UserDenver user7_ on users6_.users_Id=user7_.Id left outer join lectures_users lectures8_ on user7_.Id=lectures8_.lectures_id left outer join Lecture lecture9_ on lectures8_.users_id=lecture9_.Id left outer join lectures_exercises exercises10_ on lecture9_.Id=exercises10_.lectures_id left outer join Exercise exercise11_ on exercises10_.exercises_id=exercise11_.Id left outer join users_privileges privileges12_ on user7_.Id=privileges12_.privileges_id left outer join privilege privilege13_ on privileges12_.users_id=privilege13_.Id left outer join UserDenver_Solution solutions14_ on user7_.Id=solutions14_.User_Id left outer join Solution solution15_ on solutions14_.solutions_Id=solution15_.Id left outer join Exercise exercise16_ on solution15_.exerciseID=exercise16_.Id where lower(this_.username)=?
  875. 2017-04-25 00:18:51.950 DEBUG 11684 --- [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
  876. 2017-04-25 00:18:51.950 DEBUG 11684 --- [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
  877. 2017-04-25 00:18:51.950 DEBUG 11684 --- [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
  878. 2017-04-25 00:18:51.950 DEBUG 11684 --- [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
  879. 2017-04-25 00:18:51.950 DEBUG 11684 --- [nio-8080-exec-1] o.h.e.l.internal.CollectionLoadContext : No collections were found in result set for role: com.colorado.denver.model.User.privileges
  880. 2017-04-25 00:18:51.950 DEBUG 11684 --- [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
  881. 2017-04-25 00:18:51.951 ERROR 11684 --- [nio-8080-exec-1] c.c.denver.services.user.UserService : No user found for the given name:
  882. 2017-04-25 00:18:52.400 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.a.dao.DaoAuthenticationProvider : User '' not found
  883. 2017-04-25 00:18:52.403 DEBUG 11684 --- [nio-8080-exec-1] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'delegatingApplicationListener'
  884. 2017-04-25 00:18:52.410 DEBUG 11684 --- [nio-8080-exec-1] w.a.UsernamePasswordAuthenticationFilter : Authentication request failed: org.springframework.security.authentication.BadCredentialsException: Bad credentials
  885.  
  886. org.springframework.security.authentication.BadCredentialsException: Bad credentials
  887. at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:151) ~[spring-security-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  888. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) ~[spring-security-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  889. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  890. at org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter.attemptAuthentication(UsernamePasswordAuthenticationFilter.java:94) ~[spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  891. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) ~[spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  892. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  893. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  894. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  895. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  896. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  897. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  898. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  899. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  900. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  901. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  902. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  903. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  904. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  905. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  906. 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]
  907. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  908. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  909. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  910. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  911. at org.springframework.security.web.debug.DebugFilter.invokeWithWrappedRequest(DebugFilter.java:90) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  912. at org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:77) [spring-security-web-4.2.2.RELEASE.jar:4.2.2.RELEASE]
  913. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  914. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  915. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) [tomcat-embed-core-8.5.11.jar:8.5.11]
  916. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) [tomcat-embed-core-8.5.11.jar:8.5.11]
  917. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  918. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
  919. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) [tomcat-embed-core-8.5.11.jar:8.5.11]
  920. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) [tomcat-embed-core-8.5.11.jar:8.5.11]
  921. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) [tomcat-embed-core-8.5.11.jar:8.5.11]
  922. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.11.jar:8.5.11]
  923. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474) [tomcat-embed-core-8.5.11.jar:8.5.11]
  924. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.11.jar:8.5.11]
  925. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) [tomcat-embed-core-8.5.11.jar:8.5.11]
  926. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.11.jar:8.5.11]
  927. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349) [tomcat-embed-core-8.5.11.jar:8.5.11]
  928. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783) [tomcat-embed-core-8.5.11.jar:8.5.11]
  929. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.11.jar:8.5.11]
  930. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798) [tomcat-embed-core-8.5.11.jar:8.5.11]
  931. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434) [tomcat-embed-core-8.5.11.jar:8.5.11]
  932. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.11.jar:8.5.11]
  933. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_121]
  934. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_121]
  935. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.11.jar:8.5.11]
  936. at java.lang.Thread.run(Unknown Source) [na:1.8.0_121]
  937.  
  938. 2017-04-25 00:18:52.410 DEBUG 11684 --- [nio-8080-exec-1] w.a.UsernamePasswordAuthenticationFilter : Updated SecurityContextHolder to contain null Authentication
  939. 2017-04-25 00:18:52.410 DEBUG 11684 --- [nio-8080-exec-1] w.a.UsernamePasswordAuthenticationFilter : Delegating to authentication failure handler org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler@64a35693
  940. 2017-04-25 00:18:52.418 INFO 11684 --- [nio-8080-exec-1] Spring Security Debugger :
  941.  
  942. ************************************************************
  943.  
  944. New HTTP session created: D6EC54818A1C8E5767FE6ADBB25327D6
  945.  
  946. Call stack:
  947.  
  948. at org.springframework.security.web.debug.Logger.info(Logger.java:44)
  949. at org.springframework.security.web.debug.DebugRequestWrapper.getSession(DebugFilter.java:166)
  950. at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:240)
  951. at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:240)
  952. at org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler.saveException(SimpleUrlAuthenticationFailureHandler.java:113)
  953. at org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler.onAuthenticationFailure(SimpleUrlAuthenticationFailureHandler.java:81)
  954. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.unsuccessfulAuthentication(AbstractAuthenticationProcessingFilter.java:352)
  955. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:230)
  956. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  957. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
  958. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  959. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  960. at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
  961. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  962. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  963. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
  964. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  965. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
  966. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  967. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  968. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
  969. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  970. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
  971. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  972. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  973. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
  974. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
  975. at org.springframework.security.web.debug.DebugFilter.invokeWithWrappedRequest(DebugFilter.java:90)
  976. at org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:77)
  977. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  978. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
  979. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  980. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  981. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  982. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  983. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  984. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  985. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  986. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  987. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474)
  988. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  989. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  990. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  991. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
  992. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783)
  993. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  994. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798)
  995. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434)
  996. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  997. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  998. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  999. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1000. at java.lang.Thread.run(Unknown Source)
  1001.  
  1002.  
  1003. ************************************************************
  1004.  
  1005.  
  1006. 2017-04-25 00:18:52.418 DEBUG 11684 --- [nio-8080-exec-1] .a.SimpleUrlAuthenticationFailureHandler : Redirecting to /login?error
  1007. 2017-04-25 00:18:52.419 DEBUG 11684 --- [nio-8080-exec-1] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/login?error'
  1008. 2017-04-25 00:18:52.419 DEBUG 11684 --- [nio-8080-exec-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
  1009. 2017-04-25 00:18:52.420 DEBUG 11684 --- [nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  1010. 2017-04-25 00:18:52.425 DEBUG 11684 --- [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor : Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@e85adff:org.apache.tomcat.util.net.NioChannel@32411b9e:java.nio.channels.SocketChannel[connected local=/127.0.0.1:8080 remote=/127.0.0.1:64288]], Status in: [OPEN_READ], State out: [CLOSED]
  1011. 2017-04-25 00:18:52.426 DEBUG 11684 --- [nio-8080-exec-1] o.apache.tomcat.util.threads.LimitLatch : Counting down[http-nio-8080-exec-1] latch=1
  1012. 2017-04-25 00:19:00.759 DEBUG 11684 --- [on(5)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(5)-127.0.0.1: (port 64240) connection closed
  1013. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(4)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(4)-127.0.0.1: (port 64240) connection closed
  1014. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(5)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(5)-127.0.0.1: close connection
  1015. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(3)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(3)-127.0.0.1: (port 64240) connection closed
  1016. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(1)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(1)-127.0.0.1: (port 64240) connection closed
  1017. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(3)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(3)-127.0.0.1: close connection
  1018. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(1)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(1)-127.0.0.1: close connection
  1019. 2017-04-25 00:19:00.760 DEBUG 11684 --- [on(4)-127.0.0.1] sun.rmi.transport.tcp : RMI TCP Connection(4)-127.0.0.1: close connection
  1020. 2017-04-25 00:19:00.787 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(6)-192.168.2.107: (port 64242) connection closed
  1021. 2017-04-25 00:19:00.787 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(2)-192.168.2.107: (port 64242) connection closed
  1022. 2017-04-25 00:19:00.787 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(6)-192.168.2.107: close connection
  1023. 2017-04-25 00:19:00.787 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(2)-192.168.2.107: close connection
  1024. 2017-04-25 00:19:07.072 DEBUG 11684 --- [pool-1-thread-1] .c.i.DriverManagerConnectionProviderImpl : Connection pool now considered primed; min-size will be maintained
  1025. 2017-04-25 00:19:30.827 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.2.107: accepted socket from [192.168.2.107:64344]
  1026. 2017-04-25 00:19:30.828 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.2.107: (port 64242) op = 80
  1027. 2017-04-25 00:19:39.098 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.2.107: (port 64242) op = 82
  1028. 2017-04-25 00:19:39.103 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.transport.tcp : RMI TCP Connection(7)-192.168.2.107: (port 64242) op = 80
  1029. 2017-04-25 00:19:39.103 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.loader : RMI TCP Connection(7)-192.168.2.107: name = "[Ljava.rmi.server.ObjID;", codebase = ""
  1030. 2017-04-25 00:19:39.104 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.loader : RMI TCP Connection(7)-192.168.2.107: name = "java.rmi.server.ObjID", codebase = ""
  1031. 2017-04-25 00:19:39.104 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.loader : RMI TCP Connection(7)-192.168.2.107: name = "java.rmi.server.UID", codebase = ""
  1032. 2017-04-25 00:19:39.104 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.loader : RMI TCP Connection(7)-192.168.2.107: name = "java.rmi.dgc.VMID", codebase = ""
  1033. 2017-04-25 00:19:39.105 DEBUG 11684 --- [)-192.168.2.107] sun.rmi.loader : RMI TCP Connection(7)-192.168.2.107: name = "[B", codebase = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement