Closed maspen closed 9 years ago
@maspen is this still an issue? It doesn't have problems building on the command line or in my IDE.
@spencergibb cloned a new copy & did "mvn spring-boot:run":
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.demo:configserver:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:animal-sniffer-maven-plugin is missing. @ org.springframework.cloud:spring-cloud-build:1.0.0.BUILD-SNAPSHOT, C:\Users\matt.aspen.m2\repository\org\springframework\cloud\spring-cloud-build\1.0.0.BUILD-SNAPSHOT\spring-cloud-build-1.0.0.BUILD-SNAPSHOT.pom, line 182, column 23
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.springframework.cloud:spring-cloud-starter-parent:1.0.0.BUILD-SNAPSHOT, C:\Users\matt.aspen.m2\repository\org\springframework\cloud\spring-cloud-starter-parent\1.0.0.BUILD-SNAPSHOT\spring-cloud-starter-parent-1.0.0.BUILD-SNAPSHOT.pom, line 182, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Config Server 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:1.2.0.BUILD-SNAPSHOT:run (default-cli) > test-compile @ configserver >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ configserver ---
[INFO]
[INFO] --- git-commit-id-plugin:2.1.11:revision (default) @ configserver ---
[info] dotGitDirectory C:\Users\matt.aspen_workspace_spring_configerver\configserver.git
[info] git.build.user.name maspen
[info] git.build.user.email mattaspen@gmail.com
[info] git.branch master
[info] Tag refs [ [Ref[refs/tags/v1.0.0.M3=65416486c86179e7a2d9b2d9806456b223bcd775]] ]
[info] Created map: [ {} ]
[info] HEAD is [ fc52f417ab93f618abb3da373681df8edb9d478d ]
[info] Repo is in dirty state [ false ]
[info] git.commit.id.describe fc52f41
[info] git.commit.id fc52f417ab93f618abb3da373681df8edb9d478d
[info] git.commit.id.abbrev fc52f41
[info] git.commit.user.name Dave Syer
[info] git.commit.user.email dsyer@pivotal.io
[info] git.commit.message.full Change default to not install config server health indicator by default
[info] git.commit.message.short Change default to not install config server health indicator by default [info] git.commit.time 2014-12-09T09:36:55-0800 [info] git.remote.origin.url https://github.com/spring-cloud-samples/configserver.git [info] git.tags [info] git.build.time 2014-12-10T14:06:48-0800 [info] git.commit.id.describe-short fc52f41 [info] found property git.tags [info] found property git.commit.id.abbrev [info] found property git.commit.user.email [info] found property git.commit.message.full [info] found property git.commit.id [info] found property git.commit.id.describe-short [info] found property git.commit.message.short [info] found property git.commit.user.name [info] found property git.build.user.name [info] found property git.commit.id.describe [info] found property git.build.user.email [info] found property git.branch [info] found property git.commit.time [info] found property git.build.time [info] found property git.remote.origin.url [info] Writing properties file to [ C:\Users\matt.aspen_workspace_spring_configerver\configserver\target\classes\git.properties ](for module Config Server)... [info] Config Server ] project Config Server [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ configserver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ configserver --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ configserver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Users\matt.aspen_workspace_spring_configerver\configserver\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ configserver --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< spring-boot-maven-plugin:1.2.0.BUILD-SNAPSHOT:run (default-cli) < test-compile @ configserver <<< [INFO] [INFO] --- spring-boot-maven-plugin:1.2.0.BUILD-SNAPSHOT:run (default-cli) @ configserver --- 2014-12-10 14:06:49.972 INFO 12588 --- [lication.main()] demo.ConfigServerApplication : Starting ConfigServerApplication on INT002520 with PID 12588 (C:\Users\matt.aspen_workspace_spring_configerver\configserver\target\classes started by matt.aspen in C:\Users\matt.aspen_workspace_spring_configerver\configserver) 2014-12-10 14:06:50.042 INFO 12588 --- [lication.main()] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6b8d2c12: startup date [Wed Dec 10 14:06:50 PST 2014]; root of context hierarchy 2014-12-10 14:06:50.212 INFO 12588 --- [lication.main()] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2014-12-10 14:06:50.332 WARN 12588 --- [lication.main()] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 common frames omitted
2014-12-10 14:06:50.332 INFO 12588 --- [lication.main()] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/C:/Users/matt.aspen/_workspace_spring_configerver/configserver/src/main/resources/, file:/C:/Users/matt.aspen/_workspace_spring_configerver/configserver/src/main/resources/, file:/C:/Users/matt.aspen/_workspace_spring_configerver/configserver/target/classes/, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-config-client/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-client-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.0-RC13/ribbon-loadbalancer-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.0-RC13/ribbon-httpclient-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-crypto/3.2.5.RELEASE/spring-security-crypto-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-buffer/4.0.21.Final/netty-buffer-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-logging-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-expression/4.1.3.RELEASE/spring-expression-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-beans/4.1.3.RELEASE/spring-beans-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-web/4.1.3.RELEASE/spring-web-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-config-server/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-server-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-codec-http/4.0.21.Final/netty-codec-http-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-core/4.1.3.RELEASE/spring-core-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-commons-util/0.1.1/netflix-commons-util-0.1.1.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-eventbus/0.1.2/netflix-eventbus-0.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/archaius/archaius-core/0.6.3/archaius-core-0.6.3.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/hystrix/hystrix-core/1.4.0-RC5/hystrix-core-1.4.0-RC5.jar, file:/C:/Users/matt.aspen/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-infix/0.1.2/netflix-infix-0.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-starter/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-actuator/1.2.0.BUILD-SNAPSHOT/spring-boot-actuator-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.11/jersey-apache-client4-1.11.jar, file:/C:/Users/matt.aspen/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxnetty/rx-netty-servo/0.3.17/rx-netty-servo-0.3.17.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-config/3.2.5.RELEASE/spring-security-config-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-actuator-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/xbean/xbean-bundleutils/3.11.1/xbean-bundleutils-3.11.1.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-codec/4.0.21.Final/netty-codec-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-web-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.15/tomcat-embed-el-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-core/3.2.5.RELEASE/spring-security-core-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.11/jackson-mapper-asl-1.9.11.jar, file:/C:/Users/matt.aspen/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-context/4.1.3.RELEASE/spring-context-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/yaml/snakeyaml/1.14/snakeyaml-1.14.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon/2.0-RC13/ribbon-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/asm/asm-all/3.2/asm-all-3.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-eureka/2.0-RC13/ribbon-eureka-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/sun/jersey/jersey-client/1.13/jersey-client-1.13.jar, file:/C:/Users/matt.aspen/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/commons/commons-math/2.2/commons-math-2.2.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-transport-native-epoll/4.0.21.Final/netty-transport-native-epoll-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.15/tomcat-embed-websocket-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.15/tomcat-embed-logging-juli-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxnetty/rx-netty/0.3.17/rx-netty-0.3.17.jar, file:/C:/Users/matt.aspen/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, file:/C:/Users/matt.aspen/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/xbean/xbean-finder/3.11.1/xbean-finder-3.11.1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-common/4.0.21.Final/netty-common-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot/1.2.0.BUILD-SNAPSHOT/spring-boot-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar, file:/C:/Users/matt.aspen/.m2/repository/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/code/gson/gson/2.3/gson-2.3.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-transport/2.0-RC13/ribbon-transport-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-tomcat-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, file:/C:/Users/matt.aspen/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/2.3.1.201302201838-r/org.eclipse.jgit-2.3.1.201302201838-r.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-security-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxnetty/rx-netty-contexts/0.3.17/rx-netty-contexts-0.3.17.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/code/findbugs/annotations/2.0.0/annotations-2.0.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-webmvc/4.1.3.RELEASE/spring-webmvc-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/extensions/guice-grapher/3.0/guice-grapher-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-starter-eureka/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-eureka-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/governator/governator/1.2.10/governator-1.2.10.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-transport/4.0.21.Final/netty-transport-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/eureka/eureka-client/1.1.145/eureka-client-1.1.145.jar, file:/C:/Users/matt.aspen/.m2/repository/io/reactivex/rxjava/1.0.0-rc.7/rxjava-1.0.0-rc.7.jar, file:/C:/Users/matt.aspen/.m2/repository/com/jcraft/jsch/0.1.46/jsch-0.1.46.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.15/tomcat-embed-core-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.2.0.BUILD-SNAPSHOT/spring-boot-autoconfigure-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/servo/servo-core/0.7.4/servo-core-0.7.4.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-handler/4.0.21.Final/netty-handler-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-rsa/1.0.0.M2/spring-security-rsa-1.0.0.M2.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, file:/C:/Users/matt.aspen/.m2/repository/com/sun/jersey/jersey-core/1.13/jersey-core-1.13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-commons/1.0.0.BUILD-SNAPSHOT/spring-cloud-commons-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-aop/4.1.3.RELEASE/spring-aop-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-netflix-core/1.0.0.BUILD-SNAPSHOT/spring-cloud-netflix-core-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxjava/rxjava-core/0.20.7/rxjava-core-0.20.7.jar, file:/C:/Users/matt.aspen/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-web/3.2.5.RELEASE/spring-security-web-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-core/2.0-RC13/ribbon-core-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar] 2014-12-10 14:06:50.332 INFO 12588 --- [lication.main()] utoConfigurationReportLoggingInitializer :
Error starting ApplicationContext. To display the auto-configuration report enabled debug logging (start with --debug)
2014-12-10 14:06:50.332 ERROR 12588 --- [lication.main()] o.s.boot.SpringApplication : Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 common frames omitted
2014-12-10 14:06:50.342 INFO 12588 --- [lication.main()] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/C:/Users/matt.aspen/_workspace_spring_configerver/configserver/src/main/resources/, file:/C:/Users/matt.aspen/_workspace_spring_configerver/configserver/src/main/resources/, file:/C:/Users/matt.aspen/_workspace_spring_configerver/configserver/target/classes/, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-config-client/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-client-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.0-RC13/ribbon-loadbalancer-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.0-RC13/ribbon-httpclient-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-crypto/3.2.5.RELEASE/spring-security-crypto-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-buffer/4.0.21.Final/netty-buffer-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-logging-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-expression/4.1.3.RELEASE/spring-expression-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-beans/4.1.3.RELEASE/spring-beans-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-web/4.1.3.RELEASE/spring-web-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-config-server/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-server-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-codec-http/4.0.21.Final/netty-codec-http-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-core/4.1.3.RELEASE/spring-core-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-commons-util/0.1.1/netflix-commons-util-0.1.1.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-eventbus/0.1.2/netflix-eventbus-0.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/archaius/archaius-core/0.6.3/archaius-core-0.6.3.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/hystrix/hystrix-core/1.4.0-RC5/hystrix-core-1.4.0-RC5.jar, file:/C:/Users/matt.aspen/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-infix/0.1.2/netflix-infix-0.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-starter/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-actuator/1.2.0.BUILD-SNAPSHOT/spring-boot-actuator-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.11/jersey-apache-client4-1.11.jar, file:/C:/Users/matt.aspen/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxnetty/rx-netty-servo/0.3.17/rx-netty-servo-0.3.17.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-config/3.2.5.RELEASE/spring-security-config-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-actuator-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/xbean/xbean-bundleutils/3.11.1/xbean-bundleutils-3.11.1.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-codec/4.0.21.Final/netty-codec-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-web-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.15/tomcat-embed-el-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-core/3.2.5.RELEASE/spring-security-core-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.11/jackson-mapper-asl-1.9.11.jar, file:/C:/Users/matt.aspen/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-context/4.1.3.RELEASE/spring-context-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/yaml/snakeyaml/1.14/snakeyaml-1.14.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon/2.0-RC13/ribbon-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/asm/asm-all/3.2/asm-all-3.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-eureka/2.0-RC13/ribbon-eureka-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/sun/jersey/jersey-client/1.13/jersey-client-1.13.jar, file:/C:/Users/matt.aspen/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/commons/commons-math/2.2/commons-math-2.2.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-transport-native-epoll/4.0.21.Final/netty-transport-native-epoll-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.15/tomcat-embed-websocket-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.15/tomcat-embed-logging-juli-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxnetty/rx-netty/0.3.17/rx-netty-0.3.17.jar, file:/C:/Users/matt.aspen/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, file:/C:/Users/matt.aspen/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/xbean/xbean-finder/3.11.1/xbean-finder-3.11.1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-common/4.0.21.Final/netty-common-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot/1.2.0.BUILD-SNAPSHOT/spring-boot-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar, file:/C:/Users/matt.aspen/.m2/repository/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/code/gson/gson/2.3/gson-2.3.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-transport/2.0-RC13/ribbon-transport-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-tomcat-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, file:/C:/Users/matt.aspen/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/2.3.1.201302201838-r/org.eclipse.jgit-2.3.1.201302201838-r.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.2.0.BUILD-SNAPSHOT/spring-boot-starter-security-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxnetty/rx-netty-contexts/0.3.17/rx-netty-contexts-0.3.17.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/code/findbugs/annotations/2.0.0/annotations-2.0.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-webmvc/4.1.3.RELEASE/spring-webmvc-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/com/google/inject/extensions/guice-grapher/3.0/guice-grapher-3.0.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-starter-eureka/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-eureka-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar, file:/C:/Users/matt.aspen/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/governator/governator/1.2.10/governator-1.2.10.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-transport/4.0.21.Final/netty-transport-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/eureka/eureka-client/1.1.145/eureka-client-1.1.145.jar, file:/C:/Users/matt.aspen/.m2/repository/io/reactivex/rxjava/1.0.0-rc.7/rxjava-1.0.0-rc.7.jar, file:/C:/Users/matt.aspen/.m2/repository/com/jcraft/jsch/0.1.46/jsch-0.1.46.jar, file:/C:/Users/matt.aspen/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.15/tomcat-embed-core-8.0.15.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.2.0.BUILD-SNAPSHOT/spring-boot-autoconfigure-1.2.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/servo/servo-core/0.7.4/servo-core-0.7.4.jar, file:/C:/Users/matt.aspen/.m2/repository/io/netty/netty-handler/4.0.21.Final/netty-handler-4.0.21.Final.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-rsa/1.0.0.M2/spring-security-rsa-1.0.0.M2.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, file:/C:/Users/matt.aspen/.m2/repository/com/sun/jersey/jersey-core/1.13/jersey-core-1.13.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-commons/1.0.0.BUILD-SNAPSHOT/spring-cloud-commons-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/spring-aop/4.1.3.RELEASE/spring-aop-4.1.3.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/cloud/spring-cloud-netflix-core/1.0.0.BUILD-SNAPSHOT/spring-cloud-netflix-core-1.0.0.BUILD-SNAPSHOT.jar, file:/C:/Users/matt.aspen/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/rxjava/rxjava-core/0.20.7/rxjava-core-0.20.7.jar, file:/C:/Users/matt.aspen/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar, file:/C:/Users/matt.aspen/.m2/repository/org/springframework/security/spring-security-web/3.2.5.RELEASE/spring-security-web-3.2.5.RELEASE.jar, file:/C:/Users/matt.aspen/.m2/repository/com/netflix/ribbon/ribbon-core/2.0-RC13/ribbon-core-2.0-RC13.jar, file:/C:/Users/matt.aspen/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar] 2014-12-10 14:06:50.342 ERROR 12588 --- [lication.main()] o.s.boot.SpringApplication : Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 common frames omitted
[WARNING] java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) ... 6 more Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 more Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 more [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.331 s [INFO] Finished at: 2014-12-10T14:06:50-08:00 [INFO] Final Memory: 33M/360M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.2.0.BUILD-SNAPSHOT:run (default-cli) on project configserver: An exception occured while running. null: InvocationTargetException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
@maspen I did rm -rf ~/.m2/repository/org/springframework/cloud
and then mvn clean package
and got
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.252 s
[INFO] Finished at: 2014-12-11T15:30:34-07:00
[INFO] Final Memory: 30M/241M
[INFO] ------------------------------------------------------------------------
Maybe you can try with --update-snapshots
which "Forces a check for missing releases and updated snapshots on remote repositories." Or delete the cloud portion of your maven cache as I did.
@spencergibb hi, i tried both ways (mvn clean package --update-snapshots & deleted my .m2\repository\org\springframework\cloud, then mvn clean package --update-snapshots). in both cases, the problem persists:
... org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.test.SpringApplicationContextLoader.loadContext(SpringApplicationContextLoader.java:105) at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68) at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86) at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 49 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 51 common frames omitted ...
hmm, cloned master? What version of java? What version of maven? I'm on a mac and you're on windows. I'm not sure what else to check.
@spencergibb i tried this on ubuntu (14.04.1), java (1.7.0_71), maven (3.0.5), 64 bit.
Got the dreaded "Error creating bean with name 'propertySourceBootstrapConfigurarion'" ...
i tried this on OSX. cloned branch is master. and same problem here. Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-12T05:58:10+09:00) Maven home: /opt/local/share/java/maven3 Java version: 1.7.0_65, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/jre Default locale: ko_KR, platform encoding: UTF-8 OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"
INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.demo:configserver:jar:0.0.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.springframework.cloud:spring-cloud-starter-parent:1.0.0.BUILD-SNAPSHOT, /Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-starter-parent/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-parent-1.0.0.BUILD-SNAPSHOT.pom, line 182, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Config Server 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> spring-boot-maven-plugin:1.2.0.RELEASE:run (default-cli) > test-compile @ configserver >>> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ configserver --- [INFO] [INFO] --- git-commit-id-plugin:2.1.11:revision (default) @ configserver --- [info] dotGitDirectory /Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/.git [info] git.build.user.name kukgini [info] git.build.user.email kukgini@gmail.com [info] git.branch master [info] Tag refs [ [Ref[refs/tags/v1.0.0.M3=65416486c86179e7a2d9b2d9806456b223bcd775]] ] [info] Created map: [ {} ] [info] HEAD is [ fc52f417ab93f618abb3da373681df8edb9d478d ] [info] Repo is in dirty state [ false ] [info] git.commit.id.describe fc52f41 [info] git.commit.id fc52f417ab93f618abb3da373681df8edb9d478d [info] git.commit.id.abbrev fc52f41 [info] git.commit.user.name Dave Syer [info] git.commit.user.email dsyer@pivotal.io [info] git.commit.message.full Change default to not install config server health indicator by default
[info] git.commit.message.short Change default to not install config server health indicator by default [info] git.commit.time 2014-12-10T02:36:55+0900 [info] git.remote.origin.url https://github.com/spring-cloud-samples/configserver.git [info] git.tags [info] git.build.time 2014-12-16T10:27:09+0900 [info] git.commit.id.describe-short fc52f41 [info] found property git.tags [info] found property git.commit.id.abbrev [info] found property git.commit.user.email [info] found property git.commit.message.full [info] found property git.commit.id [info] found property git.commit.id.describe-short [info] found property git.commit.message.short [info] found property git.commit.user.name [info] found property git.build.user.name [info] found property git.commit.id.describe [info] found property git.build.user.email [info] found property git.branch [info] found property git.commit.time [info] found property git.build.time [info] found property git.remote.origin.url [info] Writing properties file to [ /Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/target/classes/git.properties ](for module Config Server)... [info] Config Server ] project Config Server [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ configserver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ configserver --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ configserver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ configserver --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< spring-boot-maven-plugin:1.2.0.RELEASE:run (default-cli) < test-compile @ configserver <<< [INFO] [INFO] --- spring-boot-maven-plugin:1.2.0.RELEASE:run (default-cli) @ configserver --- 2014-12-16 10:27:10.542 INFO 49109 --- [lication.main()] demo.ConfigServerApplication : Starting ConfigServerApplication on 172.20.nate.com with PID 49109 (/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/target/classes started by soomin in /Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver) 2014-12-16 10:27:10.618 INFO 49109 --- [lication.main()] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6e235396: startup date [Tue Dec 16 10:27:10 KST 2014]; root of context hierarchy 2014-12-16 10:27:10.787 INFO 49109 --- [lication.main()] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2014-12-16 10:27:10.917 WARN 49109 --- [lication.main()] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 common frames omitted
2014-12-16 10:27:10.920 INFO 49109 --- [lication.main()] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/src/main/resources/, file:/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/src/main/resources/, file:/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/target/classes/, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.0-RC13/ribbon-loadbalancer-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.0-RC13/ribbon-httpclient-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-crypto/3.2.5.RELEASE/spring-security-crypto-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-buffer/4.0.21.Final/netty-buffer-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-expression/4.1.3.RELEASE/spring-expression-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-beans/4.1.3.RELEASE/spring-beans-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-web/4.1.3.RELEASE/spring-web-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-codec-http/4.0.21.Final/netty-codec-http-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-core/4.1.3.RELEASE/spring-core-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.2.0.RELEASE/spring-boot-starter-tomcat-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-commons-util/0.1.1/netflix-commons-util-0.1.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-eventbus/0.1.2/netflix-eventbus-0.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/archaius/archaius-core/0.6.3/archaius-core-0.6.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.2.0.RELEASE/spring-boot-starter-security-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/hystrix/hystrix-core/1.4.0-RC5/hystrix-core-1.4.0-RC5.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-infix/0.1.2/netflix-infix-0.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.11/jersey-apache-client4-1.11.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxnetty/rx-netty-servo/0.3.17/rx-netty-servo-0.3.17.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-config/3.2.5.RELEASE/spring-security-config-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/xbean/xbean-bundleutils/3.11.1/xbean-bundleutils-3.11.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-codec/4.0.21.Final/netty-codec-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.15/tomcat-embed-el-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-core/3.2.5.RELEASE/spring-security-core-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.11/jackson-mapper-asl-1.9.11.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-context/4.1.3.RELEASE/spring-context-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/yaml/snakeyaml/1.14/snakeyaml-1.14.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon/2.0-RC13/ribbon-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/asm/asm-all/3.2/asm-all-3.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-eureka/2.0-RC13/ribbon-eureka-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/sun/jersey/jersey-client/1.13/jersey-client-1.13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-config-client/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-client-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/commons/commons-math/2.2/commons-math-2.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-transport-native-epoll/4.0.21.Final/netty-transport-native-epoll-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.2.0.RELEASE/spring-boot-autoconfigure-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.15/tomcat-embed-websocket-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter/1.2.0.RELEASE/spring-boot-starter-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-starter-eureka/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-eureka-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.15/tomcat-embed-logging-juli-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/1.2.0.RELEASE/spring-boot-starter-actuator-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxnetty/rx-netty/0.3.17/rx-netty-0.3.17.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/xbean/xbean-finder/3.11.1/xbean-finder-3.11.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-starter/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-common/4.0.21.Final/netty-common-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/code/gson/gson/2.3/gson-2.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-transport/2.0-RC13/ribbon-transport-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-actuator/1.2.0.RELEASE/spring-boot-actuator-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/2.3.1.201302201838-r/org.eclipse.jgit-2.3.1.201302201838-r.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxnetty/rx-netty-contexts/0.3.17/rx-netty-contexts-0.3.17.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/code/findbugs/annotations/2.0.0/annotations-2.0.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.2.0.RELEASE/spring-boot-starter-web-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-webmvc/4.1.3.RELEASE/spring-webmvc-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/extensions/guice-grapher/3.0/guice-grapher-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-commons/1.0.0.BUILD-SNAPSHOT/spring-cloud-commons-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/governator/governator/1.2.10/governator-1.2.10.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-transport/4.0.21.Final/netty-transport-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/eureka/eureka-client/1.1.145/eureka-client-1.1.145.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.2.0.RELEASE/spring-boot-starter-logging-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-netflix-core/1.0.0.BUILD-SNAPSHOT/spring-cloud-netflix-core-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/reactivex/rxjava/1.0.0-rc.7/rxjava-1.0.0-rc.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot/1.2.0.RELEASE/spring-boot-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/jcraft/jsch/0.1.46/jsch-0.1.46.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.15/tomcat-embed-core-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/servo/servo-core/0.7.4/servo-core-0.7.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-config-server/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-server-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-handler/4.0.21.Final/netty-handler-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-rsa/1.0.0.M2/spring-security-rsa-1.0.0.M2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/sun/jersey/jersey-core/1.13/jersey-core-1.13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-aop/4.1.3.RELEASE/spring-aop-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxjava/rxjava-core/0.20.7/rxjava-core-0.20.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-web/3.2.5.RELEASE/spring-security-web-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-core/2.0-RC13/ribbon-core-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar] 2014-12-16 10:27:10.923 INFO 49109 --- [lication.main()] utoConfigurationReportLoggingInitializer :
Error starting ApplicationContext. To display the auto-configuration report enabled debug logging (start with --debug)
2014-12-16 10:27:10.923 ERROR 49109 --- [lication.main()] o.s.boot.SpringApplication : Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 common frames omitted
2014-12-16 10:27:10.925 INFO 49109 --- [lication.main()] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/src/main/resources/, file:/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/src/main/resources/, file:/Volumes/MX100/Users/soomin/D/2014/spring/spring-cloud/configserver/target/classes/, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.0-RC13/ribbon-loadbalancer-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.0-RC13/ribbon-httpclient-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-crypto/3.2.5.RELEASE/spring-security-crypto-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-buffer/4.0.21.Final/netty-buffer-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-expression/4.1.3.RELEASE/spring-expression-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-beans/4.1.3.RELEASE/spring-beans-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-web/4.1.3.RELEASE/spring-web-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-codec-http/4.0.21.Final/netty-codec-http-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-core/4.1.3.RELEASE/spring-core-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.2.0.RELEASE/spring-boot-starter-tomcat-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-commons-util/0.1.1/netflix-commons-util-0.1.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-eventbus/0.1.2/netflix-eventbus-0.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/archaius/archaius-core/0.6.3/archaius-core-0.6.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.2.0.RELEASE/spring-boot-starter-security-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/hystrix/hystrix-core/1.4.0-RC5/hystrix-core-1.4.0-RC5.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/joda-time/joda-time/2.5/joda-time-2.5.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-infix/0.1.2/netflix-infix-0.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.11/jersey-apache-client4-1.11.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxnetty/rx-netty-servo/0.3.17/rx-netty-servo-0.3.17.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-config/3.2.5.RELEASE/spring-security-config-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/xbean/xbean-bundleutils/3.11.1/xbean-bundleutils-3.11.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-codec/4.0.21.Final/netty-codec-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.15/tomcat-embed-el-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-core/3.2.5.RELEASE/spring-security-core-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.11/jackson-mapper-asl-1.9.11.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-context/4.1.3.RELEASE/spring-context-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/yaml/snakeyaml/1.14/snakeyaml-1.14.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon/2.0-RC13/ribbon-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/asm/asm-all/3.2/asm-all-3.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-eureka/2.0-RC13/ribbon-eureka-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/sun/jersey/jersey-client/1.13/jersey-client-1.13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-config-client/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-client-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/commons/commons-math/2.2/commons-math-2.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-transport-native-epoll/4.0.21.Final/netty-transport-native-epoll-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.2.0.RELEASE/spring-boot-autoconfigure-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.15/tomcat-embed-websocket-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter/1.2.0.RELEASE/spring-boot-starter-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-starter-eureka/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-eureka-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.15/tomcat-embed-logging-juli-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/1.2.0.RELEASE/spring-boot-starter-actuator-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxnetty/rx-netty/0.3.17/rx-netty-0.3.17.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/xbean/xbean-finder/3.11.1/xbean-finder-3.11.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-starter/1.0.0.BUILD-SNAPSHOT/spring-cloud-starter-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-common/4.0.21.Final/netty-common-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.47/bcpkix-jdk15on-1.47.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/code/gson/gson/2.3/gson-2.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-transport/2.0-RC13/ribbon-transport-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-actuator/1.2.0.RELEASE/spring-boot-actuator-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.4.4/jackson-annotations-2.4.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/eclipse/jgit/org.eclipse.jgit/2.3.1.201302201838-r/org.eclipse.jgit-2.3.1.201302201838-r.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxnetty/rx-netty-contexts/0.3.17/rx-netty-contexts-0.3.17.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/code/findbugs/annotations/2.0.0/annotations-2.0.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.2.0.RELEASE/spring-boot-starter-web-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-webmvc/4.1.3.RELEASE/spring-webmvc-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/google/inject/extensions/guice-grapher/3.0/guice-grapher-3.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-commons/1.0.0.BUILD-SNAPSHOT/spring-cloud-commons-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/governator/governator/1.2.10/governator-1.2.10.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-transport/4.0.21.Final/netty-transport-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/eureka/eureka-client/1.1.145/eureka-client-1.1.145.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.2.0.RELEASE/spring-boot-starter-logging-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-netflix-core/1.0.0.BUILD-SNAPSHOT/spring-cloud-netflix-core-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/reactivex/rxjava/1.0.0-rc.7/rxjava-1.0.0-rc.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/boot/spring-boot/1.2.0.RELEASE/spring-boot-1.2.0.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/jcraft/jsch/0.1.46/jsch-0.1.46.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.15/tomcat-embed-core-8.0.15.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/servo/servo-core/0.7.4/servo-core-0.7.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/cloud/spring-cloud-config-server/1.0.0.BUILD-SNAPSHOT/spring-cloud-config-server-1.0.0.BUILD-SNAPSHOT.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/io/netty/netty-handler/4.0.21.Final/netty-handler-4.0.21.Final.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-rsa/1.0.0.M2/spring-security-rsa-1.0.0.M2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/sun/jersey/jersey-core/1.13/jersey-core-1.13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/spring-aop/4.1.3.RELEASE/spring-aop-4.1.3.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/rxjava/rxjava-core/0.20.7/rxjava-core-0.20.7.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/org/springframework/security/spring-security-web/3.2.5.RELEASE/spring-security-web-3.2.5.RELEASE.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/com/netflix/ribbon/ribbon-core/2.0-RC13/ribbon-core-2.0-RC13.jar, file:/Volumes/MX100/Users/soomin/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar] 2014-12-16 10:27:10.926 ERROR 49109 --- [lication.main()] o.s.boot.SpringApplication : Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 common frames omitted Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 common frames omitted
[WARNING] java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.boot.maven.RunMojo$LaunchRunner.run(RunMojo.java:408) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:139) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:125) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:75) at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:55) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128) at org.springframework.boot.context.event.EventPublishingRunListener.publishEvent(EventPublishingRunListener.java:100) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:59) at org.springframework.boot.SpringApplication.run(SpringApplication.java:286) at org.springframework.boot.SpringApplication.run(SpringApplication.java:961) at org.springframework.boot.SpringApplication.run(SpringApplication.java:950) at demo.ConfigServerApplication.main(ConfigServerApplication.java:16) ... 6 more Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ... 30 more Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ... 32 more [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.299 s [INFO] Finished at: 2014-12-16T10:27:10+09:00 [INFO] Final Memory: 31M/451M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.2.0.RELEASE:run (default-cli) on project configserver: An exception occured while running. null: InvocationTargetException: Error creating bean with name 'propertySourceBootstrapConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.cloud.config.client.ConfigClientProperties org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.configClientProperties; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.cloud.config.client.ConfigClientProperties] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
when i clone this repo, i get the following error in ConfigServerApplication.java
The import org.springframework.cloud.client.discovery.EnableDiscoveryClient cannot be resolved