Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.71 KB | None | 0 0
  1. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  2. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  3. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  4. ' |____| .__|_| |_|_| |_\__, | / / / /
  5. =========|_|==============|___/=/_/_/_/
  6. :: Spring Boot :: (v1.4.3.RELEASE)
  7. 2017-03-14T01:59:30,692Z [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext -
  8. Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3b81a1bc: startup date [Tue Mar 14 01:59:30 UTC 2017]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7960847b
  9. 2017-03-14T01:59:32,241Z [main] INFO o.s.b.f.s.DefaultListableBeanFactory -
  10. Overriding bean definition for bean 'ignoredPathsWebSecurityConfigurerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration; factoryMethodName=ignoredPathsWebSecurityConfigurerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/security/SpringBootWebSecurityConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration; factoryMethodName=ignoredPathsWebSecurityConfigurerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/ManagementWebSecurityAutoConfiguration.class]]
  11. 2017-03-14T01:59:32,335Z [main] INFO o.s.b.f.config.PropertiesFactoryBean -
  12. Loading properties file from URL [jar:file:/dashboard.jar!/BOOT-INF/lib/spring-integration-core-4.3.6.RELEASE.jar!/META-INF/spring.integration.default.properties]
  13. 2017-03-14T01:59:32,341Z [main] INFO o.s.i.config.IntegrationRegistrar -
  14. No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  15. 2017-03-14T01:59:32,689Z [main] WARN o.s.c.a.ConfigurationClassPostProcessor -
  16. Cannot enhance @Configuration bean definition 'refreshScope' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
  17. 2017-03-14T01:59:32,952Z [main] INFO o.s.cloud.context.scope.GenericScope -
  18. BeanFactory id=b48f7ba6-03b5-34c9-a6e6-3a8959873853
  19. 2017-03-14T01:59:33,025Z [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor -
  20. No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  21. 2017-03-14T01:59:33,040Z [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor -
  22. No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
  23. 2017-03-14T01:59:33,061Z [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -
  24. JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  25. 2017-03-14T01:59:33,143Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  26. Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [class org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$237fe239] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  27. 2017-03-14T01:59:33,298Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  28. Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5d14240b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  29. 2017-03-14T01:59:33,464Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  30. Bean 'loggingConfiguration' of type [class com.catapa.dashboard.configs.LoggingConfiguration$$EnhancerBySpringCGLIB$$5a3de243] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  31. 2017-03-14T01:59:33,478Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  32. Bean 'traceInterceptor' of type [class com.catapa.common.logging.TraceInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  33. 2017-03-14T01:59:33,484Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  34. Bean 'serviceAdvisor' of type [class org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  35. 2017-03-14T01:59:33,510Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  36. Bean 'controllerAdvisor' of type [class org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  37. 2017-03-14T01:59:33,539Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  38. Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [class org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$8f40ca4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  39. 2017-03-14T01:59:33,602Z [main] INFO o.s.b.f.config.PropertiesFactoryBean -
  40. Loading properties file from URL [jar:file:/dashboard.jar!/BOOT-INF/lib/spring-integration-core-4.3.6.RELEASE.jar!/META-INF/spring.integration.default.properties]
  41. 2017-03-14T01:59:33,603Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  42. Bean 'integrationGlobalProperties' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  43. 2017-03-14T01:59:33,612Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  44. Bean 'integrationGlobalProperties' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  45. 2017-03-14T01:59:33,684Z [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -
  46. Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$792e2708] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  47. 2017-03-14T01:59:34,230Z [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer -
  48. Tomcat initialized with port(s): 8086 (http)
  49. 2017-03-14T01:59:34,244Z [main] INFO o.a.catalina.core.StandardService -
  50. Starting service Tomcat
  51. 2017-03-14T01:59:34,245Z [main] INFO o.a.catalina.core.StandardEngine -
  52. Starting Servlet Engine: Apache Tomcat/8.5.6
  53. 2017-03-14T01:59:34,335Z [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] -
  54. Initializing Spring embedded WebApplicationContext
  55. 2017-03-14T01:59:34,335Z [localhost-startStop-1] INFO o.s.web.context.ContextLoader -
  56. Root WebApplicationContext: initialization completed in 3643 ms
  57. 2017-03-14T01:59:34,751Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  58. Mapping filter: 'simpleCorsFilter' to: [/*]
  59. 2017-03-14T01:59:34,752Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  60. Mapping filter: 'metricsFilter' to: [/*]
  61. 2017-03-14T01:59:34,752Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  62. Mapping filter: 'characterEncodingFilter' to: [/*]
  63. 2017-03-14T01:59:34,752Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  64. Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  65. 2017-03-14T01:59:34,752Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  66. Mapping filter: 'httpPutFormContentFilter' to: [/*]
  67. 2017-03-14T01:59:34,752Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  68. Mapping filter: 'requestContextFilter' to: [/*]
  69. 2017-03-14T01:59:34,753Z [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean -
  70. Mapping filter: 'springSecurityFilterChain' to: [/*]
  71. 2017-03-14T01:59:34,753Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  72. Mapping filter: 'webRequestLoggingFilter' to: [/*]
  73. 2017-03-14T01:59:34,753Z [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean -
  74. Mapping filter: 'applicationContextIdFilter' to: [/*]
  75. 2017-03-14T01:59:34,753Z [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean -
  76. Mapping servlet: 'dispatcherServlet' to [/]
  77. 2017-03-14T01:59:35,035Z [main] INFO o.f.c.internal.util.VersionPrinter -
  78. Flyway 3.2.1 by Boxfuse
  79. 2017-03-14T01:59:35,464Z [main] INFO o.f.c.i.dbsupport.DbSupportFactory -
  80. Database: jdbc:mysql://koi-staging-mysql.cvbvbgktzarx.ap-southeast-1.rds.amazonaws.com:3306/catapa_dashboard (MySQL 5.6)
  81. 2017-03-14T01:59:35,587Z [main] INFO o.f.core.internal.command.DbClean -
  82. Cleaned schema `catapa_dashboard` (execution time 00:00.082s)
  83. 2017-03-14T01:59:35,629Z [main] INFO o.f.core.internal.command.DbValidate -
  84. Validated 2 migrations (execution time 00:00.025s)
  85. 2017-03-14T01:59:35,655Z [main] INFO o.f.c.i.m.MetaDataTableImpl -
  86. Creating Metadata table: `catapa_dashboard`.`schema_version`
  87. 2017-03-14T01:59:35,867Z [main] INFO o.f.core.internal.command.DbMigrate -
  88. Current version of schema `catapa_dashboard`: << Empty Schema >>
  89. 2017-03-14T01:59:35,867Z [main] INFO o.f.core.internal.command.DbMigrate -
  90. Migrating schema `catapa_dashboard` to version 01.0.0 - Demo
  91. 2017-03-14T01:59:36,040Z [main] INFO o.f.core.internal.command.DbMigrate -
  92. Migrating schema `catapa_dashboard` to version 01.0.1 - Subscriber
  93. 2017-03-14T01:59:36,075Z [main] INFO o.f.core.internal.command.DbMigrate -
  94. Successfully applied 2 migrations to schema `catapa_dashboard` (execution time 00:00.423s).
  95. 2017-03-14T01:59:36,198Z [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -
  96. Building JPA container EntityManagerFactory for persistence unit 'default'
  97. 2017-03-14T01:59:36,217Z [main] INFO o.h.jpa.internal.util.LogHelper -
  98. HHH000204: Processing PersistenceUnitInfo [
  99. name: default
  100. ...]
  101. 2017-03-14T01:59:36,311Z [main] INFO org.hibernate.Version -
  102. HHH000412: Hibernate Core {5.0.11.Final}
  103. 2017-03-14T01:59:36,314Z [main] INFO org.hibernate.cfg.Environment -
  104. HHH000206: hibernate.properties not found
  105. 2017-03-14T01:59:36,315Z [main] INFO org.hibernate.cfg.Environment -
  106. HHH000021: Bytecode provider name : javassist
  107. 2017-03-14T01:59:36,378Z [main] INFO o.h.annotations.common.Version -
  108. HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  109. 2017-03-14T01:59:36,649Z [main] INFO org.hibernate.dialect.Dialect -
  110. HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  111. 2017-03-14T01:59:36,898Z [main] WARN o.h.b.i.SessionFactoryBuilderImpl -
  112. Unrecognized hbm2ddl_auto value : validate . Supported values include create, create-drop, update, and validate. Ignoring
  113. 2017-03-14T01:59:37,256Z [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -
  114. Initialized JPA EntityManagerFactory for persistence unit 'default'
  115. 2017-03-14T01:59:37,300Z [main] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext -
  116. Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restTemplateConfiguration': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'catapa.api.url' in string value "${catapa.api.url}"
  117. 2017-03-14T01:59:37,301Z [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean -
  118. Closing JPA EntityManagerFactory for persistence unit 'default'
  119. 2017-03-14T01:59:37,304Z [main] INFO o.a.catalina.core.StandardService -
  120. Stopping service Tomcat
  121. 2017-03-14T01:59:37,330Z [main] WARN o.s.boot.SpringApplication -
  122. Error handling failed (Error creating bean with name 'delegatingApplicationListener' defined in class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.config.internalTransactionAdvisor' defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor]: Factory method 'transactionAdvisor' threw exception; nested exception is java.lang.NullPointerException)
  123. 2017-03-14T01:59:37,336Z [main] ERROR o.s.boot.SpringApplication -
  124. Application startup failed
  125. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restTemplateConfiguration': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'catapa.api.url' in string value "${catapa.api.url}"
  126. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:372)
  127. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1225)
  128. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:552)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  130. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  131. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  132. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  133. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  134. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:759)
  135. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866)
  136. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
  137. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
  138. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:761)
  139. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:371)
  140. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
  141. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1186)
  142. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1175)
  143. at com.catapa.dashboard.DashboardApplication.main(DashboardApplication.java:10)
  144. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  145. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  146. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  147. at java.lang.reflect.Method.invoke(Method.java:498)
  148. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
  149. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  150. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
  151. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
  152. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'catapa.api.url' in string value "${catapa.api.url}"
  153. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:174)
  154. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
  155. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:236)
  156. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
  157. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer$2.resolveStringValue(PropertySourcesPlaceholderConfigurer.java:172)
  158. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:823)
  159. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1084)
  160. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1064)
  161. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585)
  162. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  163. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366)
  164. ... 25 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement