Created
October 22, 2018 16:31
-
-
Save dancancro/31fef6ecdb845757a7b294c4e6cb4da9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[12:15:19] (angular6) gba_to6 | |
// ♥ ./mvnw | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] -------< org.exampleapps.greatbig:great-big-example-application >------- | |
[INFO] Building Great Big Example Application 0.0.0 | |
[INFO] --------------------------------[ war ]--------------------------------- | |
[INFO] | |
[INFO] >>> spring-boot-maven-plugin:2.0.4.RELEASE:run (default-cli) > test-compile @ great-big-example-application >>> | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (default-resources) @ great-big-example-application --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 5 resources | |
[INFO] Copying 51 resources | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ great-big-example-application --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 5 resources | |
[INFO] Copying 51 resources | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ great-big-example-application --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (docker-resources) @ great-big-example-application --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (pre-unit-tests) @ great-big-example-application --- | |
[INFO] argLine set to -javaagent:/Users/Dan/.m2/repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/Users/Dan/work/a/gba_to6/target/test-results/coverage/jacoco/jacoco.exec -Djava.security.egd=file:/dev/./urandom -Xmx256m | |
[INFO] | |
[INFO] --- kotlin-maven-plugin:1.1.4-2:compile (compile) @ great-big-example-application --- | |
[INFO] Kotlin version 1.1.4-2 (JRE 1.8.0_131-b11) | |
[INFO] Compiling Kotlin sources from [/Users/Dan/work/a/gba_to6/src/main/kotlin, /Users/Dan/work/a/gba_to6/src/main/java, /Users/Dan/work/a/gba_to6/src/main/resources] | |
[INFO] Module name is great-big-example-application | |
[INFO] Applied plugin: 'spring' | |
[WARNING] Runtime JAR files in the classpath should have the same version. These files were found in the classpath: | |
/Users/Dan/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.1.4-2/kotlin-stdlib-jre8-1.1.4-2.jar (version 1.1) | |
/Users/Dan/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.51/kotlin-stdlib-1.2.51.jar (version 1.2) | |
/Users/Dan/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.51/kotlin-stdlib-common-1.2.51.jar (version 1.2) | |
/Users/Dan/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.51/kotlin-stdlib-jre7-1.2.51.jar (version 1.2) | |
/Users/Dan/.m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.4-2/kotlin-reflect-1.1.4-2.jar (version 1.1) | |
[WARNING] Consider providing an explicit dependency on kotlin-reflect 1.2 to prevent strange errors | |
[WARNING] Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath or use '-Xskip-runtime-version-check' to suppress this warning | |
[WARNING] /Users/Dan/work/a/gba_to6/src/main/kotlin/org/exampleapps/greatbig/jwt/ApiKeySecured.kt: (6, 1) This annotation is deprecated in Kotlin. Use '@kotlin.annotation.MustBeDocumented' instead | |
[WARNING] /Users/Dan/work/a/gba_to6/src/main/kotlin/org/exampleapps/greatbig/repository/specification/ArticlesSpecifications.kt: (11, 38) Parameter 'query' is never used, could be renamed to _ | |
[WARNING] /Users/Dan/work/a/gba_to6/src/main/kotlin/org/exampleapps/greatbig/web/rest/ArticleHandler.kt: (62, 17) 'constructor PageRequest(Int, Int, Sort.Direction!, vararg String!)' is deprecated. Deprecated in Java | |
[WARNING] /Users/Dan/work/a/gba_to6/src/main/kotlin/org/exampleapps/greatbig/web/rest/ArticleHandler.kt: (88, 17) 'constructor PageRequest(Int, Int)' is deprecated. Deprecated in Java | |
[WARNING] /Users/Dan/work/a/gba_to6/src/main/kotlin/org/exampleapps/greatbig/web/rest/ArticleHandler.kt: (256, 17) Condition 'comment == null' is always 'false' | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:compile (java-compile) @ great-big-example-application --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 128 source files to /Users/Dan/work/a/gba_to6/target/classes | |
[INFO] /Users/Dan/work/a/gba_to6/src/main/java/org/exampleapps/greatbig/domain/User.java: Some input files use or override a deprecated API. | |
[INFO] /Users/Dan/work/a/gba_to6/src/main/java/org/exampleapps/greatbig/domain/User.java: Recompile with -Xlint:deprecation for details. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ great-big-example-application --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 4 resources | |
[INFO] | |
[INFO] --- kotlin-maven-plugin:1.1.4-2:test-compile (test-compile) @ great-big-example-application --- | |
[INFO] Kotlin version 1.1.4-2 (JRE 1.8.0_131-b11) | |
[WARNING] No sources found skipping Kotlin compile | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (java-test-compile) @ great-big-example-application --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] <<< spring-boot-maven-plugin:2.0.4.RELEASE:run (default-cli) < test-compile @ great-big-example-application <<< | |
[INFO] | |
[INFO] | |
[INFO] --- spring-boot-maven-plugin:2.0.4.RELEASE:run (default-cli) @ great-big-example-application --- | |
[INFO] Attaching agents: [] | |
The Class-Path manifest attribute in /Users/Dan/.m2/repository/org/liquibase/liquibase-core/3.5.5/liquibase-core-3.5.5.jar referenced one or more files that do not exist: file:/Users/Dan/.m2/repository/org/liquibase/liquibase-core/3.5.5/lib/snakeyaml-1.13.jar | |
12:15:48.041 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : [] | |
12:15:48.047 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/, /spring-boot/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter/target/classes/] | |
12:15:48.047 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/Users/Dan/work/a/gba_to6/target/classes/] | |
██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗ | |
██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗ | |
██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝ | |
██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║ | |
╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗ | |
╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝ | |
:: JHipster 🤓 :: Running Spring Boot 2.0.4.RELEASE :: | |
:: https://www.jhipster.tech :: | |
2018-10-22 12:15:51.117 INFO 41960 --- [ restartedMain] o.e.g.GreatBigExampleApplicationApp : Starting GreatBigExampleApplicationApp on Dans-MacBook-Pro-2.local with PID 41960 (/Users/Dan/work/a/gba_to6/target/classes started by Dan in /Users/Dan/work/a/gba_to6) | |
2018-10-22 12:15:51.120 DEBUG 41960 --- [ restartedMain] o.e.g.GreatBigExampleApplicationApp : Running with Spring Boot v2.0.4.RELEASE, Spring v5.0.8.RELEASE | |
2018-10-22 12:15:51.123 INFO 41960 --- [ restartedMain] o.e.g.GreatBigExampleApplicationApp : The following profiles are active: dev,swagger | |
2018-10-22 12:15:55.686 DEBUG 41960 --- [ restartedMain] o.e.greatbig.config.AsyncConfiguration : Creating Async Task Executor | |
2018-10-22 12:15:56.997 DEBUG 41960 --- [ restartedMain] o.e.g.config.MetricsConfiguration : Registering JVM gauges | |
2018-10-22 12:15:57.117 DEBUG 41960 --- [ restartedMain] o.e.g.config.MetricsConfiguration : Monitoring the datasource | |
2018-10-22 12:15:57.118 DEBUG 41960 --- [ restartedMain] o.e.g.config.MetricsConfiguration : Initializing Metrics JMX reporting | |
2018-10-22 12:15:58.912 DEBUG 41960 --- [ restartedMain] c.ehcache.core.Ehcache-usersByLogin : Initialize successful. | |
2018-10-22 12:15:58.975 DEBUG 41960 --- [ restartedMain] c.ehcache.core.Ehcache-usersByEmail : Initialize successful. | |
2018-10-22 12:15:58.982 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.User : Initialize successful. | |
2018-10-22 12:15:58.995 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.User.authorities : Initialize successful. | |
2018-10-22 12:15:59.008 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Authority : Initialize successful. | |
2018-10-22 12:15:59.019 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Hero : Initialize successful. | |
2018-10-22 12:15:59.028 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Crisis : Initialize successful. | |
2018-10-22 12:15:59.035 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Claim : Initialize successful. | |
2018-10-22 12:15:59.044 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Contact : Initialize successful. | |
2018-10-22 12:15:59.053 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Note : Initialize successful. | |
2018-10-22 12:15:59.061 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Rebuttal : Initialize successful. | |
2018-10-22 12:15:59.067 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.ClaimRebuttal : Initialize successful. | |
2018-10-22 12:15:59.073 DEBUG 41960 --- [ restartedMain] c.e.c.E.exampleapps.greatbig.domain.Tag : Initialize successful. | |
2018-10-22 12:15:59.085 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Tag.articles : Initialize successful. | |
2018-10-22 12:15:59.095 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Message : Initialize successful. | |
2018-10-22 12:15:59.106 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.articles : Initialize successful. | |
2018-10-22 12:15:59.119 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.comments : Initialize successful. | |
2018-10-22 12:15:59.129 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Author : Initialize successful. | |
2018-10-22 12:15:59.144 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.followers : Initialize successful. | |
2018-10-22 12:15:59.153 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.followees : Initialize successful. | |
2018-10-22 12:15:59.161 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.favorites : Initialize successful. | |
2018-10-22 12:15:59.165 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Article : Initialize successful. | |
2018-10-22 12:15:59.180 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Article.tags : Initialize successful. | |
2018-10-22 12:15:59.188 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Article.favoriters : Initialize successful. | |
2018-10-22 12:15:59.196 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Article.comments : Initialize successful. | |
2018-10-22 12:15:59.220 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Comment : Initialize successful. | |
2018-10-22 12:15:59.228 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Talk : Initialize successful. | |
2018-10-22 12:15:59.559 DEBUG 41960 --- [ restartedMain] o.e.g.config.LiquibaseConfiguration : Configuring Liquibase | |
2018-10-22 12:16:00.105 WARN 41960 --- [tion-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase : Starting Liquibase asynchronously, your database might not be ready at startup! | |
2018-10-22 12:16:02.595 DEBUG 41960 --- [tion-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase : Liquibase has updated your database in 2486 ms | |
2018-10-22 12:16:04.656 INFO 41960 --- [ restartedMain] a.d.j.ElasticsearchJestAutoConfiguration : Create test ES node | |
2018-10-22 12:16:04.680 WARN 41960 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'servletEndpointRegistrar' defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
2018-10-22 12:16:04.688 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Message : Close successful. | |
2018-10-22 12:16:04.697 DEBUG 41960 --- [ restartedMain] c.e.c.E.exampleapps.greatbig.domain.Tag : Close successful. | |
2018-10-22 12:16:04.699 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Hero : Close successful. | |
2018-10-22 12:16:04.700 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Comment : Close successful. | |
2018-10-22 12:16:04.701 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Claim : Close successful. | |
2018-10-22 12:16:04.702 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Article : Close successful. | |
2018-10-22 12:16:04.703 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.User : Close successful. | |
2018-10-22 12:16:04.706 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.ClaimRebuttal : Close successful. | |
2018-10-22 12:16:04.708 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Contact : Close successful. | |
2018-10-22 12:16:04.714 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Talk : Close successful. | |
2018-10-22 12:16:04.715 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Authority : Close successful. | |
2018-10-22 12:16:04.716 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Rebuttal : Close successful. | |
2018-10-22 12:16:04.718 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Crisis : Close successful. | |
2018-10-22 12:16:04.719 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Note : Close successful. | |
2018-10-22 12:16:04.720 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.User.authorities : Close successful. | |
2018-10-22 12:16:04.721 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.followees : Close successful. | |
2018-10-22 12:16:04.722 DEBUG 41960 --- [ restartedMain] c.ehcache.core.Ehcache-usersByEmail : Close successful. | |
2018-10-22 12:16:04.722 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Tag.articles : Close successful. | |
2018-10-22 12:16:04.723 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Author : Close successful. | |
2018-10-22 12:16:04.724 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.comments : Close successful. | |
2018-10-22 12:16:04.726 DEBUG 41960 --- [ restartedMain] c.ehcache.core.Ehcache-usersByLogin : Close successful. | |
2018-10-22 12:16:04.728 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.followers : Close successful. | |
2018-10-22 12:16:04.729 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Article.comments : Close successful. | |
2018-10-22 12:16:04.731 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.favorites : Close successful. | |
2018-10-22 12:16:04.733 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Author.articles : Close successful. | |
2018-10-22 12:16:04.737 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.greatbig.domain.Article.tags : Close successful. | |
2018-10-22 12:16:04.746 DEBUG 41960 --- [ restartedMain] c.e.c.E.e.g.domain.Article.favoriters : Close successful. | |
2018-10-22 12:16:04.819 ERROR 41960 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed | |
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'servletEndpointRegistrar' defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155) | |
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544) | |
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) | |
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762) | |
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398) | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:330) | |
at org.exampleapps.greatbig.GreatBigExampleApplicationApp.main(GreatBigExampleApplicationApp.java:61) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) | |
Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'servletEndpointRegistrar' defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:241) | |
at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.createDeploymentManager(UndertowServletWebServerFactory.java:284) | |
at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.getWebServer(UndertowServletWebServerFactory.java:208) | |
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179) | |
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152) | |
... 11 common frames omitted | |
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'servletEndpointRegistrar' defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:590) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1247) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) | |
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:226) | |
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:214) | |
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:91) | |
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:80) | |
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:250) | |
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:237) | |
at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$Initializer.onStartup(UndertowServletWebServerFactory.java:616) | |
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:192) | |
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:174) | |
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42) | |
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:239) | |
... 15 common frames omitted | |
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:582) | |
... 35 common frames omitted | |
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:590) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1247) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) | |
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) | |
at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBean(EndpointDiscoverer.java:143) | |
at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBeans(EndpointDiscoverer.java:132) | |
at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.discoverEndpoints(EndpointDiscoverer.java:122) | |
at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.getEndpoints(EndpointDiscoverer.java:116) | |
at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(ServletEndpointManagementContextConfiguration.java:75) | |
at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$23681d20.CGLIB$servletEndpointRegistrar$0(<generated>) | |
at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$23681d20$$FastClassBySpringCGLIB$$2d3d9a57.invoke(<generated>) | |
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) | |
at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$23681d20.servletEndpointRegistrar(<generated>) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) | |
... 36 common frames omitted | |
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:582) | |
... 60 common frames omitted | |
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration$ElasticsearchJestHealthIndicatorConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:732) | |
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:197) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1267) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1124) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:372) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1247) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:514) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:502) | |
at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1198) | |
at org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorBeansComposite.get(HealthIndicatorBeansComposite.java:46) | |
at org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration.healthEndpoint(HealthEndpointConfiguration.java:38) | |
at org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration$$EnhancerBySpringCGLIB$$89d47b28.CGLIB$healthEndpoint$0(<generated>) | |
at org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration$$EnhancerBySpringCGLIB$$89d47b28$$FastClassBySpringCGLIB$$9426685d.invoke(<generated>) | |
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) | |
at org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration$$EnhancerBySpringCGLIB$$89d47b28.healthEndpoint(<generated>) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) | |
... 61 common frames omitted | |
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testClient' defined in class path resource [com/github/vanroy/springboot/autoconfigure/data/jest/ElasticsearchJestAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:590) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1247) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535) | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) | |
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1322) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1288) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1215) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1093) | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) | |
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818) | |
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:724) | |
... 94 common frames omitted | |
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.searchbox.client.JestClient]: Factory method 'testClient' threw exception; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) | |
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:582) | |
... 110 common frames omitted | |
Caused by: java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.settingsBuilder()Lorg/elasticsearch/common/settings/Settings$Builder; | |
at com.github.vanroy.springboot.autoconfigure.data.jest.ElasticsearchJestAutoConfiguration.createInternalNode(ElasticsearchJestAutoConfiguration.java:133) | |
at com.github.vanroy.springboot.autoconfigure.data.jest.ElasticsearchJestAutoConfiguration.testClient(ElasticsearchJestAutoConfiguration.java:71) | |
at com.github.vanroy.springboot.autoconfigure.data.jest.ElasticsearchJestAutoConfiguration$$EnhancerBySpringCGLIB$$adf045b5.CGLIB$testClient$2(<generated>) | |
at com.github.vanroy.springboot.autoconfigure.data.jest.ElasticsearchJestAutoConfiguration$$EnhancerBySpringCGLIB$$adf045b5$$FastClassBySpringCGLIB$$725beaaf.invoke(<generated>) | |
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) | |
at com.github.vanroy.springboot.autoconfigure.data.jest.ElasticsearchJestAutoConfiguration$$EnhancerBySpringCGLIB$$adf045b5.testClient(<generated>) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) | |
... 111 common frames omitted | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 41.049 s | |
[INFO] Finished at: 2018-10-22T12:16:05-04:00 | |
[INFO] ------------------------------------------------------------------------ | |
[12:16:05] (angular6) gba_to6 | |
// ♥ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment