Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  5. at java.lang.reflect.Method.invoke(Method.java:497)
  6. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53)
  7. at java.lang.Thread.run(Thread.java:745)
  8. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'application': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.lang.String org.ga4gh.ctk.Application.urlroot; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ctk.tgt.urlRoot' in string value "${ctk.tgt.urlRoot}"
  9. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  10. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  11. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  12. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  13. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
  14. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  15. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
  16. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
  17. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:766)
  18. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:812)
  19. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:521)
  20. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:678)
  21. at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:339)
  22. at org.springframework.boot.SpringApplication.run(SpringApplication.java:274)
  23. at org.springframework.boot.SpringApplication.run(SpringApplication.java:931)
  24. at org.springframework.boot.SpringApplication.run(SpringApplication.java:920)
  25. at org.ga4gh.ctk.Application.main(Application.java:74)
  26. ... 6 more
  27. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.lang.String org.ga4gh.ctk.Application.urlroot; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ctk.tgt.urlRoot' in string value "${ctk.tgt.urlRoot}"
  28. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:571)
  29. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  30. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  31. ... 22 more
  32. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ctk.tgt.urlRoot' in string value "${ctk.tgt.urlRoot}"
  33. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:174)
  34. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
  35. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:204)
  36. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:178)
  37. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer$2.resolveStringValue(PropertySourcesPlaceholderConfigurer.java:175)
  38. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:806)
  39. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:974)
  40. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:961)
  41. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:543)
  42. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement