You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.boot.docker.compose.core.DockerProcessStartException: Unable to start docker process. Is docker correctly installed?
at org.springframework.boot.docker.compose.core.DockerCli$DockerCommands.getDockerCommand(DockerCli.java:140)
.. note if prod database == oracle you get
Docker Compose file 'src/main/docker/services.yml' does not exist
Suggest a Fix
Require Docker on linux for local run probably - however will it also require on PROD? that's a no-bueno for our organization??
Rocky 9 installation Monolithic App requires docker
Should not require docker locally
application will not start "out of box - per installation instructions"
Reproduce the error
follow installation guide:
install OpenJDK21 / Compiler 21 LTE
Install NodeJS / NPM
npm install -g yo
npm install -g generator-jhipster
mkdir testapp
cd testapp
jhipster
use all defaults - except for...
Databases : Production postgres / Dev H2 disk based
Build is successful
./mvnw
App fails to start
2024-09-28T07:49:49.765-07:00 ERROR 52422 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
org.springframework.boot.docker.compose.core.DockerProcessStartException: Unable to start docker process. Is docker correctly installed?
at org.springframework.boot.docker.compose.core.DockerCli$DockerCommands.getDockerCommand(DockerCli.java:140)
.. note if prod database == oracle you get
Docker Compose file 'src/main/docker/services.yml' does not exist
Suggest a Fix
Require Docker on linux for local run probably - however will it also require on PROD? that's a no-bueno for our organization??
Spring boot is spring boot!
JHipster Version(s)
Welcome to JHipster v8.7.1
JHipster configuration
Welcome to JHipster v8.7.1
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 "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment (Red_Hat-21.0.4.0.7-1) (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.4.0.7-1) (build 21.0.4+7-LTS, mixed mode, sharing)
git version 2.43.5
node: v22.9.0
npm: 10.8.3
'docker' command could not be found
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!
The text was updated successfully, but these errors were encountered: