Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.68 KB | None | 0 0
  1. log4j:WARN Continuable parsing error 5 and column 62]]
  2.  
  3. [2016-09-25T10:13:52.903+0200] [glassfish 4.1] [SEVERE] [] [] [tid: _ThreadID=41 _ThreadName=Thread-9] [timeMillis: 1474791232903] [levelValue: 1000] [[
  4. log4j:WARN Attribute "xmlns:xsi" must be declared for element type "log4j:configuration".]]
  5.  
  6. [2016-09-25T10:13:52.903+0200] [glassfish 4.1] [SEVERE] [] [] [tid: _ThreadID=41 _ThreadName=Thread-9] [timeMillis: 1474791232903] [levelValue: 1000] [[
  7. log4j:WARN Continuable parsing error 5 and column 62]]
  8.  
  9. [2016-09-25T10:13:52.903+0200] [glassfish 4.1] [SEVERE] [] [] [tid: _ThreadID=41 _ThreadName=Thread-9] [timeMillis: 1474791232903] [levelValue: 1000] [[
  10. log4j:WARN Attribute "xsi:schemaLocation" must be declared for element type "log4j:configuration".]]
  11.  
  12. [2016-09-25T10:13:56.225+0200] [glassfish 4.1] [WARN] [] [org.hibernate.orm.deprecation] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236225] [levelValue: 900] [[
  13. HHH90000018: Found use of deprecated transaction factory setting [hibernate.transaction.factory_class]; use the new TransactionCoordinatorBuilder settings [hibernate.transaction.coordinator_class] instead]]
  14.  
  15. WARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]]]
  16.  
  17. ERROR: org.springframework.web.context.ContextLoader - Context initialization failed
  18. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  19. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  20. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  21. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  22. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  23. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  24. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  25. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  26. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  27. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  28. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  29. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  30. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
  31. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
  32. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  33. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
  34. at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
  35. at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
  36. at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  37. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  38. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  39. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  40. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  41. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  42. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  43. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  44. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowir]]
  45.  
  46. [2016-09-25T10:13:56.257+0200] [glassfish 4.1] [SEVERE] [AS-WEB-CORE-00174] [javax.enterprise.web.core] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236257] [levelValue: 1000] [[
  47. Startup of context /system failed due to previous errors]]
  48.  
  49. ed dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  50. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  51. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  52. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  53. ... 65 more
  54. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  55. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  56. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  57. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  58. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  59. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  60. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  61. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  62. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  63. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  64. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  65. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  66. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  67. ... 67 more
  68. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  69. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  70. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  71. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  72. ... 78 more
  73. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  74. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  76. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  77. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  78. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  79. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  80. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  81. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  82. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  83. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  84. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  85. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  86. ... 80 more
  87. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.]]
  88.  
  89. [2016-09-25T10:13:56.258+0200] [glassfish 4.1] [SEVERE] [AS-WEB-CORE-00175] [javax.enterprise.web.core] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236258] [levelValue: 1000] [[
  90. Exception during cleanup after start failed
  91. org.apache.catalina.LifecycleException: Manager has not yet been started
  92. at org.apache.catalina.session.StandardManager.stop(StandardManager.java:935)
  93. at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6164)
  94. at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
  95. at org.apache.catalina.core.StandardContext.start(StandardContext.java:5981)
  96. at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  97. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  98. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  99. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  100. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  101. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  102. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  103. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  104. mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  105. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  106. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  107. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  108. ... 91 more
  109. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  110. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578)
  111. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
  112. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  113. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  114. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  115. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  116. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  117. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  118. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  119. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  120. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  121. ... 93 more
  122. Caused by: org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  123. at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:410)
  124. at org.hibernate.mapping.SimpleValue.isValid(SimpleValue.java:383)
  125. at org.hibernate.mapping.Property.isValid(Property.java:226)
  126. at org.hibernate.mapping.PersistentClass.validate(PersistentClass.java:595)
  127. at org.hibernate.mapping.RootClass.validate(RootClass.java:265)
  128. at org.hibernate.boot.internal.MetadataImpl.validate(MetadataImpl.java:329)
  129. at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:475)
  130. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:707)
  131. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:723)
  132. at org.springframework.orm.hibernate5.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:416)
  133. at org.springframework.orm.hibernate5.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:401)
  134. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637)
  135. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574)
  136. ... 103 more]]
  137.  
  138. [2016-09-25T10:13:56.258+0200] [glassfish 4.1] [SEVERE] [AS-WEB-CORE-00108] [javax.enterprise.web.core] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236258] [levelValue: 1000] [[
  139. ContainerBase.addChild: start:
  140. org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  141. at org.apache.catalina.core.StandardContext.start(StandardContext.java:5985)
  142. at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  143. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  144. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  145. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  146. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  147. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  148. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  149. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  150. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  151. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  152. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  153. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  154. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  155. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  156. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  157. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  158. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  159. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  160. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  161. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  162. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
  163. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
  164. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  165. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
  166. at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
  167. at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
  168. ... 49 more
  169. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  170. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  171. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  172. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  173. ... 65 more
  174. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  175. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  176. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  177. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  178. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  179. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  180. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  181. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  182. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  183. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  184. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  185. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  186. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  187. ... 67 more
  188. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  189. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  190. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  191. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  192. ... 78 more
  193. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  194. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  195. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  196. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  197. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  198. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  199. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  200. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  201. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  202. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  203. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  204. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  205. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  206. ... 80 more
  207. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  208. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  209. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  210. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  211. ... 91 more
  212. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  213. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578)
  214. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
  215. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  216. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  217. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  218. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  219. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  220. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  221. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  222. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  223. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  224. ... 93 more
  225. Caused by: org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  226. at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:410)
  227. at org.hibernate.mapping.SimpleValue.isValid(SimpleValue.java:383)
  228. at org.hibernate.mapping.Property.isValid(Property.java:226)
  229. at org.hibernate.mapping.PersistentClass.validate(PersistentClass.java:595)
  230. at org.hibernate.mapping.RootClass.validate(RootClass.java:265)
  231. at org.hibernate.boot.internal.MetadataImpl.validate(MetadataImpl.java:329)
  232. at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:475)
  233. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:707)
  234. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:723)
  235. at org.springframework.orm.hibernate5.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:416)
  236. at org.springframework.orm.hibernate5.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:401)
  237. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637)
  238. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574)
  239. ... 103 more
  240. ]]
  241.  
  242. [2016-09-25T10:13:56.259+0200] [glassfish 4.1] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236259] [levelValue: 900] [[
  243. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  244. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  245. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1044)
  246. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  247. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  248. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  249. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  250. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  251. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  252. java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  253. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
  254. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  255. java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]
  256. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
  257. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  258. [2016-09-25T10:13:56.260+0200] [glassfish 4.1] [WARNING] [] [javax.enterprise.web.util] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236260] [levelValue: 900] [[
  259. The web application [/system] registered the JDBC driver [com.mysql.cj.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.]]
  260.  
  261. [2016-09-25T10:13:56.265+0200] [glassfish 4.1] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=41 _ThreadName=admin-listener(1)] [timeMillis: 1474791236265] [levelValue: 1000] [[
  262. Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.wrotandtut.atomrtb.service.UserService com.wrotandtut.atomrtb.config.CustomUserDetailsService.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.wrotandtut.atomrtb.dao.UserDao com.wrotandtut.atomrtb.service.UserService.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.springframework.orm.hibernate5.LocalSessionFactoryBean com.wrotandtut.atomrtb.dao.DaoObj.mySessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mySessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ticket_threads, for columns: [org.hibernate.mapping.Column(messages)]]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement