Unable to connect to Elasticsearch at http://jhipster-elasticsearch:9200/.
. May be is something simple, but I've been trying to sort this out since yesterday.
Caused by: com.github.vanroy.springdata.jest.exception.JestElasticsearchException: Cannot execute jest action , response code : 400 , error : {"root_cause":[{"type":"resource_already_exists_exception","reason":"index [user/EugWgt89SFmIpJj0IVFuUg] already exists","index_uuid":"EugWgt89SFmIpJj0IVFuUg","index":"user"}],"type":"resource_already_exists_exception","reason":"index [user/EugWgt89SFmIpJj0IVFuUg] already exists","index_uuid":"EugWgt89SFmIpJj0IVFuUg","index":"user"} , message : null
ERROR: for jhipster-alerter Cannot start service jhipster-alerter: b'OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \\"rootfs_linux.go:58: mounting \\\\\\"/Users/alejandro/IdeaProjects/jhipster-alerter/config.yaml\\\\\\" to rootfs \\\\\\"/var/lib/docker/overlay2/88d45f6803afafd0f0f1b13e1d922a0b915c6b1c07b40b5cab4c57b76806cfa2/merged\\\\\\" at \\\\\\"/var/lib/docker/overlay2/88d45f6803afafd0f0f1b13e1d922a0b915c6b1c07b40b5cab4c57b76806cfa2/merged/opt/elastalert/config.yaml\\\\\\" caused \\\\\\"not a directory\\\\\\"\\"": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type’
Hello Guys, I am trying to create the microservice with spring web flux using Jhispter generate with version 6.10.1.
generation works fine, however, when I start service and try to call it from the registry swagger UI, I get "Forbidden /services/reactivemicroservice/reactivemicroservice:75f727caed86aac2799c3322a21b0261/v2/api-docs". I tried with plain microservice(without spring web flux) it works absolutely fine. Can anyone guide me on this ti slove it?.
Thanks,
Kiran
eslint . --ext .js,.ts
[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/MojoFailureException
C:\WORKSPACE\sandboxreg\node_modules\generator-jhipster\generators\generator-base.js:1590
throw new Error(${msg}
);
^
Error: Error: Command failed: mvnw -ntp verify -B -Pwar -Pprod
at module.exports.error (C:\WORKSPACE\sandboxreg\node_modules\generator-jhipster\generators\generator-base.js:1590:15)
at C:\WORKSPACE\sandboxreg\node_modules\generator-jhipster\generators\aws\index.js:119:30
at ChildProcess.exithandler (child_process.js:310:5)
at ChildProcess.emit (events.js:311:20)
at ChildProcess.EventEmitter.emit (domain.js:482:12)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
C:\WORKSPACE\sandboxreg>eslint . --ext .ts --quiet --fix
'eslint' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
I have used docker and kubernetes for a solid 2 years now. I noticed that jhipster-console only looks for microservice containers on localhost. How or where do I change the IP address so it doesn't use localhost?
I can trick it by modifying the containers hosts file and replace the localhost IP with the cluster IP. It picks up the service, but then it freaks out and say the service is down, even though it's running.
I kinda want to change our microservice log level at realtime.