Advertisement
fedorm

Untitled

May 13th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.10 KB | None | 0 0
  1.  
  2.   .   ____          _            __ _ _
  3.  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  4. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  5.  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  6.   '  |____| .__|_| |_|_| |_\__, | / / / /
  7.  =========|_|==============|___/=/_/_/_/
  8.  :: Spring Boot ::        (v2.1.3.RELEASE)
  9.  
  10. 13.05 13:09:24.960 INFO [PropertySourceBootstrapConfiguration:101] - Located property source: CompositePropertySource {name='consul', propertySources=[ConsulPropertySource {name='config/dbapi-service-test,cloud/'}, ConsulPropertySource {name='config/dbapi-service-test,production/'}, ConsulPropertySource {name='config/dbapi-service-test/'}, ConsulPropertySource {name='config/application,cloud/'}, ConsulPropertySource {name='config/application,production/'}, ConsulPropertySource {name='config/application/'}]}
  11. 13.05 13:09:24.967 INFO [SpringApplication:679] - The following profiles are active: production,cloud
  12. 13.05 13:09:25.650 WARN [EndpointId:135] - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  13. 13.05 13:09:25.923 INFO [GenericScope:295] - BeanFactory id=a4a8e7ed-e067-3b5b-bebe-bed0fa7fafb8
  14. 13.05 13:09:26.377 WARN [AbstractApplicationContext:557] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'databaseConfiguration' defined in URL [jar:file:/app/dbapi-service.jar!/BOOT-INF/classes!/ru/crystals/dbapi/service/database/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'dbapi-ru.crystals.dbapi.service.database.DatabaseProperties': Could not bind properties to 'DatabaseProperties' : prefix=dbapi, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'dbapi' to ru.crystals.dbapi.service.database.DatabaseProperties
  15. 13.05 13:09:26.441 INFO [ConditionEvaluationReportLoggingListener:142] -
  16.  
  17. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  18. 13.05 13:09:26.444 ERROR [LoggingFailureAnalysisReporter:42] -
  19.  
  20. ***************************
  21. APPLICATION FAILED TO START
  22. ***************************
  23.  
  24. Description:
  25.  
  26. Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'dbapi' to ru.crystals.dbapi.service.database.DatabaseProperties failed:
  27.  
  28.     Property: dbapi.databases
  29.     Value: null
  30.     Reason: must not be empty
  31.  
  32.  
  33. Action:
  34.  
  35. Update your application's configuration
  36.  
  37.  
  38.   .   ____          _            __ _ _
  39.  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  40. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  41.  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  42.   '  |____| .__|_| |_|_| |_\__, | / / / /
  43.  =========|_|==============|___/=/_/_/_/
  44.  :: Spring Boot ::        (v2.1.3.RELEASE)
  45.  
  46. 13.05 13:09:50.086 INFO [PropertySourceBootstrapConfiguration:101] - Located property source: CompositePropertySource {name='consul', propertySources=[ConsulPropertySource {name='config/dbapi-service-test,cloud/'}, ConsulPropertySource {name='config/dbapi-service-test,production/'}, ConsulPropertySource {name='config/dbapi-service-test/'}, ConsulPropertySource {name='config/application,cloud/'}, ConsulPropertySource {name='config/application,production/'}, ConsulPropertySource {name='config/application/'}]}
  47. 13.05 13:09:50.094 INFO [SpringApplication:679] - The following profiles are active: production,cloud
  48. 13.05 13:09:50.769 WARN [EndpointId:135] - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  49. 13.05 13:09:50.995 INFO [GenericScope:295] - BeanFactory id=a4a8e7ed-e067-3b5b-bebe-bed0fa7fafb8
  50. 13.05 13:09:51.426 WARN [AbstractApplicationContext:557] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'databaseConfiguration' defined in URL [jar:file:/app/dbapi-service.jar!/BOOT-INF/classes!/ru/crystals/dbapi/service/database/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'dbapi-ru.crystals.dbapi.service.database.DatabaseProperties': Could not bind properties to 'DatabaseProperties' : prefix=dbapi, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'dbapi' to ru.crystals.dbapi.service.database.DatabaseProperties
  51. 13.05 13:09:51.495 INFO [ConditionEvaluationReportLoggingListener:142] -
  52.  
  53. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  54. 13.05 13:09:51.500 ERROR [LoggingFailureAnalysisReporter:42] -
  55.  
  56. ***************************
  57. APPLICATION FAILED TO START
  58. ***************************
  59.  
  60. Description:
  61.  
  62. Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'dbapi' to ru.crystals.dbapi.service.database.DatabaseProperties failed:
  63.  
  64.     Property: dbapi.databases
  65.     Value: null
  66.     Reason: must not be empty
  67.  
  68.  
  69. Action:
  70.  
  71. Update your application's configuration
  72.  
  73.  
  74.   .   ____          _            __ _ _
  75.  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  76. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  77.  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  78.   '  |____| .__|_| |_|_| |_\__, | / / / /
  79.  =========|_|==============|___/=/_/_/_/
  80.  :: Spring Boot ::        (v2.1.3.RELEASE)
  81.  
  82. 13.05 13:10:16.336 INFO [PropertySourceBootstrapConfiguration:101] - Located property source: CompositePropertySource {name='consul', propertySources=[ConsulPropertySource {name='config/dbapi-service-test,cloud/'}, ConsulPropertySource {name='config/dbapi-service-test,production/'}, ConsulPropertySource {name='config/dbapi-service-test/'}, ConsulPropertySource {name='config/application,cloud/'}, ConsulPropertySource {name='config/application,production/'}, ConsulPropertySource {name='config/application/'}]}
  83. 13.05 13:10:16.344 INFO [SpringApplication:679] - The following profiles are active: production,cloud
  84. 13.05 13:10:17.135 WARN [EndpointId:135] - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  85. 13.05 13:10:17.439 INFO [GenericScope:295] - BeanFactory id=a4a8e7ed-e067-3b5b-bebe-bed0fa7fafb8
  86. 13.05 13:10:17.952 WARN [AbstractApplicationContext:557] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'databaseConfiguration' defined in URL [jar:file:/app/dbapi-service.jar!/BOOT-INF/classes!/ru/crystals/dbapi/service/database/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'dbapi-ru.crystals.dbapi.service.database.DatabaseProperties': Could not bind properties to 'DatabaseProperties' : prefix=dbapi, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'dbapi' to ru.crystals.dbapi.service.database.DatabaseProperties
  87. 13.05 13:10:18.051 INFO [ConditionEvaluationReportLoggingListener:142] -
  88.  
  89. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  90. 13.05 13:10:18.056 ERROR [LoggingFailureAnalysisReporter:42] -
  91.  
  92. ***************************
  93. APPLICATION FAILED TO START
  94. ***************************
  95.  
  96. Description:
  97.  
  98. Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'dbapi' to ru.crystals.dbapi.service.database.DatabaseProperties failed:
  99.  
  100.     Property: dbapi.databases
  101.     Value: null
  102.     Reason: must not be empty
  103.  
  104.  
  105. Action:
  106.  
  107. Update your application's configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement