Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 KB | None | 0 0
  1. 2019-01-17 12:17:52,695 +0000 [localhost-startStop-1] [SpringApplication] [ERROR] Application startup failed
  2. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration$LiquibaseConfiguration': Unsatisfied dependency expressed throug
  3. h constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase-org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties': Could not bind proper
  4. ties to LiquibaseProperties (prefix=liquibase, ignoreInvalidFields=false, ignoreUnknownFields=false, ignoreNestedProperties=false); nested exception is org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException: Failed to b
  5. ind 'liquibase.сhange-log' from 'applicationConfig: [file:/home/lbuild/china-routing/config/application.yml]' to 'сhange-log' property on 'org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties'
  6. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  7. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)
  8. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1198)
  9. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1100)
  10. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
  11. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
  12. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
  13. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  14. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
  15. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  16. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
  17. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
  18. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
  19. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
  20. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
  21. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
  22. at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
  23. at org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:156)
  24. at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:136)
  25. at org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:91)
  26. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
  27. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5229)
  28. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  29. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
  30. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
  31. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
  32. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
  33. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)
  34. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  35. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  36. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  37. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  38. at java.lang.Thread.run(Thread.java:748)
  39. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase-org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties': Could not bind properties to LiquibaseProperties (prefix=
  40. liquibase, ignoreInvalidFields=false, ignoreUnknownFields=false, ignoreNestedProperties=false); nested exception is org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException: Failed to bind 'liquibase.сhange-log' from 'app
  41. licationConfig: [file:/home/lbuild/china-routing/config/application.yml]' to 'сhange-log' property on 'org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties'
  42. at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.postProcessBeforeInitialization(ConfigurationPropertiesBindingPostProcessor.java:336)
  43. at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.postProcessBeforeInitialization(ConfigurationPropertiesBindingPostProcessor.java:292)
  44. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:407)
  45. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1623)
  46. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
  47. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
  48. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
  49. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  50. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
  51. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  52. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
  53. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1136)
  54. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1064)
  55. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835)
  56. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  57. ... 32 common frames omitted
  58. Caused by: org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException: Failed to bind 'liquibase.сhange-log' from 'applicationConfig: [file:/home/lbuild/china-routing/config/application.yml]' to 'сhange-log' property on 'or
  59. g.springframework.boot.autoconfigure.liquibase.LiquibaseProperties'
  60. at org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanWrapper.setPropertyValue(RelaxedDataBinder.java:737)
  61. at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:95)
  62. at org.springframework.validation.DataBinder.applyPropertyValues(DataBinder.java:860)
  63. at org.springframework.validation.DataBinder.doBind(DataBinder.java:756)
  64. at org.springframework.boot.bind.RelaxedDataBinder.doBind(RelaxedDataBinder.java:137)
  65. at org.springframework.validation.DataBinder.bind(DataBinder.java:741)
  66. at org.springframework.boot.bind.PropertiesConfigurationFactory.doBindPropertiesToTarget(PropertiesConfigurationFactory.java:287)
  67. at org.springframework.boot.bind.PropertiesConfigurationFactory.bindPropertiesToTarget(PropertiesConfigurationFactory.java:250)
  68. at org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.postProcessBeforeInitialization(ConfigurationPropertiesBindingPostProcessor.java:331)
  69. ... 46 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement