Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.24 KB | None | 0 0
  1. 2017-02-27 16:40:12.330 WARN 4584 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedServletContainerCustomizerBeanPostProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'annotationDrivenTransactionManager' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureEntityManagerFactory' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'configureEntityManagerFactory' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  2. 2017-02-27 16:40:12.346 ERROR 4584 --- [ main] o.s.boot.SpringApplication : Application startup failed
  3.  
  4. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedServletContainerCustomizerBeanPostProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'annotationDrivenTransactionManager' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureEntityManagerFactory' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'configureEntityManagerFactory' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  5. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:478) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  6. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  7. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  8. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  9. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  10. at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:240) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  11. at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:697) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  12. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:526) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  13. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE]
  14. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE]
  15. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:369) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE]
  16. at org.springframework.boot.SpringApplication.run(SpringApplication.java:313) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE]
  17. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1185) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE]
  18. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1174) [spring-boot-1.4.0.RELEASE.jar!/:1.4.0.RELEASE]
  19. at ru.stl.webcomp.backend.BackendApplication.main(BackendApplication.java:12) [classes!/:0.0.1-SNAPSHOT]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  23. at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_121]
  24. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [backend-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
  25. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [backend-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
  26. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [backend-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
  27. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:58) [backend-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
  28. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'annotationDrivenTransactionManager' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureEntityManagerFactory' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'configureEntityManagerFactory' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  29. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  30. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  31. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  32. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  33. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  34. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  35. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:372) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  36. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  37. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  38. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  39. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  40. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  41. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  42. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  43. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  44. at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:92) ~[spring-aop-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  45. at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:101) ~[spring-aop-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  46. at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:85) ~[spring-aop-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  47. at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:103) ~[spring-aop-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  48. at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:249) ~[spring-aop-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  49. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:988) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  50. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:959) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:472) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  52. ... 22 common frames omitted
  53. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'annotationDrivenTransactionManager' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureEntityManagerFactory' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'configureEntityManagerFactory' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  54. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  55. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  56. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  57. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  58. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  59. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  60. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:381) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  61. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc.annotationDrivenTransactionManager(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  62. at org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration.setConfigurers(AbstractTransactionManagementConfiguration.java:73) ~[spring-tx-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  66. at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_121]
  67. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:682) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  68. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  69. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:349) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  70. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  71. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  72. ... 44 common frames omitted
  73. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureEntityManagerFactory' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'configureEntityManagerFactory' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  74. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  76. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  77. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  78. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  79. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  80. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  81. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  82. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:220) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  83. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:353) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  84. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:334) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  85. at org.springframework.orm.jpa.EntityManagerFactoryUtils.findEntityManagerFactory(EntityManagerFactoryUtils.java:143) ~[spring-orm-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  86. at org.springframework.orm.jpa.JpaTransactionManager.setBeanFactory(JpaTransactionManager.java:292) ~[spring-orm-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  87. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1597) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  88. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1565) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  89. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  90. ... 61 common frames omitted
  91. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'configureEntityManagerFactory' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  92. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  93. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  94. ... 76 common frames omitted
  95. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configureDataSource' defined in class path resource [ru/stl/webcomp/backend/config/JpaConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  96. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  99. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  100. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  101. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  102. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  103. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  104. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  105. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:381) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  106. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc.configureDataSource(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  107. at ru.stl.webcomp.backend.config.JpaConfig.configureEntityManagerFactory(JpaConfig.java:53) ~[classes!/:0.0.1-SNAPSHOT]
  108. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc.CGLIB$configureEntityManagerFactory$2(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  109. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc$$FastClassBySpringCGLIB$$9122e81f.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  110. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  111. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  112. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc.configureEntityManagerFactory(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  113. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  114. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  115. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  116. at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_121]
  117. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  118. ... 77 common frames omitted
  119. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'configureDataSource' threw exception; nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  120. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  121. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  122. ... 98 common frames omitted
  123. Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  124. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516) ~[HikariCP-2.4.7.jar!/:na]
  125. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:118) ~[HikariCP-2.4.7.jar!/:na]
  126. at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:71) ~[HikariCP-2.4.7.jar!/:na]
  127. at ru.stl.webcomp.backend.config.JpaConfig.configureDataSource(JpaConfig.java:47) ~[classes!/:0.0.1-SNAPSHOT]
  128. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc.CGLIB$configureDataSource$1(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  129. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc$$FastClassBySpringCGLIB$$9122e81f.invoke(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  130. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  131. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356) ~[spring-context-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  132. at ru.stl.webcomp.backend.config.JpaConfig$$EnhancerBySpringCGLIB$$e63f39cc.configureDataSource(<generated>) ~[classes!/:0.0.1-SNAPSHOT]
  133. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  134. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  135. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_121]
  136. at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_121]
  137. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.2.RELEASE.jar!/:4.3.2.RELEASE]
  138. ... 99 common frames omitted
  139. Caused by: org.postgresql.util.PSQLException: ╨Я╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╨╡ ╨┐╨╛ ╨░╨┤╤А╨╡╤Б╤Г 62.109.4.133:5432 ╨╛╤В╨║╨╗╨╛╨╜╨╡╨╜╨╛. ╨Я╤А╨╛╨▓╨╡╤А╤М╤В╨╡ ╤З╤В╨╛ ╤Е╨╛╤Б╤В ╨╕ ╨┐╨╛╤А╤В ╤Г╨║╨░╨╖╨░╨╜╤Л ╨┐╤А╨░╨▓╨╕╨╗╤М╨╜╨╛ ╨╕ ╤З╤В╨╛ postmaster ╨┐╤А╨╕╨╜╨╕╨╝╨░╨╡╤В TCP/IP-╨┐╨╛╨┤╤Б╨╛╨╡╨┤╨╕╨╜╨╡╨╜╨╕╤П.
  140. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:270) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  141. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  142. at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:211) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  143. at org.postgresql.Driver.makeConnection(Driver.java:407) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  144. at org.postgresql.Driver.connect(Driver.java:275) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  145. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[HikariCP-2.4.7.jar!/:na]
  146. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[HikariCP-2.4.7.jar!/:na]
  147. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:316) ~[HikariCP-2.4.7.jar!/:na]
  148. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:506) ~[HikariCP-2.4.7.jar!/:na]
  149. ... 112 common frames omitted
  150. Caused by: java.net.ConnectException: Connection refused: connect
  151. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[na:1.8.0_121]
  152. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[na:1.8.0_121]
  153. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[na:1.8.0_121]
  154. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[na:1.8.0_121]
  155. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[na:1.8.0_121]
  156. at java.net.PlainSocketImpl.connect(Unknown Source) ~[na:1.8.0_121]
  157. at java.net.SocksSocketImpl.connect(Unknown Source) ~[na:1.8.0_121]
  158. at java.net.Socket.connect(Unknown Source) ~[na:1.8.0_121]
  159. at org.postgresql.core.PGStream.<init>(PGStream.java:64) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  160. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:150) ~[postgresql-9.4.1209.jre7.jar!/:9.4.1209.jre7]
  161. ... 120 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement