Advertisement
Guest User

Untitled

a guest
Apr 12th, 2018
1,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.90 KB | None | 0 0
  1. ➤ k logs -f base-69cb4ffff-skw7x
  2. + export PROFILES=qa
  3. + PROFILES=qa
  4. + /etc/init.d/filebeat start
  5. 2018-04-12T09:50:31.963Z INFO instance/beat.go:468 Home path: [/usr/share/filebeat] Config path: [/etc/filebeat] Data path: [/var/lib/filebeat] Logs path: [/var/log/filebeat]
  6. 2018-04-12T09:50:31.963Z INFO instance/beat.go:475 Beat UUID: eeb4093b-c7d5-4ebf-8a5e-1c0a540e10e6
  7. 2018-04-12T09:50:31.963Z INFO instance/beat.go:213 Setup Beat: filebeat; Version: 6.2.2
  8. 2018-04-12T09:50:31.964Z INFO pipeline/module.go:76 Beat name: base-69cb4ffff-skw7x
  9. Config OK
  10. + java -Xmx200m -DSPRING_CONFIG_URI=http://operr-v3-config:8888 -jar -Dspring.profiles.active=qa /app/operr-v3-base-3.0.0.jar
  11. 09:50:33.272 [main] INFO com.operr.OperrBaseApplication - Start base application ...
  12. 2018-04-12 09:50:36.589 INFO [operr-v3-base,,,] 20 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@47fd17e3: startup date [Thu Apr 12 09:50:36 UTC 2018]; root of context hierarchy
  13. 2018-04-12 09:50:37.931 INFO [operr-v3-base,,,] 20 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  14. 2018-04-12 09:50:38.856 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$dda21c1f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2018-04-12 09:50:38.908 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$3f886f7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16.  
  17. ____ ____ ___ _
  18. / __ \ |___ \ / _ \ | |
  19. | | | |_ __ ___ _ __ _ __ __) | | | | ______ | |__ __ _ ___ ___
  20. | | | | '_ \ / _ \ '__| '__| |__ <| | | | |______| | '_ \ / _` / __|/ _ \
  21. | |__| | |_) | __/ | | | ___) | |_| | | |_) | (_| \__ \ __/
  22. \____/| .__/ \___|_| |_| |____(_)___/ |_.__/ \__,_|___/\___|
  23. | |
  24. |_|
  25.  
  26. 2018-04-12 09:50:40.575 INFO [operr-v3-base,,,] 20 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://operr-v3-config:8888
  27. 2018-04-12 09:50:41.791 INFO [operr-v3-base,,,] 20 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=operr-v3-base, profiles=[qa], label=dev, version=6ea89f1165e1d75d8c916595428b271f2a04827b, state=null
  28. 2018-04-12 09:50:41.792 INFO [operr-v3-base,,,] 20 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: CompositePropertySource [name='configService', propertySources=[MapPropertySource {name='configClient'}, MapPropertySource {name='git@github.com:CACSPC/operr-v3-configure.git/operr-v3-base-qa.yml'}]]
  29. 2018-04-12 09:50:41.897 INFO [operr-v3-base,,,] 20 --- [ main] com.operr.OperrBaseApplication : The following profiles are active: qa
  30. 2018-04-12 09:50:41.955 INFO [operr-v3-base,,,] 20 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6e38921c: startup date [Thu Apr 12 09:50:41 UTC 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@47fd17e3
  31. 2018-04-12 09:50:45.310 INFO [operr-v3-base,,,] 20 --- [ main] o.s.i.config.IntegrationRegistrar : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  32. 2018-04-12 09:50:45.447 INFO [operr-v3-base,,,] 20 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' 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.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.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.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
  33. 2018-04-12 09:50:45.546 INFO [operr-v3-base,,,] 20 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  34. 2018-04-12 09:50:45.833 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.SequenceIdRepository.
  35. 2018-04-12 09:50:45.847 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.audit.AuditRepository.
  36. 2018-04-12 09:50:45.867 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.base.FareCalTypeRepository.
  37. 2018-04-12 09:50:46.205 INFO [operr-v3-base,,,] 20 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  38. 2018-04-12 09:50:46.743 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyAPIDataRepository.
  39. 2018-04-12 09:50:46.744 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.postalcode.CountyRepository.
  40. 2018-04-12 09:50:46.744 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.postalcode.PostalCodeRepository.
  41. 2018-04-12 09:50:46.746 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyAPIParamsRepository.
  42. 2018-04-12 09:50:46.749 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyAPICellRepository.
  43. 2018-04-12 09:50:46.749 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.company.CompanyRepository.
  44. 2018-04-12 09:50:46.756 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.DriverRepository.
  45. 2018-04-12 09:50:46.759 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.postalcode.StateRepository.
  46. 2018-04-12 09:50:46.760 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.promo.PromoRepository.
  47. 2018-04-12 09:50:46.761 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.base.FareCalTypeRepository.
  48. 2018-04-12 09:50:46.762 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.CustomerRepository.
  49. 2018-04-12 09:50:46.766 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.credentials.CredentialsRepository.
  50. 2018-04-12 09:50:46.767 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.BaseConfigRepository.
  51. 2018-04-12 09:50:46.767 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.filter.TrustListRepository.
  52. 2018-04-12 09:50:46.772 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.baseAgency.BaseAgencyRepository.
  53. 2018-04-12 09:50:46.772 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.zone.ZoneRepository.
  54. 2018-04-12 09:50:46.774 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.zone.ZipcodeCountyRepository.
  55. 2018-04-12 09:50:46.777 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.base.BaseRepository.
  56. 2018-04-12 09:50:46.778 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.AdminRepository.
  57. 2018-04-12 09:50:46.779 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.content.ContentRepository.
  58. 2018-04-12 09:50:46.779 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.ratebook.RatebookRepository.
  59. 2018-04-12 09:50:46.781 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyTripTaskRepository.
  60. 2018-04-12 09:50:46.781 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyRepository.
  61. 2018-04-12 09:50:46.782 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.zone.ZoneZipcodeRepository.
  62. 2018-04-12 09:50:46.871 INFO [operr-v3-base,,,] 20 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  63. 2018-04-12 09:50:47.462 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyAPIDataRepository.
  64. 2018-04-12 09:50:47.468 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.postalcode.CountyRepository.
  65. 2018-04-12 09:50:47.470 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.postalcode.PostalCodeRepository.
  66. 2018-04-12 09:50:47.475 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyAPIParamsRepository.
  67. 2018-04-12 09:50:47.478 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyAPICellRepository.
  68. 2018-04-12 09:50:47.480 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.company.CompanyRepository.
  69. 2018-04-12 09:50:47.487 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.SequenceIdRepository.
  70. 2018-04-12 09:50:47.487 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.DriverRepository.
  71. 2018-04-12 09:50:47.488 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.audit.AuditRepository.
  72. 2018-04-12 09:50:47.488 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.postalcode.StateRepository.
  73. 2018-04-12 09:50:47.488 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.promo.PromoRepository.
  74. 2018-04-12 09:50:47.489 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.base.FareCalTypeRepository.
  75. 2018-04-12 09:50:47.489 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.CustomerRepository.
  76. 2018-04-12 09:50:47.489 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.credentials.CredentialsRepository.
  77. 2018-04-12 09:50:47.493 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.BaseConfigRepository.
  78. 2018-04-12 09:50:47.495 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.filter.TrustListRepository.
  79. 2018-04-12 09:50:47.495 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.baseAgency.BaseAgencyRepository.
  80. 2018-04-12 09:50:47.496 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.zone.ZoneRepository.
  81. 2018-04-12 09:50:47.497 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.zone.ZipcodeCountyRepository.
  82. 2018-04-12 09:50:47.499 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.base.BaseRepository.
  83. 2018-04-12 09:50:47.503 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.common.db.repository.AdminRepository.
  84. 2018-04-12 09:50:47.506 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.content.ContentRepository.
  85. 2018-04-12 09:50:47.507 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.ratebook.RatebookRepository.
  86. 2018-04-12 09:50:47.508 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyTripTaskRepository.
  87. 2018-04-12 09:50:47.515 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.agency.AgencyRepository.
  88. 2018-04-12 09:50:47.515 INFO [operr-v3-base,,,] 20 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.operr.base.repository.zone.ZoneZipcodeRepository.
  89. 2018-04-12 09:50:48.063 INFO [operr-v3-base,,,] 20 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'redisTemplate' 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.data.redis.RedisAutoConfiguration$RedisConfiguration; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration$RedisConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=scopedTarget.redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in com.operr.base.conf.RedisConfig]
  90. 2018-04-12 09:50:48.064 INFO [operr-v3-base,,,] 20 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.jdbc.DataSourceConfiguration$Generic; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=scopedTarget.druidDBConfig; factoryMethodName=dataSource; initMethodName=init; destroyMethodName=close; defined in com.operr.base.conf.DruidDBConfig]
  91. 2018-04-12 09:50:49.051 INFO [operr-v3-base,,,] 20 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=0eb1aeaf-ea11-3e3e-aa7a-b19adad457ea
  92. 2018-04-12 09:50:49.272 INFO [operr-v3-base,,,] 20 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  93. 2018-04-12 09:50:49.305 INFO [operr-v3-base,,,] 20 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
  94. 2018-04-12 09:50:49.385 INFO [operr-v3-base,,,] 20 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  95. 2018-04-12 09:50:49.608 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.base.service.feign.ComplianceFeignService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  96. 2018-04-12 09:50:49.619 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.MessageServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  97. 2018-04-12 09:50:49.623 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.CustomerServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  98. 2018-04-12 09:50:49.630 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.BillingServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  99. 2018-04-12 09:50:49.637 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.PbxServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  100. 2018-04-12 09:50:49.647 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.ComplianceServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  101. 2018-04-12 09:50:49.648 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.CoreServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  102. 2018-04-12 09:50:49.650 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.BaseServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  103. 2018-04-12 09:50:49.652 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.operr.common.service.feign.DriverServiceFeignAPI' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  104. 2018-04-12 09:50:49.737 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration$DefaultAsyncConfigurerSupport' of type [org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration$DefaultAsyncConfigurerSupport$$EnhancerBySpringCGLIB$$252021bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  105. 2018-04-12 09:50:50.059 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.kafka.annotation.KafkaBootstrapConfiguration' of type [org.springframework.kafka.annotation.KafkaBootstrapConfiguration$$EnhancerBySpringCGLIB$$bb90957d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  106. 2018-04-12 09:50:50.360 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.annotation.SleuthAnnotationAutoConfiguration' of type [org.springframework.cloud.sleuth.annotation.SleuthAnnotationAutoConfiguration$$EnhancerBySpringCGLIB$$ea43ca2c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  107. 2018-04-12 09:50:50.829 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'sleuthAdvisorConfig' of type [org.springframework.cloud.sleuth.annotation.SleuthAdvisorConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  108. 2018-04-12 09:50:50.910 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e7de83fa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  109. 2018-04-12 09:50:51.194 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$$EnhancerBySpringCGLIB$$12581b64] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  110. 2018-04-12 09:50:51.227 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  111. 2018-04-12 09:50:51.243 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'security.oauth2.client-org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties' of type [org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  112. 2018-04-12 09:50:51.271 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration' of type [org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration$$EnhancerBySpringCGLIB$$9f283ffa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  113. 2018-04-12 09:50:51.348 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'resourceServerProperties' of type [org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  114. 2018-04-12 09:50:51.454 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$1a0b2a3b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  115. 2018-04-12 09:50:51.668 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationGlobalProperties' of type [org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  116. 2018-04-12 09:50:51.685 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationGlobalProperties' of type [java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  117. 2018-04-12 09:50:51.947 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$3f886f7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  118. 2018-04-12 09:50:52.007 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignClientAutoConfiguration$FeignBeanPostProcessorConfiguration' of type [org.springframework.cloud.sleuth.instrument.web.client.feign.TraceFeignClientAutoConfiguration$FeignBeanPostProcessorConfiguration$$EnhancerBySpringCGLIB$$27705cc0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  119. 2018-04-12 09:50:52.082 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration' of type [org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration$$EnhancerBySpringCGLIB$$cfc23019] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  120. 2018-04-12 09:50:52.140 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$TraceOAuthConfiguration' of type [org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$TraceOAuthConfiguration$$EnhancerBySpringCGLIB$$2cdb1659] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  121. 2018-04-12 09:50:52.194 INFO [operr-v3-base,,,] 20 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration' of type [org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$$EnhancerBySpringCGLIB$$94714f79] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  122. 2018-04-12 09:50:53.199 INFO [operr-v3-base,,,] 20 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 9072 (http)
  123. 2018-04-12 09:50:53.249 INFO [operr-v3-base,,,] 20 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  124. 2018-04-12 09:50:53.257 INFO [operr-v3-base,,,] 20 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.23
  125. 2018-04-12 09:50:53.416 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  126. 2018-04-12 09:50:53.417 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 11462 ms
  127. 2018-04-12 09:50:54.525 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
  128. 2018-04-12 09:50:54.525 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  129. 2018-04-12 09:50:54.526 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'traceFilter' to: [/*]
  130. 2018-04-12 09:50:54.526 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  131. 2018-04-12 09:50:54.526 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  132. 2018-04-12 09:50:54.527 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  133. 2018-04-12 09:50:54.529 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  134. 2018-04-12 09:50:54.529 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  135. 2018-04-12 09:50:54.529 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webStatFilter' to urls: [/*]
  136. 2018-04-12 09:50:54.530 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  137. 2018-04-12 09:50:54.530 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  138. 2018-04-12 09:50:54.532 INFO [operr-v3-base,,,] 20 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'statViewServlet' to [/druid/*]
  139. Thu Apr 12 09:50:54 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  140. Thu Apr 12 09:50:55 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  141. Thu Apr 12 09:50:55 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  142. Thu Apr 12 09:50:55 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  143. Thu Apr 12 09:50:55 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  144. 2018-04-12 09:50:55.213 INFO [operr-v3-base,,,] 20 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  145. 2018-04-12 09:50:55.472 INFO [operr-v3-base,,,] 20 --- [ main] o.f.core.internal.util.VersionPrinter : Flyway 4.2.0 by Boxfuse
  146. Thu Apr 12 09:50:55 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  147. 2018-04-12 09:50:55.504 INFO [operr-v3-base,,,] 20 --- [ main] o.f.c.i.dbsupport.DbSupportFactory : Database: jdbc:mysql://54.152.228.249:3306/operr_v3_qa?characterEncoding=UTF-8 (MySQL 5.7)
  148. 2018-04-12 09:50:55.603 INFO [operr-v3-base,,,] 20 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema `operr_v3_qa`: 20180123170924
  149. 2018-04-12 09:50:55.607 WARN [operr-v3-base,,,] 20 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: Schema `operr_v3_qa` contains a failed migration to version 20180123170924 !
  150. 2018-04-12 09:50:55.612 INFO [operr-v3-base,,,] 20 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  151. 2018-04-12 09:50:55.615 INFO [operr-v3-base,,,] 20 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  152. 2018-04-12 09:50:55.647 INFO [operr-v3-base,,,] 20 --- [ main] utoConfigurationReportLoggingInitializer :
  153.  
  154. Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
  155. 2018-04-12 09:50:55.654 ERROR [operr-v3-base,,,] 20 --- [ main] o.s.boot.SpringApplication : Application startup failed
  156.  
  157. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: Schema `operr_v3_qa` contains a failed migration to version 20180123170924 !
  158. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1628)
  159. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555)
  160. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  161. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  162. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  163. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  164. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  165. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:296)
  166. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  167. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1080)
  168. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857)
  169. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
  170. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
  171. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
  172. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
  173. at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
  174. at com.operr.OperrBaseApplication.main(OperrBaseApplication.java:56)
  175. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  176. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  177. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  178. at java.lang.reflect.Method.invoke(Method.java:498)
  179. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
  180. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  181. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
  182. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
  183. Caused by: org.flywaydb.core.api.FlywayException: Schema `operr_v3_qa` contains a failed migration to version 20180123170924 !
  184. at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:193)
  185. at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:146)
  186. at org.flywaydb.core.internal.dbsupport.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
  187. at org.flywaydb.core.internal.dbsupport.mysql.MySQLDbSupport.lock(MySQLDbSupport.java:129)
  188. at org.flywaydb.core.internal.metadatatable.MetaDataTableImpl.lock(MetaDataTableImpl.java:174)
  189. at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:146)
  190. at org.flywaydb.core.Flyway$1.execute(Flyway.java:1010)
  191. at org.flywaydb.core.Flyway$1.execute(Flyway.java:971)
  192. at org.flywaydb.core.Flyway.execute(Flyway.java:1464)
  193. at org.flywaydb.core.Flyway.migrate(Flyway.java:971)
  194. at org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer.afterPropertiesSet(FlywayMigrationInitializer.java:66)
  195. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687)
  196. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624)
  197. ... 24 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement