Cannot enhance VaultToken to a LoginToken: Token self-lookup failed; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8200/v1/auth/token/lookup-self": Connect to localhost:8200 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8200 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
2021-09-06 17:16:24.896 INFO 10992 --- [ restartedMain] t.jhipster.registry.JHipsterRegistryApp : The following profiles are active: composite,dev,api-docs
2021-09-06 17:16:26.724 DEBUG 10992 --- [ restartedMain] i.m.c.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework
2021-09-06 17:16:27.046 DEBUG 10992 --- [ restartedMain] t.j.registry.config.WebConfigurer : Registering CORS filter
2021-09-06 17:16:27.076 INFO 10992 --- [ restartedMain] t.j.registry.config.WebConfigurer : Web application configuration, using profiles: composite
2021-09-06 17:16:27.076 INFO 10992 --- [ restartedMain] t.j.registry.config.WebConfigurer : Web application fully configured
2021-09-06 17:16:27.483 WARN 10992 --- [ restartedMain] t.j.registry.security.jwt.TokenProvider : Warning: the JWT key used is not Base64-encoded. We recommend using the jhipster.security.authentication.jwt.base64-secret key for optimum security.
2021-09-06 17:16:28.797 WARN 10992 --- [ restartedMain] uration$$EnhancerBySpringCGLIB$$7335fe19 : The 'spring.cloud.config.server.vault.skipSslValidation' property is not supported by this Vault environment repository implementation. Use the 'spring.cloud.config.server.vault.ssl` properties to provide custom keyStore and trustStore material instead.
2021-09-06 17:16:29.009 DEBUG 10992 --- [ restartedMain] t.j.c.apidoc.SpringfoxAutoConfiguration : Starting OpenAPI docs
2021-09-06 17:16:29.015 DEBUG 10992 --- [ restartedMain] t.j.c.apidoc.SpringfoxAutoConfiguration : Started OpenAPI docs in 5 ms
2021-09-06 17:16:29.047 DEBUG 10992 --- [ restartedMain] t.j.registry.config.AsyncConfiguration : Creating Async Task Executor
2021-09-06 17:16:30.484 WARN 10992 --- [ restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2021-09-06 17:16:34.995 WARN 10992 --- [ restartedMain] c.n.d.s.t.d.RetryableEurekaHttpClient : Request execution failed with message: java.net.ConnectException: Connection refused: connect
2021-09-06 17:16:34.998 WARN 10992 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Using default backup registry implementation which does not do anything.
2021-09-06 17:16:35.235 WARN 10992 --- [ restartedMain] c.n.discovery.InstanceInfoReplicator : Ignoring onDemand update due to rate limiter
2021-09-06 17:16:35.237 WARN 10992 --- [ restartedMain] c.n.discovery.InstanceInfoReplicator : Ignoring onDemand update due to rate limiter
2021-09-06 17:16:35.582 INFO 10992 --- [ restartedMain] org.jboss.threads : JBoss Threads version 3.1.0.Final
2021-09-06 17:16:36.384 WARN 10992 --- [nfoReplicator-0] c.n.discovery.InstanceInfoReplicator : Ignoring onDemand update due to rate limiter
2021-09-06 17:16:36.661 INFO 10992 --- [ restartedMain] t.jhipster.registry.JHipsterRegistryApp : Started JHipsterRegistryApp in 23.759 seconds (JVM running for 24.815)
2021-09-06 17:16:36.667 INFO 10992 --- [ restartedMain] t.jhipster.registry.JHipsterRegistryApp :
After startup , the log information is below:
Cannot enhance VaultToken to a LoginToken: Token self-lookup failed; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8200/v1/auth/token/lookup-self": Connect to localhost:8200 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8200 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect 2021-09-06 17:16:24.896 INFO 10992 --- [ restartedMain] t.jhipster.registry.JHipsterRegistryApp : The following profiles are active: composite,dev,api-docs 2021-09-06 17:16:26.724 DEBUG 10992 --- [ restartedMain] i.m.c.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework 2021-09-06 17:16:27.046 DEBUG 10992 --- [ restartedMain] t.j.registry.config.WebConfigurer : Registering CORS filter 2021-09-06 17:16:27.076 INFO 10992 --- [ restartedMain] t.j.registry.config.WebConfigurer : Web application configuration, using profiles: composite 2021-09-06 17:16:27.076 INFO 10992 --- [ restartedMain] t.j.registry.config.WebConfigurer : Web application fully configured 2021-09-06 17:16:27.483 WARN 10992 --- [ restartedMain] t.j.registry.security.jwt.TokenProvider : Warning: the JWT key used is not Base64-encoded. We recommend using the
jhipster.security.authentication.jwt.base64-secret
key for optimum security. 2021-09-06 17:16:28.797 WARN 10992 --- [ restartedMain] uration$$EnhancerBySpringCGLIB$$7335fe19 : The 'spring.cloud.config.server.vault.skipSslValidation' property is not supported by this Vault environment repository implementation. Use the 'spring.cloud.config.server.vault.ssl` properties to provide custom keyStore and trustStore material instead. 2021-09-06 17:16:29.009 DEBUG 10992 --- [ restartedMain] t.j.c.apidoc.SpringfoxAutoConfiguration : Starting OpenAPI docs 2021-09-06 17:16:29.015 DEBUG 10992 --- [ restartedMain] t.j.c.apidoc.SpringfoxAutoConfiguration : Started OpenAPI docs in 5 ms 2021-09-06 17:16:29.047 DEBUG 10992 --- [ restartedMain] t.j.registry.config.AsyncConfiguration : Creating Async Task Executor 2021-09-06 17:16:30.484 WARN 10992 --- [ restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. 2021-09-06 17:16:34.995 WARN 10992 --- [ restartedMain] c.n.d.s.t.d.RetryableEurekaHttpClient : Request execution failed with message: java.net.ConnectException: Connection refused: connect 2021-09-06 17:16:34.998 WARN 10992 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Using default backup registry implementation which does not do anything. 2021-09-06 17:16:35.235 WARN 10992 --- [ restartedMain] c.n.discovery.InstanceInfoReplicator : Ignoring onDemand update due to rate limiter 2021-09-06 17:16:35.237 WARN 10992 --- [ restartedMain] c.n.discovery.InstanceInfoReplicator : Ignoring onDemand update due to rate limiter 2021-09-06 17:16:35.582 INFO 10992 --- [ restartedMain] org.jboss.threads : JBoss Threads version 3.1.0.Final 2021-09-06 17:16:36.384 WARN 10992 --- [nfoReplicator-0] c.n.discovery.InstanceInfoReplicator : Ignoring onDemand update due to rate limiter 2021-09-06 17:16:36.661 INFO 10992 --- [ restartedMain] t.jhipster.registry.JHipsterRegistryApp : Started JHipsterRegistryApp in 23.759 seconds (JVM running for 24.815) 2021-09-06 17:16:36.667 INFO 10992 --- [ restartedMain] t.jhipster.registry.JHipsterRegistryApp :When I type http://localhost:8761/ to chrome location, the below message is on browser:
Your request cannot be processed Sorry, an error has occurred.
Status: Not Found (Not Found) Message: Not Found
Could you help me what happened in Jhipster Registry?
7.0.0 snapshot
chorme 93.0.4542.2