Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.66 KB | None | 0 0
  1. _ _ _
  2. | | (_) (_)
  3. | | _ _ __ _ _ _ ___
  4. | | | || '_ \ | || | | |/ __|
  5. | |____ | || | | || || |_| |\__ \
  6. |______||_||_| |_||_| \__,_||___/
  7.  
  8. 2018-03-05 10:54:03.361 INFO 5660 --- [ main] com.linius.discover.DiscoverApp : Starting DiscoverApp v1.0-SNAPSHOT on localhost.localdomain with PID 5660 (/var/lib/linius-discovery/linius-discovery.jar s
  9. tarted by linius in /var/lib/linius-discovery)
  10. 2018-03-05 10:54:03.365 INFO 5660 --- [ main] com.linius.discover.DiscoverApp : The following profiles are active: v1,v2,internal-api
  11. 2018-03-05 10:54:08.001 INFO 5660 --- [ main] o.f.core.internal.util.VersionPrinter : Flyway 3.2.1 by Boxfuse
  12. 2018-03-05 10:54:08.108 INFO 5660 --- [ main] o.f.c.i.dbsupport.DbSupportFactory : Database: jdbc:postgresql://127.0.0.1:5432/linius (PostgreSQL 9.6)
  13. 2018-03-05 10:54:08.172 INFO 5660 --- [ main] o.f.core.internal.command.DbValidate : Validated 15 migrations (execution time 00:00.029s)
  14. 2018-03-05 10:54:08.195 INFO 5660 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": 1.1.0
  15. 2018-03-05 10:54:08.210 INFO 5660 --- [ main] o.f.core.internal.command.DbMigrate : Schema "public" is up to date. No migration necessary.
  16. 2018-03-05 10:54:08.885 WARN 5660 --- [ main] org.hibernate.cfg.AnnotationBinder : HHH000457: Joined inheritance hierarchy [com.linius.model.Playable] defined explicit @DiscriminatorColumn. Legacy Hibernat
  17. e behavior was to ignore the @DiscriminatorColumn. However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn. If you would prefer the legacy behavior, enable the `hibernate.discriminator.ignore_exp
  18. licit_for_joined` setting (hibernate.discriminator.ignore_explicit_for_joined=true)
  19. 2018-03-05 10:54:10.168 INFO 5660 --- [ main] c.l.s.c.storage.ContainerStorageConfig : Init ContainerStorageMongoImpl
  20. 2018-03-05 10:54:11.924 INFO 5660 --- [ main] c.l.discover.configs.DataStoreConfig : Init S3AsyncStorage
  21. 2018-03-05 10:54:12.166 WARN 5660 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.Unsatis
  22. fiedDependencyException: Error creating bean with name 'uploadController': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException
  23. : Error creating bean with name 'uploadService' defined in URL [jar:file:/var/lib/linius-discovery/linius-discovery.jar!/BOOT-INF/classes!/com/linius/discover/service/UploadService.class]: Unsatisfied dependency expressed t
  24. hrough constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'discoverService' defined in URL [jar:file:/var/lib/linius-discovery/linius
  25. -discovery.jar!/BOOT-INF/classes!/com/linius/discover/service/DiscoverService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationExcep
  26. tion: Error creating bean with name 'S3AsyncStorage' defined in class path resource [com/linius/discover/configs/DataStoreConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.
  27. beans.BeanInstantiationException: Failed to instantiate [com.linius.discover.service.datastore.DataStoreService]: Factory method 's3AsyncDataStoreService' threw exception; nested exception is java.lang.IllegalArgumentExcept
  28. ion: Cannot create enum from {placeholder} value!
  29. 2018-03-05 10:54:12.190 ERROR 5660 --- [ main] o.s.boot.SpringApplication : Application startup failed
  30.  
  31. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadController': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.bea
  32. ns.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadService' defined in URL [jar:file:/var/lib/linius-discovery/linius-discovery.jar!/BOOT-INF/classes!/com/linius/discover/service/UploadService.c
  33. lass]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'discoverService' defined in URL [
  34. jar:file:/var/lib/linius-discovery/linius-discovery.jar!/BOOT-INF/classes!/com/linius/discover/service/DiscoverService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.spring
  35. framework.beans.factory.BeanCreationException: Error creating bean with name 'S3AsyncStorage' defined in class path resource [com/linius/discover/configs/DataStoreConfig.class]: Bean instantiation via factory method failed;
  36. nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linius.discover.service.datastore.DataStoreService]: Factory method 's3AsyncDataStoreService' threw exception; nested exc
  37. eption is java.lang.IllegalArgumentException: Cannot create enum from {placeholder} value!
  38. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  39. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  40. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  41. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1264) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  42. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  43. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  44. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  45. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  46. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  47. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  48. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  49. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  50. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  51. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
  52. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) ~[spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
  53. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) ~[spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
  54. at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
  55. at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
  56. at com.linius.discover.DiscoverApp.main(DiscoverApp.java:14) [classes!/:1.0-SNAPSHOT]
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_162]
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_162]
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_162]
  60. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_162]
  61. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [linius-discovery.jar:1.0-SNAPSHOT]
  62. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [linius-discovery.jar:1.0-SNAPSHOT]
  63. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [linius-discovery.jar:1.0-SNAPSHOT]
  64. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [linius-discovery.jar:1.0-SNAPSHOT]
  65. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [linius-discovery.jar:1.0-SNAPSHOT]
  66. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadService' defined in URL [jar:file:/var/lib/linius-discovery/linius-discovery.jar!/BOOT-INF/classes!/com/liniu
  67. s/discover/service/UploadService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name
  68. 'discoverService' defined in URL [jar:file:/var/lib/linius-discovery/linius-discovery.jar!/BOOT-INF/classes!/com/linius/discover/service/DiscoverService.class]: Unsatisfied dependency expressed through constructor parameter
  69. 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'S3AsyncStorage' defined in class path resource [com/linius/discover/configs/DataStoreConfig.class]: Bean instan
  70. tiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linius.discover.service.datastore.DataStoreService]: Factory method 's3AsyncDataStoreSe
  71. rvice' threw exception; nested exception is java.lang.IllegalArgumentException: Cannot create enum from {placeholder} value!
  72. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  73. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  74. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  76. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  77. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  78. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  79. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  80. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  81. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  82. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  83. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  84. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  85. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  86. ... 26 common frames omitted
  87. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'discoverService' defined in URL [jar:file:/var/lib/linius-discovery/linius-discovery.jar!/BOOT-INF/classes!/com/lin
  88. ius/discover/service/DiscoverService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'S3As
  89. yncStorage' defined in class path resource [com/linius/discover/configs/DataStoreConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed
  90. to instantiate [com.linius.discover.service.datastore.DataStoreService]: Factory method 's3AsyncDataStoreService' threw exception; nested exception is java.lang.IllegalArgumentException: Cannot create enum from {placeholder
  91. } value!
  92. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  93. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  94. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  95. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  96. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  98. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  99. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  100. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  101. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  102. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  103. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  104. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  105. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  106. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  107. ... 39 common frames omitted
  108. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'S3AsyncStorage' defined in class path resource [com/linius/discover/configs/DataStoreConfig.class]: Bean instantiation via f
  109. actory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linius.discover.service.datastore.DataStoreService]: Factory method 's3AsyncDataStoreService' threw
  110. exception; nested exception is java.lang.IllegalArgumentException: Cannot create enum from {placeholder} value!
  111. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  112. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  113. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  114. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  115. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  116. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  117. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  118. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  119. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  120. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  121. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  122. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  123. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  124. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  125. ... 53 common frames omitted
  126. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linius.discover.service.datastore.DataStoreService]: Factory method 's3AsyncDataStoreService' threw exception; nested exception is
  127. java.lang.IllegalArgumentException: Cannot create enum from {placeholder} value!
  128. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  129. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  130. ... 66 common frames omitted
  131. Caused by: java.lang.IllegalArgumentException: Cannot create enum from {placeholder} value!
  132. at com.amazonaws.regions.Regions.fromName(Regions.java:79) ~[aws-java-sdk-core-1.11.259.jar!/:na]
  133. at com.linius.discover.service.datastore.s3.impl.AbstractS3DataStore.<init>(AbstractS3DataStore.java:42) ~[classes!/:1.0-SNAPSHOT]
  134. at com.linius.discover.service.datastore.s3.impl.S3AsyncDataStoreServiceImpl.<init>(S3AsyncDataStoreServiceImpl.java:35) ~[classes!/:1.0-SNAPSHOT]
  135. at com.linius.discover.configs.DataStoreConfig.s3AsyncDataStoreService(DataStoreConfig.java:44) ~[classes!/:1.0-SNAPSHOT]
  136. at com.linius.discover.configs.DataStoreConfig$$EnhancerBySpringCGLIB$$23567373.CGLIB$s3AsyncDataStoreService$1(<generated>) ~[classes!/:1.0-SNAPSHOT]
  137. at com.linius.discover.configs.DataStoreConfig$$EnhancerBySpringCGLIB$$23567373$$FastClassBySpringCGLIB$$2f953811.invoke(<generated>) ~[classes!/:1.0-SNAPSHOT]
  138. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  139. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) ~[spring-context-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  140. at com.linius.discover.configs.DataStoreConfig$$EnhancerBySpringCGLIB$$23567373.s3AsyncDataStoreService(<generated>) ~[classes!/:1.0-SNAPSHOT]
  141. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_162]
  142. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_162]
  143. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_162]
  144. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_162]
  145. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE]
  146. ... 67 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement