-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jhipster Registry Docker fails to start after Mac OS 15.3.1 update #28726
Labels
Comments
I tried to reproduce this issue and you're right, with the
|
@RafaelMonteiroExaud Are you able to use Consul as a workaround? "serviceDiscoveryType": "consul", |
What I did as a workaround was setup a Windows machine to work on the project for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the issue
After updating to the latest Mac OS version (15.3.1), I am now unable to start the Docker container for Jhipster Registry in an existing project.
I managed to reproduce the problem by creating a new project with a new microservice, and trying to run the Registry container from there.
Even after completely uninstalling Docker and reinstalling it, the problem persists (and across reboots).
The following is the full logs from start until the container finishes due to failing to start:
Crash logs
JHipster info
██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║
╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗
╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝
https://www.jhipster.tech
Welcome to JHipster v8.9.0
Welcome to the JHipster Information Sub-Generator
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "17.0.10" 2024-01-16 LTS
OpenJDK Runtime Environment Corretto-17.0.10.7.1 (build 17.0.10+7-LTS)
OpenJDK 64-Bit Server VM Corretto-17.0.10.7.1 (build 17.0.10+7-LTS, mixed mode, sharing)
git version 2.39.3 (Apple Git-146)
node: v20.14.0
npm: 10.7.0
Docker version 27.5.1, build 9f9e405
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Congratulations, JHipster execution is complete!
If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/
Thanks for using JHipster!
jhipster info
output is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample usingjhipster from-issue
command.Motivation for or Use Case
I need the registry to work to be able to run the other microservices, and without this fixed, development pretty much comes to a halt.
Reproduce the error
Just create a new project by selecting all the default options in the generator (or no when a Y/n question), except for:
Related issues
Suggest a Fix
JHipster Version(s)
Happens in both 8.5.0 and 8.9.0
Browsers and Operating System
OS: Mac OS X 15.3.1
The text was updated successfully, but these errors were encountered: