Advertisement
Guest User

Untitled

a guest
Oct 14th, 2011
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.63 KB | None | 0 0
  1. INFO: 14:00:32,202 INFO admin-thread-pool-4848(3) pretty.PrettyFilter:312 - PrettyFilter shutting down...
  2.  
  3. INFO: PWC1412: WebModule[null] ServletContext.log():Closing Spring root WebApplicationContext
  4. INFO: 14:00:32,210 INFO admin-thread-pool-4848(3) support.XmlWebApplicationContext:1002 - Closing Root WebApplicationContext: startup date [Fri Oct 14 13:39:10 EEST 2011]; root of context hierarchy
  5.  
  6. INFO: 14:00:32,243 DEBUG admin-thread-pool-4848(3) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'lifecycleProcessor'
  7.  
  8. INFO: 14:00:32,245 INFO admin-thread-pool-4848(3) support.DefaultListableBeanFactory:422 - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@595660c3: defining beans [propertyConfigurer,dataSource,sessionFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,authBm,accountController,userController,mediaController,transactionManager,userDao,accountDao,mediaDao]; root of factory hierarchy
  9.  
  10. INFO: 14:00:32,247 DEBUG admin-thread-pool-4848(3) support.DefaultListableBeanFactory:477 - Retrieved dependent beans for bean 'sessionFactory': [userDao, accountDao, mediaDao, transactionManager]
  11.  
  12. INFO: 14:00:32,249 DEBUG admin-thread-pool-4848(3) support.DefaultListableBeanFactory:477 - Retrieved dependent beans for bean 'userDao': [authBm, accountController, userController]
  13.  
  14. INFO: 14:00:32,252 DEBUG admin-thread-pool-4848(3) support.DefaultListableBeanFactory:477 - Retrieved dependent beans for bean 'mediaDao': [mediaController]
  15.  
  16. INFO: 14:00:32,254 DEBUG admin-thread-pool-4848(3) support.DisposableBeanAdapter:172 - Invoking destroy() on bean with name 'sessionFactory'
  17.  
  18. INFO: 14:00:32,257 INFO admin-thread-pool-4848(3) annotation.AnnotationSessionFactoryBean:246 - Closing Hibernate SessionFactory
  19.  
  20. INFO: 14:00:32,258 INFO admin-thread-pool-4848(3) impl.SessionFactoryImpl:940 - closing
  21.  
  22. SEVERE: log4j:ERROR log4j called after unloading, see http://logging.apache.org/log4j/1.2/faq.html#unload.
  23. SEVERE: java.lang.IllegalStateException: Class invariant violation
  24. at org.apache.log4j.LogManager.getLoggerRepository(LogManager.java:199)
  25. at org.apache.log4j.LogManager.getLogger(LogManager.java:228)
  26. at org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:73)
  27. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:242)
  28. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:254)
  29. at org.hibernate.impl.SessionImpl.<clinit>(SessionImpl.java:155)
  30. at sun.misc.Unsafe.ensureClassInitialized(Native Method)
  31. at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:25)
  32. at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:122)
  33. at java.lang.reflect.Field.acquireFieldAccessor(Field.java:918)
  34. at java.lang.reflect.Field.getFieldAccessor(Field.java:899)
  35. at java.lang.reflect.Field.get(Field.java:358)
  36. at org.glassfish.web.loader.WebappClassLoader.clearReferences(WebappClassLoader.java:1836)
  37. at org.glassfish.web.loader.WebappClassLoader.stop(WebappClassLoader.java:1665)
  38. at org.glassfish.web.loader.WebappClassLoader.preDestroy(WebappClassLoader.java:1634)
  39. at org.glassfish.internal.data.ApplicationInfo.unload(ApplicationInfo.java:355)
  40. at com.sun.enterprise.v3.server.ApplicationLifecycle.unload(ApplicationLifecycle.java:1000)
  41. at com.sun.enterprise.v3.server.ApplicationLifecycle.undeploy(ApplicationLifecycle.java:1025)
  42. at org.glassfish.deployment.admin.UndeployCommand.execute(UndeployCommand.java:330)
  43. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  44. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  45. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  46. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  47. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  48. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  49. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  50. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  51. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  52. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  53. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  54. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  55. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  56. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  57. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  58. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  59. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  60. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  61. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  62. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  63. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  64. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  65. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  66. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  67. at java.lang.Thread.run(Thread.java:662)
  68.  
  69. INFO: Initializing Mojarra 2.1.3 (FCS b02) for context '/itivys1'
  70. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  71. INFO: Monitoring jndi:/server/itivys1/WEB-INF/faces-config.xml for modifications
  72. INFO: PWC1412: WebModule[null] ServletContext.log():Initializing Spring root WebApplicationContext
  73. INFO: 14:00:42,610 INFO admin-thread-pool-4848(2) context.ContextLoader:187 - Root WebApplicationContext: initialization started
  74.  
  75. INFO: 14:00:42,900 INFO admin-thread-pool-4848(2) support.XmlWebApplicationContext:456 - Refreshing Root WebApplicationContext: startup date [Fri Oct 14 14:00:42 EEST 2011]; root of context hierarchy
  76.  
  77. INFO: 14:00:43,288 INFO admin-thread-pool-4848(2) xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
  78.  
  79. INFO: 14:00:43,299 DEBUG admin-thread-pool-4848(2) xml.DefaultDocumentLoader:72 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
  80.  
  81. INFO: 14:00:43,308 DEBUG admin-thread-pool-4848(2) xml.PluggableSchemaResolver:140 - Loading schema mappings from [META-INF/spring.schemas]
  82.  
  83. INFO: 14:00:43,319 DEBUG admin-thread-pool-4848(2) xml.PluggableSchemaResolver:146 - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
  84.  
  85. INFO: 14:00:43,328 DEBUG admin-thread-pool-4848(2) xml.PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
  86.  
  87. INFO: 14:00:43,355 DEBUG admin-thread-pool-4848(2) xml.PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/tx/spring-tx-2.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-2.0.xsd
  88.  
  89. INFO: 14:00:43,366 DEBUG admin-thread-pool-4848(2) xml.PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-2.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-2.0.xsd
  90.  
  91. INFO: 14:00:43,415 DEBUG admin-thread-pool-4848(2) xml.DefaultBeanDefinitionDocumentReader:87 - Loading bean definitions
  92.  
  93. INFO: 14:00:43,563 DEBUG admin-thread-pool-4848(2) xml.DefaultNamespaceHandlerResolver:156 - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
  94.  
  95. INFO: 14:00:43,782 DEBUG admin-thread-pool-4848(2) xml.XmlBeanDefinitionReader:185 - Loaded 15 bean definitions from location pattern [/WEB-INF/applicationContext.xml]
  96.  
  97. INFO: 14:00:44,105 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'propertyConfigurer'
  98.  
  99. INFO: 14:00:44,108 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'propertyConfigurer'
  100.  
  101. INFO: 14:00:44,293 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'propertyConfigurer' to allow for resolving potential circular references
  102.  
  103. INFO: 14:00:44,500 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'propertyConfigurer'
  104.  
  105. INFO: 14:00:44,502 INFO admin-thread-pool-4848(2) config.PropertyPlaceholderConfigurer:177 - Loading properties file from class path resource [jdbc.properties]
  106.  
  107. INFO: 14:00:44,547 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
  108.  
  109. INFO: 14:00:44,550 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
  110.  
  111. INFO: 14:00:44,615 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
  112.  
  113. INFO: 14:00:44,654 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
  114.  
  115. INFO: 14:00:44,730 INFO admin-thread-pool-4848(2) support.DefaultListableBeanFactory:555 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@36372287: defining beans [propertyConfigurer,dataSource,sessionFactory,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,authBm,accountController,userController,mediaController,transactionManager,userDao,accountDao,mediaDao]; root of factory hierarchy
  116.  
  117. INFO: 14:00:44,732 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'propertyConfigurer'
  118.  
  119. INFO: 14:00:44,734 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'dataSource'
  120.  
  121. INFO: 14:00:44,736 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'dataSource'
  122.  
  123. INFO: 14:00:44,741 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'dataSource' to allow for resolving potential circular references
  124.  
  125. INFO: 14:00:44,788 INFO admin-thread-pool-4848(2) datasource.DriverManagerDataSource:153 - Loaded JDBC driver: com.mysql.jdbc.Driver
  126.  
  127. INFO: 14:00:44,793 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  128.  
  129. INFO: 14:00:44,795 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  130.  
  131. INFO: 14:00:44,838 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'org.springframework.transaction.config.internalTransactionAdvisor' to allow for resolving potential circular references
  132.  
  133. INFO: 14:00:44,865 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
  134.  
  135. INFO: 14:00:44,868 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
  136.  
  137. INFO: 14:00:44,915 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' to allow for resolving potential circular references
  138.  
  139. INFO: 14:00:44,953 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
  140.  
  141. INFO: 14:00:44,956 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  142.  
  143. INFO: 14:00:44,989 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'dataSource'
  144.  
  145. INFO: 14:00:44,992 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'sessionFactory'
  146.  
  147. INFO: 14:00:44,994 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'sessionFactory'
  148.  
  149. INFO: 14:00:45,058 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'sessionFactory' to allow for resolving potential circular references
  150.  
  151. INFO: 14:00:45,144 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'dataSource'
  152.  
  153. INFO: 14:00:45,180 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:1461 - Invoking afterPropertiesSet() on bean with name 'sessionFactory'
  154.  
  155. INFO: 14:00:45,365 INFO admin-thread-pool-4848(2) annotations.Version:43 - Hibernate Annotations 3.5.6-Final
  156.  
  157. INFO: 14:00:45,478 INFO admin-thread-pool-4848(2) cfg.Environment:570 - Hibernate 3.5.6-Final
  158.  
  159. INFO: 14:00:45,493 INFO admin-thread-pool-4848(2) cfg.Environment:603 - hibernate.properties not found
  160.  
  161. INFO: 14:00:45,512 INFO admin-thread-pool-4848(2) cfg.Environment:781 - Bytecode provider name : javassist
  162.  
  163. INFO: 14:00:45,549 INFO admin-thread-pool-4848(2) cfg.Environment:662 - using JDK 1.4 java.sql.Timestamp handling
  164.  
  165. INFO: 14:00:46,279 INFO admin-thread-pool-4848(2) common.Version:37 - Hibernate Commons Annotations 3.2.0.Final
  166.  
  167. INFO: 14:00:46,643 INFO admin-thread-pool-4848(2) cfg.AnnotationBinder:529 - Binding entity from annotated class: bor.itivys.auth.User
  168.  
  169. INFO: 14:00:46,918 INFO admin-thread-pool-4848(2) annotations.EntityBinder:501 - Bind entity bor.itivys.auth.User on table user
  170.  
  171. INFO: 14:00:47,336 INFO admin-thread-pool-4848(2) cfg.AnnotationBinder:529 - Binding entity from annotated class: bor.itivys.stats.Analytic
  172.  
  173. INFO: 14:00:47,339 INFO admin-thread-pool-4848(2) annotations.EntityBinder:501 - Bind entity bor.itivys.stats.Analytic on table analytic
  174.  
  175. INFO: 14:00:47,346 INFO admin-thread-pool-4848(2) cfg.AnnotationBinder:529 - Binding entity from annotated class: bor.itivys.auth.Account
  176.  
  177. INFO: 14:00:47,349 INFO admin-thread-pool-4848(2) annotations.EntityBinder:501 - Bind entity bor.itivys.auth.Account on table Account
  178.  
  179. INFO: 14:00:47,815 INFO admin-thread-pool-4848(2) annotations.CollectionBinder:729 - Mapping collection: bor.itivys.auth.User.accounts -> Account
  180.  
  181. INFO: 14:00:47,875 INFO admin-thread-pool-4848(2) cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring
  182.  
  183. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  184. INFO: 14:00:47,927 INFO admin-thread-pool-4848(2) annotation.AnnotationSessionFactoryBean:777 - Building new Hibernate SessionFactory
  185.  
  186. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  187. INFO: 14:00:47,974 INFO admin-thread-pool-4848(2) search.HibernateSearchEventListenerRegister:75 - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
  188.  
  189. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  190. INFO: 14:00:48,084 INFO admin-thread-pool-4848(2) connection.ConnectionProviderFactory:173 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
  191.  
  192. INFO: 14:00:48,743 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:117 - RDBMS: MySQL, version: 5.1.36-community-log
  193.  
  194. INFO: 14:00:48,745 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:118 - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.9 ( Revision: ${svn.Revision} )
  195.  
  196. INFO: 14:00:48,941 INFO admin-thread-pool-4848(2) dialect.Dialect:206 - Using dialect: org.hibernate.dialect.MySQLDialect
  197.  
  198. INFO: 14:00:48,992 INFO admin-thread-pool-4848(2) jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
  199.  
  200. INFO: 14:00:49,010 INFO admin-thread-pool-4848(2) transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
  201.  
  202. INFO: 14:00:49,025 INFO admin-thread-pool-4848(2) transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  203.  
  204. INFO: 14:00:49,029 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled
  205.  
  206. INFO: 14:00:49,032 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled
  207.  
  208. INFO: 14:00:49,037 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:180 - JDBC batch size: 15
  209.  
  210. INFO: 14:00:49,040 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled
  211.  
  212. INFO: 14:00:49,052 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:188 - Scrollable result sets: enabled
  213.  
  214. INFO: 14:00:49,055 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled
  215.  
  216. INFO: 14:00:49,057 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:204 - Connection release mode: auto
  217.  
  218. INFO: 14:00:49,069 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:228 - Maximum outer join fetch depth: 2
  219.  
  220. INFO: 14:00:49,074 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:231 - Default batch fetch size: 1
  221.  
  222. INFO: 14:00:49,078 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:235 - Generate SQL with comments: disabled
  223.  
  224. INFO: 14:00:49,081 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled
  225.  
  226. INFO: 14:00:49,083 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled
  227.  
  228. INFO: 14:00:49,085 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  229.  
  230. INFO: 14:00:49,112 INFO admin-thread-pool-4848(2) ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory
  231.  
  232. INFO: 14:00:49,115 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:251 - Query language substitutions: {}
  233.  
  234. INFO: 14:00:49,117 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled
  235.  
  236. INFO: 14:00:49,121 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:261 - Second-level cache: disabled
  237.  
  238. INFO: 14:00:49,123 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:265 - Query cache: disabled
  239.  
  240. INFO: 14:00:49,127 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  241.  
  242. INFO: 14:00:49,130 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled
  243.  
  244. INFO: 14:00:49,132 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:284 - Structured second-level cache entries: disabled
  245.  
  246. INFO: 14:00:49,204 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:304 - Echoing all SQL to stdout
  247.  
  248. INFO: 14:00:49,214 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:313 - Statistics: disabled
  249.  
  250. INFO: 14:00:49,216 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled
  251.  
  252. INFO: 14:00:49,219 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:332 - Default entity-mode: pojo
  253.  
  254. INFO: 14:00:49,222 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:336 - Named query checking : enabled
  255.  
  256. INFO: 14:00:49,225 INFO admin-thread-pool-4848(2) cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): disabled
  257.  
  258. INFO: 14:00:49,458 INFO admin-thread-pool-4848(2) impl.SessionFactoryImpl:199 - building session factory
  259.  
  260. INFO: 14:00:50,564 INFO admin-thread-pool-4848(2) impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured
  261.  
  262. INFO: 14:00:50,621 INFO admin-thread-pool-4848(2) hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update
  263.  
  264. INFO: 14:00:50,624 INFO admin-thread-pool-4848(2) hbm2ddl.SchemaUpdate:167 - fetching database metadata
  265.  
  266. INFO: 14:00:50,650 INFO admin-thread-pool-4848(2) hbm2ddl.SchemaUpdate:179 - updating schema
  267.  
  268. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  269. INFO: 14:00:50,755 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:65 - table found: user_demo.account
  270.  
  271. INFO: 14:00:50,757 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:66 - columns: [id, trackerurl, name, user_id, creationdate]
  272.  
  273. INFO: 14:00:50,760 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:68 - foreign keys: []
  274.  
  275. INFO: 14:00:50,763 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:69 - indexes: [fk1d0c220d67619d4d, primary]
  276.  
  277. INFO: 14:00:50,789 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:65 - table found: user_demo.analytic
  278.  
  279. INFO: 14:00:50,791 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:66 - columns: [id, timestamp, media_def, media_media_id, params, type, account_account_id, analytic_id, time_stamp]
  280.  
  281. INFO: 14:00:50,794 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:68 - foreign keys: []
  282.  
  283. INFO: 14:00:50,796 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:69 - indexes: [primary]
  284.  
  285. INFO: 14:00:50,823 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:65 - table found: user_demo.user
  286.  
  287. INFO: 14:00:50,825 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:66 - columns: [id, first_name, phone, web_address, company_name, email, description, registration_date, last_name, user_id, password, last_login]
  288.  
  289. INFO: 14:00:50,828 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:68 - foreign keys: []
  290.  
  291. INFO: 14:00:50,831 INFO admin-thread-pool-4848(2) hbm2ddl.TableMetadata:69 - indexes: [primary]
  292.  
  293. INFO: 14:00:50,839 INFO admin-thread-pool-4848(2) hbm2ddl.SchemaUpdate:217 - schema update complete
  294.  
  295. INFO: 14:00:50,859 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  296.  
  297. INFO: 14:00:50,883 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'sessionFactory'
  298.  
  299. INFO: 14:00:50,890 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
  300.  
  301. INFO: 14:00:50,892 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
  302.  
  303. INFO: 14:00:50,895 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
  304.  
  305. INFO: 14:00:50,898 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
  306.  
  307. INFO: 14:00:50,932 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' to allow for resolving potential circular references
  308.  
  309. INFO: 14:00:50,979 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
  310.  
  311. INFO: 14:00:50,982 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:1461 - Invoking afterPropertiesSet() on bean with name 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
  312.  
  313. INFO: 14:00:50,984 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
  314.  
  315. INFO: 14:00:50,987 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  316.  
  317. INFO: 14:00:50,990 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'authBm'
  318.  
  319. INFO: 14:00:50,992 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'authBm'
  320.  
  321. INFO: 14:00:50,994 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'authBm' to allow for resolving potential circular references
  322.  
  323. INFO: 14:00:51,009 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'userDao'
  324.  
  325. INFO: 14:00:51,011 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'userDao'
  326.  
  327. INFO: 14:00:51,016 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'userDao' to allow for resolving potential circular references
  328.  
  329. INFO: 14:00:51,028 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'sessionFactory'
  330.  
  331. INFO: 14:00:51,032 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  332.  
  333. INFO: 14:00:51,134 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  334.  
  335. INFO: 14:00:51,873 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
  336.  
  337. INFO: 14:00:52,022 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'userDao'
  338.  
  339. INFO: 14:00:52,026 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  340.  
  341. INFO: 14:00:52,030 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'authBm'
  342.  
  343. INFO: 14:00:52,036 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'accountController'
  344.  
  345. INFO: 14:00:52,039 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'accountController'
  346.  
  347. INFO: 14:00:52,042 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'accountController' to allow for resolving potential circular references
  348.  
  349. INFO: 14:00:52,055 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'userDao'
  350.  
  351. INFO: 14:00:52,058 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'accountDao'
  352.  
  353. INFO: 14:00:52,060 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'accountDao'
  354.  
  355. INFO: 14:00:52,063 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'accountDao' to allow for resolving potential circular references
  356.  
  357. INFO: 14:00:52,080 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'sessionFactory'
  358.  
  359. INFO: 14:00:52,086 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  360.  
  361. INFO: 14:00:52,122 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'accountDao'
  362.  
  363. INFO: 14:00:52,125 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  364.  
  365. INFO: 14:00:52,128 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'accountController'
  366.  
  367. INFO: 14:00:52,130 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'userController'
  368.  
  369. INFO: 14:00:52,135 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'userController'
  370.  
  371. INFO: 14:00:52,138 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'userController' to allow for resolving potential circular references
  372.  
  373. INFO: 14:00:52,152 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'userDao'
  374.  
  375. INFO: 14:00:52,157 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'accountDao'
  376.  
  377. INFO: 14:00:52,162 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  378.  
  379. INFO: 14:00:52,167 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'userController'
  380.  
  381. INFO: 14:00:52,169 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'mediaController'
  382.  
  383. INFO: 14:00:52,176 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'mediaController'
  384.  
  385. INFO: 14:00:52,182 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'mediaController' to allow for resolving potential circular references
  386.  
  387. INFO: 14:00:52,194 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'mediaDao'
  388.  
  389. INFO: 14:00:52,197 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'mediaDao'
  390.  
  391. INFO: 14:00:52,200 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'mediaDao' to allow for resolving potential circular references
  392.  
  393. INFO: 14:00:52,213 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'sessionFactory'
  394.  
  395. INFO: 14:00:52,218 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  396.  
  397. INFO: 14:00:52,240 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'mediaDao'
  398.  
  399. INFO: 14:00:52,242 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  400.  
  401. INFO: 14:00:52,245 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'mediaController'
  402.  
  403. INFO: 14:00:52,249 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:214 - Creating shared instance of singleton bean 'transactionManager'
  404.  
  405. INFO: 14:00:52,251 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:430 - Creating instance of bean 'transactionManager'
  406.  
  407. INFO: 14:00:52,323 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:504 - Eagerly caching bean 'transactionManager' to allow for resolving potential circular references
  408.  
  409. INFO: 14:00:52,346 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'sessionFactory'
  410.  
  411. INFO: 14:00:52,349 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:1461 - Invoking afterPropertiesSet() on bean with name 'transactionManager'
  412.  
  413. INFO: 14:00:52,458 INFO admin-thread-pool-4848(2) hibernate3.HibernateTransactionManager:415 - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@27c4e4e0] of Hibernate SessionFactory for HibernateTransactionManager
  414.  
  415. INFO: 14:00:52,461 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
  416.  
  417. INFO: 14:00:52,485 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:458 - Finished creating instance of bean 'transactionManager'
  418.  
  419. INFO: 14:00:52,487 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'userDao'
  420.  
  421. INFO: 14:00:52,490 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'accountDao'
  422.  
  423. INFO: 14:00:52,492 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'mediaDao'
  424.  
  425. INFO: 14:00:52,503 DEBUG admin-thread-pool-4848(2) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'lifecycleProcessor'
  426.  
  427. INFO: 14:00:52,513 INFO admin-thread-pool-4848(2) context.ContextLoader:214 - Root WebApplicationContext: initialization completed in 9886 ms
  428.  
  429. INFO: 14:00:52,559 INFO admin-thread-pool-4848(2) pretty.PrettyFilter:301 - PrettyFilter starting up...
  430.  
  431. INFO: 14:00:53,418 INFO admin-thread-pool-4848(2) pretty.PrettyFilter:307 - PrettyFilter initialized.
  432.  
  433. INFO: WEB0671: Loading application [login_itivys_war_0.0.1-SNAPSHOT-v2] at [/itivys1]
  434. INFO: login_itivys_war_0.0.1-SNAPSHOT-v2 was successfully deployed in 18,400 milliseconds.
  435. INFO: 14:00:55,551 DEBUG http-thread-pool-8080(3) support.DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'authBm'
  436.  
  437.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement