Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.90 KB | None | 0 0
  1. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  2. 20-11-2019 14:39:36.140 [main] ERROR org.springframework.boot.SpringApplication.reportFailure - Application run failed
  3. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bootstrapService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'trms.init.run.bootstrapper' in value "${trms.init.run.bootstrapper}"
  4. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:379)
  5. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1348)
  6. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:578)
  7. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501)
  8. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
  9. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  10. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
  11. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  12. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
  13. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
  14. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
  15. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  16. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
  17. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
  18. at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
  19. at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:155)
  20. at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:135)
  21. at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87)
  22. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
  23. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5135)
  24. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  25. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
  26. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
  27. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
  28. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
  29. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1849)
  30. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  31. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  32. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  33. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
  34. at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
  35. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
  36. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
  37. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
  38. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
  39. at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
  40. at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
  41. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
  42. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
  43. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  44. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
  45. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
  46. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  47. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  48. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  49. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
  50. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
  51. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  52. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
  53. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  54. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
  55. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  56. at org.apache.catalina.startup.Catalina.start(Catalina.java:633)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:498)
  61. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344)
  62. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
  63. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'trms.init.run.bootstrapper' in value "${trms.init.run.bootstrapper}"
  64. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:172)
  65. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124)
  66. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:237)
  67. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:211)
  68. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175)
  69. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:839)
  70. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1086)
  71. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
  72. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:584)
  73. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
  74. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:373)
  75. ... 58 common frames omitted
  76. 20-Nov-2019 14:39:36.142 SEVERE [main] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive [/opt/apache-tomcat-9.0.27/webapps/trms.war]
  77. java.lang.IllegalStateException: Error starting child
  78. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
  79. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
  80. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
  81. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
  82. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1849)
  83. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  84. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  85. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  86. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
  87. at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
  88. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
  89. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
  90. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
  91. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
  92. at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
  93. at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
  94. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
  95. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
  96. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  97. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
  98. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
  99. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  100. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  101. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  102. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
  103. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
  104. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  105. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
  106. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  107. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
  108. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  109. at org.apache.catalina.startup.Catalina.start(Catalina.java:633)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  113. at java.lang.reflect.Method.invoke(Method.java:498)
  114. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344)
  115. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
  116. Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/trms]]
  117. at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
  118. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
  119. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
  120. ... 37 more
  121. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bootstrapService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'trms.init.run.bootstrapper' in value "${trms.init.run.bootstrapper}"
  122. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:379)
  123. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1348)
  124. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:578)
  125. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501)
  126. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
  127. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  128. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
  129. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  130. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760)
  131. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
  132. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
  133. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  134. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759)
  135. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395)
  136. at org.springframework.boot.SpringApplication.run(SpringApplication.java:327)
  137. at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:155)
  138. at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:135)
  139. at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87)
  140. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
  141. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5135)
  142. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  143. ... 38 more
  144. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'trms.init.run.bootstrapper' in value "${trms.init.run.bootstrapper}"
  145. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:172)
  146. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124)
  147. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:237)
  148. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:211)
  149. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175)
  150. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:839)
  151. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1086)
  152. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065)
  153. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:584)
  154. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:91)
  155. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:373)
  156. ... 58 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement