Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.42 KB | None | 0 0
  1. 19:47:08.571 ERROR [localhost-startStop-1][o.s.b.c.e.tomcat.TomcatStarter] - Error starting Tomcat context: org.springframework.beans.factory.BeanCreationException
  2. 19:47:08.793 ERROR [main][o.s.boot.SpringApplication] - Application startup failed
  3. org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
  4. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:132) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  5. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  6. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:117) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  7. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:689) [spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  8. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) [spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  9. at org.springframework.boot.SpringApplication.run(SpringApplication.java:969) [spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  10. at org.springframework.boot.SpringApplication.run(SpringApplication.java:958) [spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  11. at br.com.respire.api.config.RespireApplication.main(RespireApplication.java:35) [respire.jar!/:1.4.6]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_101]
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_101]
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_101]
  15. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_101]
  16. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [respire.jar!/:1.4.6]
  17. at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101]
  18. Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
  19. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:98) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  20. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:75) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  21. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:377) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  22. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:155) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  23. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:156) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  24. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:129) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  25. ... 13 common frames omitted
  26. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'languageFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.meplis.common.beans.Languages br.com.respire.api.filter.component.LanguageFilter.defaultLanguage; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'global.default.language' in string value "${global.default.language}"
  27. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  28. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  29. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  30. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  31. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  32. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  33. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  34. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  35. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  36. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:167) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  37. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:162) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  38. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:144) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  39. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  40. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:233) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  41. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:220) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  42. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:84) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  43. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:205) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  44. at org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:54) ~[spring-boot-1.2.7.RELEASE.jar!/:1.2.7.RELEASE]
  45. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5170) ~[tomcat-embed-core-8.0.28.jar!/:8.0.28]
  46. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.28.jar!/:8.0.28]
  47. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408) ~[tomcat-embed-core-8.0.28.jar!/:8.0.28]
  48. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398) ~[tomcat-embed-core-8.0.28.jar!/:8.0.28]
  49. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_101]
  50. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_101]
  51. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_101]
  52. ... 1 common frames omitted
  53. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.meplis.common.beans.Languages br.com.respire.api.filter.component.LanguageFilter.defaultLanguage; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'global.default.language' in string value "${global.default.language}"
  54. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  55. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  56. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  57. ... 25 common frames omitted
  58. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'global.default.language' in string value "${global.default.language}"
  59. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:174) ~[spring-core-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  60. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) ~[spring-core-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  61. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:204) ~[spring-core-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  62. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:178) ~[spring-core-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  63. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer$2.resolveStringValue(PropertySourcesPlaceholderConfigurer.java:175) ~[spring-context-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  64. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:801) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  65. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:955) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  66. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  67. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533) ~[spring-beans-4.1.8.RELEASE.jar!/:4.1.8.RELEASE]
  68. ... 27 common frames omitted
  69. java.lang.reflect.InvocationTargetException
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:498)
  74. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53)
  75. at java.lang.Thread.run(Thread.java:745)
  76. Caused by: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
  77. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:132)
  78. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474)
  79. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:117)
  80. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:689)
  81. at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
  82. at org.springframework.boot.SpringApplication.run(SpringApplication.java:969)
  83. at org.springframework.boot.SpringApplication.run(SpringApplication.java:958)
  84. at br.com.respire.api.config.RespireApplication.main(RespireApplication.java:35)
  85. ... 6 more
  86. Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
  87. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:98)
  88. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:75)
  89. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:377)
  90. at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:155)
  91. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:156)
  92. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:129)
  93. ... 13 more
  94. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'languageFilter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.meplis.common.beans.Languages br.com.respire.api.filter.component.LanguageFilter.defaultLanguage; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'global.default.language' in string value "${global.default.language}"
  95. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  96. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  99. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  100. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  101. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  102. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  103. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
  104. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:167)
  105. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:162)
  106. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:144)
  107. at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74)
  108. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:233)
  109. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:220)
  110. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:84)
  111. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:205)
  112. at org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:54)
  113. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5170)
  114. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  115. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
  116. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
  117. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  118. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  119. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  120. ... 1 more
  121. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.meplis.common.beans.Languages br.com.respire.api.filter.component.LanguageFilter.defaultLanguage; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'global.default.language' in string value "${global.default.language}"
  122. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  123. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  124. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  125. ... 25 more
  126. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'global.default.language' in string value "${global.default.language}"
  127. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:174)
  128. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
  129. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:204)
  130. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:178)
  131. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer$2.resolveStringValue(PropertySourcesPlaceholderConfigurer.java:175)
  132. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:801)
  133. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:955)
  134. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  135. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  136. ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement