Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.74 KB | None | 0 0
  1. [WARNING]
  2. [WARNING] Some problems were encountered while building the effective settings
  3. [WARNING] 'profiles.profile[imatia-artifactory].pluginRepositories.pluginRepository.id' must be unique but found duplicate repository with id central @ /home/bruno/.m2/settings.xml
  4. [WARNING]
  5. [INFO] Scanning for projects...
  6. [INFO]
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] Building imatiacloud-config 0.0.5
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO]
  11. [INFO] >>> spring-boot-maven-plugin:1.4.1.RELEASE:run (default-cli) > test-compile @ imatiacloud-config >>>
  12. [INFO]
  13. [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ imatiacloud-config ---
  14. [INFO]
  15. [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ imatiacloud-config ---
  16. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  17. [INFO] Copying 1 resource
  18. [INFO]
  19. [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ imatiacloud-config ---
  20. [INFO] Nothing to compile - all classes are up to date
  21. [INFO]
  22. [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ imatiacloud-config ---
  23. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  24. [INFO] skip non existing resourceDirectory /home/bruno/git/imatiacloud/imatiacloud-config/src/test/resources
  25. [INFO]
  26. [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ imatiacloud-config ---
  27. [INFO] No sources to compile
  28. [INFO]
  29. [INFO] <<< spring-boot-maven-plugin:1.4.1.RELEASE:run (default-cli) < test-compile @ imatiacloud-config <<<
  30. [INFO]
  31. [INFO] --- spring-boot-maven-plugin:1.4.1.RELEASE:run (default-cli) @ imatiacloud-config ---
  32. 2016-12-07 13:28:33.364 INFO 27153 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@555f9610: startup date [Wed Dec 07 13:28:33 CET 2016]; root of context hierarchy
  33. 2016-12-07 13:28:33.540 INFO 27153 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  34. 2016-12-07 13:28:33.566 INFO 27153 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$e59a483] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  35.  
  36. . ____ _ __ _ _
  37. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  38. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  39. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  40. ' |____| .__|_| |_|_| |_\__, | / / / /
  41. =========|_|==============|___/=/_/_/_/
  42. :: Spring Boot :: (v1.4.1.RELEASE)
  43.  
  44. 2016-12-07 13:28:33.992 INFO 27153 --- [ main] c.i.s.c.ImatiaCloudConfigApplication : The following profiles are active: dev,standalone
  45. 2016-12-07 13:28:34.004 INFO 27153 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@59cc30e0: startup date [Wed Dec 07 13:28:34 CET 2016]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@555f9610
  46. 2016-12-07 13:28:34.609 WARN 27153 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance @Configuration bean definition 'refreshScope' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
  47. 2016-12-07 13:28:34.743 INFO 27153 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=8d0ca91f-f294-3dbf-be3e-b88118e74be1
  48. 2016-12-07 13:28:34.753 INFO 27153 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  49. 2016-12-07 13:28:34.776 INFO 27153 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$e59a483] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  50. 2016-12-07 13:28:35.036 INFO 27153 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8888 (http)
  51. 2016-12-07 13:28:35.046 INFO 27153 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  52. 2016-12-07 13:28:35.048 INFO 27153 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.5
  53. 2016-12-07 13:28:35.115 INFO 27153 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  54. 2016-12-07 13:28:35.116 INFO 27153 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1112 ms
  55. 2016-12-07 13:28:35.355 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  56. 2016-12-07 13:28:35.360 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
  57. 2016-12-07 13:28:35.360 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  58. 2016-12-07 13:28:35.361 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  59. 2016-12-07 13:28:35.361 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  60. 2016-12-07 13:28:35.361 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  61. 2016-12-07 13:28:35.361 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  62. 2016-12-07 13:28:35.361 INFO 27153 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  63. 2016-12-07 13:28:35.423 WARN 27153 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'environmentRepository' defined in org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.config.server.environment.EnvironmentRepository]: Factory method 'environmentRepository' threw exception; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  64. 2016-12-07 13:28:35.425 INFO 27153 --- [ main] o.apache.catalina.core.StandardService : Stopping service Tomcat
  65. 2016-12-07 13:28:35.446 INFO 27153 --- [ main] utoConfigurationReportLoggingInitializer :
  66.  
  67. Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
  68. 2016-12-07 13:28:35.456 ERROR 27153 --- [ main] o.s.boot.SpringApplication : Application startup failed
  69.  
  70. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'environmentRepository' defined in org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.config.server.environment.EnvironmentRepository]: Factory method 'environmentRepository' threw exception; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  71. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  72. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1128) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  73. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1023) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  74. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  76. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  77. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  78. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  79. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  80. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:751) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  81. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861) ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  82. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541) ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  83. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  84. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:761) [spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  85. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:371) [spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  86. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  87. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1186) [spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  88. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1175) [spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  89. at com.imatia.smartgovernment.cloud.ImatiaCloudConfigApplication.main(ImatiaCloudConfigApplication.java:17) [classes/:na]
  90. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_111]
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_111]
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_111]
  93. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_111]
  94. at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:506) [spring-boot-maven-plugin-1.4.1.RELEASE.jar:1.4.1.RELEASE]
  95. at java.lang.Thread.run(Thread.java:745) [na:1.8.0_111]
  96. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.config.server.environment.EnvironmentRepository]: Factory method 'environmentRepository' threw exception; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  97. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  98. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  99. ... 24 common frames omitted
  100. Caused by: java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  101. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration.environmentRepository(EnvironmentRepositoryConfiguration.java:78) ~[spring-cloud-config-server-1.2.0.RELEASE.jar:1.2.0.RELEASE]
  102. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration$$EnhancerBySpringCGLIB$$f4d20923.CGLIB$environmentRepository$0(<generated>) ~[spring-cloud-config-server-1.2.0.RELEASE.jar:1.2.0.RELEASE]
  103. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration$$EnhancerBySpringCGLIB$$f4d20923$$FastClassBySpringCGLIB$$6339db67.invoke(<generated>) ~[spring-cloud-config-server-1.2.0.RELEASE.jar:1.2.0.RELEASE]
  104. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  105. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356) ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  106. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration$$EnhancerBySpringCGLIB$$f4d20923.environmentRepository(<generated>) ~[spring-cloud-config-server-1.2.0.RELEASE.jar:1.2.0.RELEASE]
  107. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_111]
  108. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_111]
  109. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_111]
  110. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_111]
  111. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
  112. ... 25 common frames omitted
  113. Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.api.TransportCommand
  114. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_111]
  115. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_111]
  116. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_111]
  117. ... 36 common frames omitted
  118.  
  119. [WARNING]
  120. java.lang.reflect.InvocationTargetException
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  124. at java.lang.reflect.Method.invoke(Method.java:498)
  125. at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:506)
  126. at java.lang.Thread.run(Thread.java:745)
  127. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'environmentRepository' defined in org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.config.server.environment.EnvironmentRepository]: Factory method 'environmentRepository' threw exception; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  128. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1128)
  130. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1023)
  131. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  132. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  133. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  134. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  135. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  136. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  137. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:751)
  138. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
  139. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
  140. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
  141. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:761)
  142. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:371)
  143. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
  144. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1186)
  145. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1175)
  146. at com.imatia.smartgovernment.cloud.ImatiaCloudConfigApplication.main(ImatiaCloudConfigApplication.java:17)
  147. ... 6 more
  148. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.config.server.environment.EnvironmentRepository]: Factory method 'environmentRepository' threw exception; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  149. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  150. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  151. ... 24 more
  152. Caused by: java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand
  153. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration.environmentRepository(EnvironmentRepositoryConfiguration.java:78)
  154. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration$$EnhancerBySpringCGLIB$$f4d20923.CGLIB$environmentRepository$0(<generated>)
  155. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration$$EnhancerBySpringCGLIB$$f4d20923$$FastClassBySpringCGLIB$$6339db67.invoke(<generated>)
  156. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  157. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356)
  158. at org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration$$EnhancerBySpringCGLIB$$f4d20923.environmentRepository(<generated>)
  159. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  160. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  161. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  162. at java.lang.reflect.Method.invoke(Method.java:498)
  163. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  164. ... 25 more
  165. Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.api.TransportCommand
  166. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  167. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  168. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  169. ... 36 more
  170. [INFO] ------------------------------------------------------------------------
  171. [INFO] BUILD FAILURE
  172. [INFO] ------------------------------------------------------------------------
  173. [INFO] Total time: 4.794 s
  174. [INFO] Finished at: 2016-12-07T13:28:35+01:00
  175. [INFO] Final Memory: 44M/782M
  176. [INFO] ------------------------------------------------------------------------
  177. [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.4.1.RELEASE:run (default-cli) on project imatiacloud-config: An exception occurred while running. null: InvocationTargetException: Error creating bean with name 'environmentRepository' defined in org.springframework.cloud.config.server.config.EnvironmentRepositoryConfiguration$GitRepositoryConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cloud.config.server.environment.EnvironmentRepository]: Factory method 'environmentRepository' threw exception; nested exception is java.lang.NoClassDefFoundError: org/eclipse/jgit/api/TransportCommand: org.eclipse.jgit.api.TransportCommand -> [Help 1]
  178. [ERROR]
  179. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  180. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  181. [ERROR]
  182. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  183. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement