Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.24 KB | None | 0 0
  1. ew-public-api-customer | 2019-06-26 09:34:54.978 +0000 INFO [public_api_customer,,,,] [main] [ConfigServicePropertySourceLocator] : Fetching config from server at: http://172.25.82.166:8104
  2. config-server_1 | 2019-06-26 09:34:54.989 +0000 INFO [config-server,1dd8595950e4cf7b,1dd8595950e4cf7b,true,] [qtp350059321-23] [CustomizedJGitEnvironmentRepository] : Requested config for: application=general,general_services,public_api_customer; profile=default; label=null
  3. config-server_1 | 2019-06-26 09:34:54.990 +0000 INFO [config-server,1dd8595950e4cf7b,1dd8595950e4cf7b,true,] [qtp350059321-23] [CustomizedJGitEnvironmentRepository] : Parsed: {general=null, general_services=null, public_api_customer=null}
  4. config-server_1 | 2019-06-26 09:34:55.088 +0000 ERROR [config-server,1dd8595950e4cf7b,1dd8595950e4cf7b,true,] [qtp350059321-23] [SpringApplication] : Application startup failed
  5. config-server_1 |
  6. config-server_1 | java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  7. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:476)
  8. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:465)
  9. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:386)
  10. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.addPropertySources(ConfigFileApplicationListener.java:225)
  11. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.postProcessEnvironment(ConfigFileApplicationListener.java:195)
  12. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:182)
  13. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:168)
  14. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
  15. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
  16. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
  17. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:122)
  18. config-server_1 | at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
  19. config-server_1 | at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
  20. config-server_1 | at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:325)
  21. config-server_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:296)
  22. config-server_1 | at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
  23. config-server_1 | at org.springframework.cloud.config.server.environment.NativeEnvironmentRepository.findOne(NativeEnvironmentRepository.java:128)
  24. config-server_1 | at org.springframework.cloud.config.server.environment.AbstractScmEnvironmentRepository.findOne(AbstractScmEnvironmentRepository.java:44)
  25. config-server_1 | at org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.findOne(MultipleJGitEnvironmentRepository.java:186)
  26. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.access$001(CustomizedJGitEnvironmentRepository.java:43)
  27. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.lambda$new$1(CustomizedJGitEnvironmentRepository.java:70)
  28. config-server_1 | at com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:154)
  29. config-server_1 | at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3708)
  30. config-server_1 | at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2416)
  31. config-server_1 | at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2299)
  32. config-server_1 | at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2212)
  33. config-server_1 | at com.google.common.cache.LocalCache.get(LocalCache.java:4147)
  34. config-server_1 | at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4151)
  35. config-server_1 | at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5140)
  36. config-server_1 | at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5146)
  37. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.lambda$findOne$2(CustomizedJGitEnvironmentRepository.java:87)
  38. config-server_1 | at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
  39. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.findOne(CustomizedJGitEnvironmentRepository.java:86)
  40. config-server_1 | at org.springframework.cloud.config.server.environment.CompositeEnvironmentRepository.findOne(CompositeEnvironmentRepository.java:45)
  41. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository.findOne(EnvironmentEncryptorEnvironmentRepository.java:53)
  42. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentController.labelled(EnvironmentController.java:107)
  43. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentController.defaultLabel(EnvironmentController.java:96)
  44. config-server_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. config-server_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. config-server_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. config-server_1 | at java.lang.reflect.Method.invoke(Method.java:498)
  48. config-server_1 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  49. config-server_1 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
  50. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
  51. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
  52. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
  53. config-server_1 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
  54. config-server_1 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
  55. config-server_1 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
  56. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
  57. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  58. config-server_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  59. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  60. config-server_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  61. config-server_1 | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
  62. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
  63. config-server_1 | at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
  64. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  65. config-server_1 | at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55)
  66. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  67. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  68. config-server_1 | at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110)
  69. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  70. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  71. config-server_1 | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  72. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  73. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  74. config-server_1 | at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108)
  75. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  76. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  77. config-server_1 | at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
  78. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  79. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  80. config-server_1 | at org.springframework.cloud.sleuth.instrument.web.TraceFilter.doFilter(TraceFilter.java:164)
  81. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  82. config-server_1 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  83. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  84. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  85. config-server_1 | at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
  86. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  87. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  88. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
  89. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  90. config-server_1 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  91. config-server_1 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  92. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
  93. config-server_1 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
  94. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
  95. config-server_1 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
  96. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
  97. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
  98. config-server_1 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
  99. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
  100. config-server_1 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
  101. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  102. config-server_1 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  103. config-server_1 | at org.eclipse.jetty.server.Server.handle(Server.java:561)
  104. config-server_1 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)
  105. config-server_1 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
  106. config-server_1 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
  107. config-server_1 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)
  108. config-server_1 | at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
  109. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
  110. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
  111. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
  112. config-server_1 | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)
  113. config-server_1 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)
  114. config-server_1 | at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)
  115. config-server_1 | at java.lang.Thread.run(Thread.java:745)
  116. config-server_1 | Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  117. config-server_1 | in 'reader', line 1, column 1:
  118. config-server_1 | spring:
  119. config-server_1 | ^
  120. config-server_1 | expected <block end>, but found BlockMappingStart
  121. config-server_1 | in 'reader', line 71, column 2:
  122. config-server_1 | ew.public-api.filter.validation- ...
  123. config-server_1 | ^
  124. config-server_1 |
  125. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569)
  126. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  127. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  128. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
  129. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  130. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  131. config-server_1 | at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:84)
  132. config-server_1 | at org.yaml.snakeyaml.constructor.BaseConstructor.getData(BaseConstructor.java:104)
  133. config-server_1 | at org.yaml.snakeyaml.Yaml$1.next(Yaml.java:471)
  134. config-server_1 | at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:160)
  135. config-server_1 | at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:138)
  136. config-server_1 | at org.springframework.boot.env.YamlPropertySourceLoader$Processor.process(YamlPropertySourceLoader.java:101)
  137. config-server_1 | at org.springframework.boot.env.YamlPropertySourceLoader.load(YamlPropertySourceLoader.java:58)
  138. config-server_1 | at org.springframework.boot.env.PropertySourcesLoader.load(PropertySourcesLoader.java:127)
  139. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.doLoadIntoGroup(ConfigFileApplicationListener.java:490)
  140. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:473)
  141. config-server_1 | ... 108 common frames omitted
  142. config-server_1 |
  143. config-server_1 | 2019-06-26 09:34:55.094 +0000 ERROR [config-server,1dd8595950e4cf7b,1dd8595950e4cf7b,true,] [qtp350059321-23] [TraceFilter] : Uncaught exception thrown
  144. config-server_1 |
  145. config-server_1 | org.springframework.web.util.NestedServletException: Request processing failed; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  146. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
  147. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  148. config-server_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  149. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  150. config-server_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  151. config-server_1 | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
  152. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
  153. config-server_1 | at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
  154. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  155. config-server_1 | at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55)
  156. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  157. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  158. config-server_1 | at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110)
  159. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  160. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  161. config-server_1 | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  162. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  163. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  164. config-server_1 | at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108)
  165. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  166. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  167. config-server_1 | at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
  168. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  169. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  170. config-server_1 | at org.springframework.cloud.sleuth.instrument.web.TraceFilter.doFilter(TraceFilter.java:164)
  171. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  172. config-server_1 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  173. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  174. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  175. config-server_1 | at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
  176. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  177. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  178. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
  179. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  180. config-server_1 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  181. config-server_1 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  182. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
  183. config-server_1 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
  184. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
  185. config-server_1 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
  186. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
  187. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
  188. config-server_1 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
  189. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
  190. config-server_1 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
  191. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  192. config-server_1 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  193. config-server_1 | at org.eclipse.jetty.server.Server.handle(Server.java:561)
  194. config-server_1 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)
  195. config-server_1 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
  196. config-server_1 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
  197. config-server_1 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)
  198. config-server_1 | at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
  199. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
  200. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
  201. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
  202. config-server_1 | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)
  203. config-server_1 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)
  204. config-server_1 | at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)
  205. config-server_1 | at java.lang.Thread.run(Thread.java:745)
  206. config-server_1 | Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  207. config-server_1 | at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2218)
  208. config-server_1 | at com.google.common.cache.LocalCache.get(LocalCache.java:4147)
  209. config-server_1 | at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4151)
  210. config-server_1 | at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5140)
  211. config-server_1 | at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5146)
  212. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.lambda$findOne$2(CustomizedJGitEnvironmentRepository.java:87)
  213. config-server_1 | at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
  214. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.findOne(CustomizedJGitEnvironmentRepository.java:86)
  215. config-server_1 | at org.springframework.cloud.config.server.environment.CompositeEnvironmentRepository.findOne(CompositeEnvironmentRepository.java:45)
  216. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository.findOne(EnvironmentEncryptorEnvironmentRepository.java:53)
  217. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentController.labelled(EnvironmentController.java:107)
  218. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentController.defaultLabel(EnvironmentController.java:96)
  219. config-server_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  220. config-server_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  221. config-server_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  222. config-server_1 | at java.lang.reflect.Method.invoke(Method.java:498)
  223. ew-public-api-customer | 2019-06-26 09:34:55.147 +0000 ERROR [public_api_customer,,,,] [main] [SpringApplication] : Application startup failed
  224. config-server_1 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  225. ew-public-api-customer |
  226. config-server_1 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
  227. ew-public-api-customer | java.lang.IllegalStateException: Could not locate PropertySource and the fail fast property is set, failing
  228. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
  229. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
  230. ew-public-api-customer | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.locate(ConfigServicePropertySourceLocator.java:132)
  231. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
  232. config-server_1 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
  233. config-server_1 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
  234. config-server_1 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
  235. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
  236. config-server_1 | ... 59 common frames omitted
  237. config-server_1 | Caused by: java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  238. ew-public-api-customer | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator$$FastClassBySpringCGLIB$$fa44b2a.invoke(<generated>)
  239. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:476)
  240. ew-public-api-customer | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  241. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:465)
  242. ew-public-api-customer | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  243. ew-public-api-customer | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  244. ew-public-api-customer | at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91)
  245. ew-public-api-customer | at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287)
  246. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:386)
  247. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.addPropertySources(ConfigFileApplicationListener.java:225)
  248. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.postProcessEnvironment(ConfigFileApplicationListener.java:195)
  249. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:182)
  250. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:168)
  251. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
  252. ew-public-api-customer | at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164)
  253. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
  254. ew-public-api-customer | at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118)
  255. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
  256. ew-public-api-customer | at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:152)
  257. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:122)
  258. ew-public-api-customer | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  259. config-server_1 | at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
  260. ew-public-api-customer | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
  261. config-server_1 | at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
  262. ew-public-api-customer | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator$$EnhancerBySpringCGLIB$$cc26612c.locate(<generated>)
  263. config-server_1 | at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:325)
  264. ew-public-api-customer | at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:93)
  265. ew-public-api-customer | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:567)
  266. config-server_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:296)
  267. ew-public-api-customer | at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:338)
  268. config-server_1 | at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
  269. ew-public-api-customer | at org.springframework.boot.SpringApplication.run(SpringApplication.java:301)
  270. config-server_1 | at org.springframework.cloud.config.server.environment.NativeEnvironmentRepository.findOne(NativeEnvironmentRepository.java:128)
  271. ew-public-api-customer | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
  272. config-server_1 | at org.springframework.cloud.config.server.environment.AbstractScmEnvironmentRepository.findOne(AbstractScmEnvironmentRepository.java:44)
  273. config-server_1 | at org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.findOne(MultipleJGitEnvironmentRepository.java:186)
  274. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.access$001(CustomizedJGitEnvironmentRepository.java:43)
  275. ew-public-api-customer | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
  276. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.lambda$new$1(CustomizedJGitEnvironmentRepository.java:70)
  277. ew-public-api-customer | at com.ewt.publicapi.customer.rest.Application.main(Application.java:47)
  278. config-server_1 | at com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:154)
  279. ew-public-api-customer | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  280. config-server_1 | at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3708)
  281. ew-public-api-customer | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  282. config-server_1 | at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2416)
  283. ew-public-api-customer | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  284. config-server_1 | at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2299)
  285. ew-public-api-customer | at java.lang.reflect.Method.invoke(Method.java:498)
  286. config-server_1 | at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2212)
  287. config-server_1 | ... 83 common frames omitted
  288. config-server_1 | Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  289. config-server_1 | in 'reader', line 1, column 1:
  290. config-server_1 | spring:
  291. ew-public-api-customer | at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
  292. config-server_1 | ^
  293. ew-public-api-customer | at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  294. config-server_1 | expected <block end>, but found BlockMappingStart
  295. ew-public-api-customer | at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
  296. config-server_1 | in 'reader', line 71, column 2:
  297. ew-public-api-customer | at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:59)
  298. config-server_1 | ew.public-api.filter.validation- ...
  299. ew-public-api-customer | Caused by: org.springframework.web.client.HttpServerErrorException: 500 Server Error
  300. config-server_1 | ^
  301. ew-public-api-customer | at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:88)
  302. config-server_1 |
  303. ew-public-api-customer | at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:707)
  304. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569)
  305. ew-public-api-customer | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:660)
  306. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  307. ew-public-api-customer | at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:620)
  308. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  309. ew-public-api-customer | at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:538)
  310. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
  311. ew-public-api-customer | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.getRemoteEnvironment(ConfigServicePropertySourceLocator.java:172)
  312. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  313. ew-public-api-customer | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.locate(ConfigServicePropertySourceLocator.java:93)
  314. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  315. ew-public-api-customer | ... 27 common frames omitted
  316. config-server_1 | at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:84)
  317. ew-public-api-customer |
  318. config-server_1 | at org.yaml.snakeyaml.constructor.BaseConstructor.getData(BaseConstructor.java:104)
  319. config-server_1 | at org.yaml.snakeyaml.Yaml$1.next(Yaml.java:471)
  320. config-server_1 | at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:160)
  321. config-server_1 | at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:138)
  322. config-server_1 | at org.springframework.boot.env.YamlPropertySourceLoader$Processor.process(YamlPropertySourceLoader.java:101)
  323. config-server_1 | at org.springframework.boot.env.YamlPropertySourceLoader.load(YamlPropertySourceLoader.java:58)
  324. config-server_1 | at org.springframework.boot.env.PropertySourcesLoader.load(PropertySourcesLoader.java:127)
  325. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.doLoadIntoGroup(ConfigFileApplicationListener.java:490)
  326. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:473)
  327. config-server_1 | ... 108 common frames omitted
  328. config-server_1 |
  329. config-server_1 | 2019-06-26 09:34:55.098 +0000 WARN [config-server,,,,] [qtp350059321-23] [HttpChannel] : /general,general_services,public_api_customer/default
  330. config-server_1 |
  331. config-server_1 | org.springframework.web.util.NestedServletException: Request processing failed; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  332. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
  333. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  334. config-server_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  335. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  336. config-server_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  337. config-server_1 | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)
  338. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
  339. config-server_1 | at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
  340. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  341. config-server_1 | at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55)
  342. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  343. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  344. config-server_1 | at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110)
  345. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  346. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  347. config-server_1 | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  348. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  349. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  350. config-server_1 | at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108)
  351. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  352. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  353. config-server_1 | at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
  354. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  355. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  356. config-server_1 | at org.springframework.cloud.sleuth.instrument.web.TraceFilter.doFilter(TraceFilter.java:164)
  357. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  358. config-server_1 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  359. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  360. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  361. config-server_1 | at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
  362. config-server_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  363. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
  364. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
  365. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  366. config-server_1 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  367. config-server_1 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  368. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
  369. config-server_1 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
  370. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
  371. config-server_1 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
  372. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
  373. config-server_1 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
  374. config-server_1 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
  375. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
  376. config-server_1 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
  377. config-server_1 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  378. config-server_1 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  379. config-server_1 | at org.eclipse.jetty.server.Server.handle(Server.java:561)
  380. config-server_1 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)
  381. config-server_1 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
  382. config-server_1 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
  383. config-server_1 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)
  384. config-server_1 | at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
  385. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
  386. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
  387. config-server_1 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
  388. config-server_1 | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)
  389. config-server_1 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)
  390. config-server_1 | at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)
  391. config-server_1 | at java.lang.Thread.run(Thread.java:745)
  392. config-server_1 | Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  393. config-server_1 | at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2218)
  394. config-server_1 | at com.google.common.cache.LocalCache.get(LocalCache.java:4147)
  395. config-server_1 | at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4151)
  396. config-server_1 | at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5140)
  397. config-server_1 | at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5146)
  398. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.lambda$findOne$2(CustomizedJGitEnvironmentRepository.java:87)
  399. config-server_1 | at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
  400. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.findOne(CustomizedJGitEnvironmentRepository.java:86)
  401. config-server_1 | at org.springframework.cloud.config.server.environment.CompositeEnvironmentRepository.findOne(CompositeEnvironmentRepository.java:45)
  402. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentEncryptorEnvironmentRepository.findOne(EnvironmentEncryptorEnvironmentRepository.java:53)
  403. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentController.labelled(EnvironmentController.java:107)
  404. config-server_1 | at org.springframework.cloud.config.server.environment.EnvironmentController.defaultLabel(EnvironmentController.java:96)
  405. config-server_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  406. config-server_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  407. config-server_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  408. config-server_1 | at java.lang.reflect.Method.invoke(Method.java:498)
  409. config-server_1 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  410. config-server_1 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
  411. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
  412. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
  413. config-server_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
  414. config-server_1 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
  415. config-server_1 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
  416. config-server_1 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
  417. config-server_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
  418. config-server_1 | ... 59 common frames omitted
  419. config-server_1 | Caused by: java.lang.IllegalStateException: Failed to load property source from location 'file:/tmp/config-repo-7071015942579917419/ew-public-api-customer-config/public_api_customer.yml'
  420. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:476)
  421. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:465)
  422. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:386)
  423. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.addPropertySources(ConfigFileApplicationListener.java:225)
  424. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.postProcessEnvironment(ConfigFileApplicationListener.java:195)
  425. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:182)
  426. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:168)
  427. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
  428. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
  429. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
  430. config-server_1 | at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:122)
  431. config-server_1 | at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
  432. config-server_1 | at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
  433. config-server_1 | at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:325)
  434. config-server_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:296)
  435. config-server_1 | at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
  436. config-server_1 | at org.springframework.cloud.config.server.environment.NativeEnvironmentRepository.findOne(NativeEnvironmentRepository.java:128)
  437. config-server_1 | at org.springframework.cloud.config.server.environment.AbstractScmEnvironmentRepository.findOne(AbstractScmEnvironmentRepository.java:44)
  438. config-server_1 | at org.springframework.cloud.config.server.environment.MultipleJGitEnvironmentRepository.findOne(MultipleJGitEnvironmentRepository.java:186)
  439. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.access$001(CustomizedJGitEnvironmentRepository.java:43)
  440. config-server_1 | at com.ewt.config.CustomizedJGitEnvironmentRepository.lambda$new$1(CustomizedJGitEnvironmentRepository.java:70)
  441. config-server_1 | at com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:154)
  442. config-server_1 | at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3708)
  443. config-server_1 | at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2416)
  444. config-server_1 | at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2299)
  445. config-server_1 | at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2212)
  446. config-server_1 | ... 83 common frames omitted
  447. config-server_1 | Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  448. config-server_1 | in 'reader', line 1, column 1:
  449. config-server_1 | spring:
  450. config-server_1 | ^
  451. config-server_1 | expected <block end>, but found BlockMappingStart
  452. config-server_1 | in 'reader', line 71, column 2:
  453. config-server_1 | ew.public-api.filter.validation- ...
  454. config-server_1 | ^
  455. config-server_1 |
  456. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569)
  457. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
  458. config-server_1 | at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
  459. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
  460. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
  461. config-server_1 | at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
  462. config-server_1 | at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:84)
  463. config-server_1 | at org.yaml.snakeyaml.constructor.BaseConstructor.getData(BaseConstructor.java:104)
  464. config-server_1 | at org.yaml.snakeyaml.Yaml$1.next(Yaml.java:471)
  465. config-server_1 | at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:160)
  466. config-server_1 | at org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:138)
  467. config-server_1 | at org.springframework.boot.env.YamlPropertySourceLoader$Processor.process(YamlPropertySourceLoader.java:101)
  468. config-server_1 | at org.springframework.boot.env.YamlPropertySourceLoader.load(YamlPropertySourceLoader.java:58)
  469. config-server_1 | at org.springframework.boot.env.PropertySourcesLoader.load(PropertySourcesLoader.java:127)
  470. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.doLoadIntoGroup(ConfigFileApplicationListener.java:490)
  471. config-server_1 | at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:473)
  472. config-server_1 | ... 108 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement