Advertisement
Guest User

Untitled

a guest
Oct 7th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.32 KB | None | 0 0
  1. 2012-10-07 20:53:30,277: INFO [org.springframework.web.context.ContextLoader](?:?) - Root WebApplicationContext: initialization started
  2. 2012-10-07 20:53:30,439: INFO [org.springframework.web.context.support.XmlWebApplicationContext](?:?) - Refreshing Root WebApplicationContext: startup date [Sun Oct 07 20:53:30 GMT+04:00 2012]; root of context hierarchy
  3. 2012-10-07 20:53:30,562: INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader](?:?) - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
  4. 2012-10-07 20:53:31,057: INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader](?:?) - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-security.xml]
  5. 2012-10-07 20:53:31,784: INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory](?:?) - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@776a749f: defining beans [crumbBean,loginBean,loginServiceImpl,sessionMapServiceImpl,dataProviderImpl,helloWorld,loginEventListener,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,serverDataSource,sessionFactory,transactionManager,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.PortResolverImpl#0,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0,org.springframework.security.userDetailsServiceFactory,org.springframework.security.web.DefaultSecurityFilterChain#0,userDetailsService,accessDecisionManager,Sha512PasswordEncoder,org.springframework.security.authentication.dao.DaoAuthenticationProvider#0,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
  6. 2012-10-07 20:53:32,831: INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean](?:?) - Building new Hibernate SessionFactory
  7. 2012-10-07 20:53:33,780: INFO [org.springframework.orm.hibernate3.HibernateTransactionManager](?:?) - Using DataSource [org.apache.tomcat.dbcp.dbcp.BasicDataSource@61144c56] of Hibernate SessionFactory for HibernateTransactionManager
  8. 2012-10-07 20:53:34,497: WARN [org.springframework.web.context.request.FacesRequestAttributes](?:?) - Could not register destruction callback [org.springframework.beans.factory.support.DisposableBeanAdapter@5a5c4e56] for attribute 'dataProviderImpl' because FacesRequestAttributes does not support such callbacks
  9. 2012-10-07 20:53:34,498: INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory](?:?) - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@776a749f: defining beans [crumbBean,loginBean,loginServiceImpl,sessionMapServiceImpl,dataProviderImpl,helloWorld,loginEventListener,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,serverDataSource,sessionFactory,transactionManager,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.PortResolverImpl#0,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0,org.springframework.security.userDetailsServiceFactory,org.springframework.security.web.DefaultSecurityFilterChain#0,userDetailsService,accessDecisionManager,Sha512PasswordEncoder,org.springframework.security.authentication.dao.DaoAuthenticationProvider#0,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
  10. 2012-10-07 20:53:34,510: INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean](?:?) - Closing Hibernate SessionFactory
  11. 2012-10-07 20:53:34,515: ERROR [org.springframework.web.context.ContextLoader](?:?) - Context initialization failed
  12. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginEventListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: jwebtester.dal.DataProvider jwebtester.security.LoginEventListener.dataProvider; nested exception is java.lang.UnsupportedOperationException
  13. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
  14. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
  15. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  16. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  17. at org.springframework.beans.factory.support.AbstractBeanFactory$2.getObject(AbstractBeanFactory.java:332)
  18. at org.springframework.web.context.request.AbstractRequestAttributesScope.get(AbstractRequestAttributesScope.java:43)
  19. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328)
  20. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  21. at org.springframework.context.event.AbstractApplicationEventMulticaster.getApplicationListeners(AbstractApplicationEventMulticaster.java:148)
  22. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:86)
  23. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:324)
  24. at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:929)
  25. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:467)
  26. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
  27. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284)
  28. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
  29. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4779)
  30. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5273)
  31. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  32. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
  33. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
  34. at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  35. at java.util.concurrent.FutureTask.run(Unknown Source)
  36. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  37. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  38. at java.lang.Thread.run(Unknown Source)
  39. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: jwebtester.dal.DataProvider jwebtester.security.LoginEventListener.dataProvider; nested exception is java.lang.UnsupportedOperationException
  40. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
  41. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  42. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
  43. ... 25 more
  44. Caused by: java.lang.UnsupportedOperationException
  45. at java.util.AbstractMap.put(Unknown Source)
  46. at org.springframework.web.context.request.FacesRequestAttributes.setAttribute(FacesRequestAttributes.java:123)
  47. at org.springframework.web.context.request.AbstractRequestAttributesScope.get(AbstractRequestAttributesScope.java:44)
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328)
  49. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  50. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
  51. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
  52. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
  53. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
  54. ... 27 more
  55. 07.10.2012 20:53:34 org.apache.catalina.core.StandardContext listenerStart
  56. SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
  57. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginEventListener': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: jwebtester.dal.DataProvider jwebtester.security.LoginEventListener.dataProvider; nested exception is java.lang.UnsupportedOperationException
  58. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
  59. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
  60. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  61. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  62. at org.springframework.beans.factory.support.AbstractBeanFactory$2.getObject(AbstractBeanFactory.java:332)
  63. at org.springframework.web.context.request.AbstractRequestAttributesScope.get(AbstractRequestAttributesScope.java:43)
  64. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328)
  65. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  66. at org.springframework.context.event.AbstractApplicationEventMulticaster.getApplicationListeners(AbstractApplicationEventMulticaster.java:148)
  67. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:86)
  68. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:324)
  69. at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:929)
  70. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:467)
  71. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
  72. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284)
  73. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
  74. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4779)
  75. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5273)
  76. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  77. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
  78. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
  79. at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  80. at java.util.concurrent.FutureTask.run(Unknown Source)
  81. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  82. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  83. at java.lang.Thread.run(Unknown Source)
  84. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: jwebtester.dal.DataProvider jwebtester.security.LoginEventListener.dataProvider; nested exception is java.lang.UnsupportedOperationException
  85. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
  86. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  87. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
  88. ... 25 more
  89. Caused by: java.lang.UnsupportedOperationException
  90. at java.util.AbstractMap.put(Unknown Source)
  91. at org.springframework.web.context.request.FacesRequestAttributes.setAttribute(FacesRequestAttributes.java:123)
  92. at org.springframework.web.context.request.AbstractRequestAttributesScope.get(AbstractRequestAttributesScope.java:44)
  93. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:328)
  94. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  95. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
  96. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
  97. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
  98. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
  99. ... 27 more
  100. 07.10.2012 20:53:34 com.sun.faces.config.ConfigureListener contextInitialized
  101. INFO: Initializing Mojarra 2.1.13 ( 20120907-1514) for context '/web'
  102. 07.10.2012 20:53:35 com.sun.faces.spi.InjectionProviderFactory createInstance
  103. INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
  104. 07.10.2012 20:53:36 org.primefaces.webapp.PostConstructApplicationEventListener processEvent
  105. INFO: Running on PrimeFaces 3.4.1
  106. 07.10.2012 20:53:36 com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor$Monitor <init>
  107. INFO: Monitoring jndi:/localhost/web/WEB-INF/faces-config.xml for modifications
  108. 07.10.2012 20:53:37 org.apache.catalina.core.StandardContext startInternal
  109. SEVERE: Error listenerStart
  110. 07.10.2012 20:53:37 org.apache.catalina.core.StandardContext startInternal
  111. SEVERE: Context [/web] startup failed due to previous errors
  112. 07.10.2012 20:53:37 org.apache.catalina.core.ApplicationContext log
  113. INFO: Closing Spring root WebApplicationContext
  114. 07.10.2012 20:53:37 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  115. SEVERE: The web application [/web] appears to have started a thread named [AsyncAppender-Dispatcher-Thread-1] but has failed to stop it. This is very likely to create a memory leak.
  116. 07.10.2012 20:53:37 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  117. SEVERE: The web application [/web] appears to have started a thread named [Mojarra-WebResourceMonitor-1-thread-1] but has failed to stop it. This is very likely to create a memory leak.
  118. 07.10.2012 20:53:37 org.apache.coyote.AbstractProtocol start
  119. INFO: Starting ProtocolHandler ["http-bio-8080"]
  120. 07.10.2012 20:53:37 org.apache.coyote.AbstractProtocol start
  121. INFO: Starting ProtocolHandler ["ajp-bio-8009"]
  122. 07.10.2012 20:53:37 org.apache.catalina.startup.Catalina start
  123. INFO: Server startup in 12337 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement