Vous êtes sur la page 1sur 15

org.springframework.beans.factory.

BeanCreationException: Error creating bean with


name rAPI': Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.BaseKafkaConsumer
com.ola.accounting.writerconsumer.api.AccountingWriterConsumerAPI.consumer; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'BaseKafkaConsumer': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
private com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer
com.ola.accounting.writerconsumer.BaseKafkaConsumer.operatorTransactionEventKafkaCo
nsumer; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'OperatorTransactionEventKafkaConsumer': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer.operatorTra
nsactionEventProcessor; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionEventProcessor': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula
teBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractB
eanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBea
nFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanF
actory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiate
Singletons(DefaultListableBeanFactory.java:772) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryIni
tialization(AbstractApplicationContext.java:838) ~[spring-context-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractAppl
icationContext.java:537) ~[spring-context-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(Emb
eddedWebApplicationContext.java:118) ~[spring-boot-
1.3.0.RELEASE.jar!/:1.3.0.RELEASE]
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE]
at
org.springframework.boot.SpringApplication.doRun(SpringApplication.java:347)
[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:295)
[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE]
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1112)
[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE]
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1101)
[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE]
at
com.ola.accounting.writerconsumer.api.Application.main(Application.java:20)
[classes!/:2.0.123.15-pipelinechanges]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.8.0_151]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[na:1.8.0_151]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:4
3) ~[na:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_151]
at
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
[acc-writer-consumer.jar:2.0.123.15-pipelinechanges]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [acc-
writer-consumer.jar:2.0.123.15-pipelinechanges]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [acc-
writer-consumer.jar:2.0.123.15-pipelinechanges]
at
org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:576
) [acc-writer-consumer.jar:2.0.123.15-pipelinechanges]
Caused by: org.springframework.beans.factory.BeanCreationException: Could not
autowire field: com.ola.accounting.writerconsumer.BaseKafkaConsumer
com.ola.accounting.writerconsumer.api.AccountingWriterConsumerAPI.consumer; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'BaseKafkaConsumer': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
private com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer
com.ola.accounting.writerconsumer.BaseKafkaConsumer.operatorTransactionEventKafkaCo
nsumer; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'OperatorTransactionEventKafkaConsumer': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer.operatorTra
nsactionEventProcessor; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionEventProcessor': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMeta
data.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 25 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'BaseKafkaConsumer': Injection of autowired dependencies failed;
nested exception is org.springframework.beans.factory.BeanCreationException: Could
not autowire field: private
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer
com.ola.accounting.writerconsumer.BaseKafkaConsumer.operatorTransactionEventKafkaCo
nsumer; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'OperatorTransactionEventKafkaConsumer': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer.operatorTra
nsactionEventProcessor; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionEventProcessor': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula
teBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractB
eanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBea
nFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanF
actory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCa
ndidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDepen
dency(DefaultListableBeanFactory.java:1116) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDepende
ncy(DefaultListableBeanFactory.java:1014) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 27 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could not
autowire field: private
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer
com.ola.accounting.writerconsumer.BaseKafkaConsumer.operatorTransactionEventKafkaCo
nsumer; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'OperatorTransactionEventKafkaConsumer': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer.operatorTra
nsactionEventProcessor; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionEventProcessor': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMeta
data.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 38 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'OperatorTransactionEventKafkaConsumer': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer.operatorTra
nsactionEventProcessor; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionEventProcessor': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula
teBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractB
eanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBea
nFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanF
actory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCa
ndidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDepen
dency(DefaultListableBeanFactory.java:1116) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDepende
ncy(DefaultListableBeanFactory.java:1014) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 40 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could not
autowire field:
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor
com.ola.accounting.writerconsumer.OperatorTransactionEventKafkaConsumer.operatorTra
nsactionEventProcessor; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionEventProcessor': Injection of autowired dependencies
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMeta
data.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 51 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'operatorTransactionEventProcessor': Injection of autowired
dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire field:
com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula
teBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractB
eanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBea
nFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanF
actory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCa
ndidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDepen
dency(DefaultListableBeanFactory.java:1116) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDepende
ncy(DefaultListableBeanFactory.java:1014) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 53 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Could not
autowire field: com.ola.accounting.writerconsumer.db.dao.OperatorTransactionDao
com.ola.accounting.writerconsumer.processor.impl.OperatorTransactionEventProcessor.
operatorTransactionDao; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'operatorTransactionDao' defined in class path resource [DPDaoContext.xml]:
Cannot resolve reference to bean 'accountingDpConnection_LK' while setting bean
property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMeta
data.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.p
ostProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-
beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 64 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'operatorTransactionDao' defined in class path resource
[DPDaoContext.xml]: Cannot resolve reference to bean 'accountingDpConnection_LK'
while setting bean property 'masterConnection_LK'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'accountingDpConnection_LK' defined in class path resource [DPDaoContext.xml]:
Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of type
[org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveRefere
nce(BeanDefinitionValueResolver.java:359) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueI
fNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyP
ropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula
teBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractB
eanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBea
nFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanF
actory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCa
ndidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDepen
dency(DefaultListableBeanFactory.java:1116) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDepende
ncy(DefaultListableBeanFactory.java:1014) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$A
utowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 66 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'accountingDpConnection_LK' defined in class path resource
[DPDaoContext.xml]: Cannot create inner bean 'org.skife.jdbi.v2.DBI#351e89fc' of
type [org.skife.jdbi.v2.DBI] while setting bean property 'accountingDBDBI'; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path
resource [DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerB
ean(BeanDefinitionValueResolver.java:313) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueI
fNecessary(BeanDefinitionValueResolver.java:122) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyP
ropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.popula
teBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractB
eanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBea
nFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanF
actory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveRefere
nce(BeanDefinitionValueResolver.java:351) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 79 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.skife.jdbi.v2.DBI#351e89fc' defined in class path resource
[DPDaoContext.xml]: Cannot create inner bean
'com.zaxxer.hikari.HikariDataSource#baa227e' of type
[com.zaxxer.hikari.HikariDataSource] while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in
class path resource [DPDaoContext.xml]: Bean instantiation via constructor failed;
nested exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerB
ean(BeanDefinitionValueResolver.java:313) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueI
fNecessary(BeanDefinitionValueResolver.java:122) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArg
uments(ConstructorResolver.java:648) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(C
onstructorResolver.java:140) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowi
reConstructor(AbstractAutowireCapableBeanFactory.java:1143) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
BeanInstance(AbstractAutowireCapableBeanFactory.java:1046) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerB
ean(BeanDefinitionValueResolver.java:299) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 89 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'com.zaxxer.hikari.HikariDataSource#baa227e' defined in class path
resource [DPDaoContext.xml]: Bean instantiation via constructor failed; nested
exception is org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(C
onstructorResolver.java:275) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowi
reConstructor(AbstractAutowireCapableBeanFactory.java:1143) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
BeanInstance(AbstractAutowireCapableBeanFactory.java:1046) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCrea
teBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.create
Bean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerB
ean(BeanDefinitionValueResolver.java:299) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 97 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to
instantiate [com.zaxxer.hikari.HikariDataSource]: Constructor threw exception;
nested exception is com.zaxxer.hikari.pool.HikariPool$PoolInitializationException:
Failed to initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using
password: YES)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(S
impleInstantiationStrategy.java:122) ~[spring-beans-
4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(C
onstructorResolver.java:267) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 102 common frames omitted
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to
initialize pool: Access denied for user 'app_t1'@'52.74.79.107' (using password:
YES)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:524)
~[HikariCP-2.4.5.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:118) ~[HikariCP-
2.4.5.jar!/:na]
at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:71)
~[HikariCP-2.4.5.jar!/:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.8.0_151]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl
.java:62) ~[na:1.8.0_151]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAcce
ssorImpl.java:45) ~[na:1.8.0_151]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
~[na:1.8.0_151]
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
... 104 common frames omitted
Caused by: java.sql.SQLException: Access denied for user 'app_t1'@'52.74.79.107'
(using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:998) ~[mysql-
connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3847) ~[mysql-
connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3783) ~[mysql-
connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871) ~[mysql-
connector-java-5.1.36.jar!/:5.1.36]
at
com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:166
5) ~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1207) ~[mysql-connector-
java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2249)
~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[mysql-
connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44) ~[mysql-
connector-java-5.1.36.jar!/:5.1.36]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.8.0_151]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl
.java:62) ~[na:1.8.0_151]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAcce
ssorImpl.java:45) ~[na:1.8.0_151]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
~[na:1.8.0_151]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400) ~[mysql-connector-
java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at
com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:42
2) ~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at
com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:13
4) ~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at
com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:10
5) ~[mysql-connector-java-5.1.36.jar!/:5.1.36]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:315)
~[HikariCP-2.4.5.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:514)
~[HikariCP-2.4.5.jar!/:na]
... 111 common frames omitted
Suppressed: java.lang.NullPointerException: null
at com.zaxxer.hikari.pool.HikariPool.shutdown(HikariPool.java:219)
~[HikariCP-2.4.5.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:518)
~[HikariCP-2.4.5.jar!/:na]
... 111 common frames omitted

Vous aimerez peut-être aussi