«Как исправить ошибку« Ошибка создания бина с именем postgreService, определенной в ресурсе пути к классу », ошибка в java spring» » - PullRequest
0 голосов
/ 04 апреля 2019

Я пытаюсь запустить миграцию данных с помощью java spring для postgresql. И есть какая-то ошибка.

Error creating bean with name 'postgreService' defined in class path resource [com/gdn/data/migration/postgre/PostgreAutoConfigurer.class]: Unsatisfied dependency expressed through method 'postgreService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pgPoolingDataSource' defined in class path resource [com/gdn/data/migration/postgre/PostgreAutoConfigurer.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.postgresql.ds.PGPoolingDataSource]: Factory method 'pgPoolingDataSource' threw exception;

Версия Java

openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

Есть решение? Спасибо!

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...