ESDLMapEditorESSIM / docker-toolsuite

All information to install, setup and run the ESDL MapEditor and ESSIM toolsuite on your local machine
2 stars 5 forks source link

Stuck at step 2 #21

Open Djaroulayealhassane opened 4 months ago

Djaroulayealhassane commented 4 months ago

Hello, I run into a problem at step 2 (importing the keycloak settings for the mapeditor). I get past the first command (docker cp keycloak/esdl-mapeditor-realm.json keycloak:/tmp/esdl-mapeditor-realm.json), which gets copied succesfully. However, the second command is (docker exec -it keycloak /opt/jboss/keycloak/bin/standalone.sh -Djboss.socket.binding.port-offset=100 -Dkeycloak.profile.feature.upload_scripts=enabled -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.strategy=OVERWRITE_EXISTING -Dkeycloak.migration.file=/tmp/esdl-mapeditor-realm.json) where I get stuck at and it shows the following:

IMG_8668 IMG_8667

I am using Windows Home 11, if you need any more information please let me know. Thank you

sdriel commented 2 months ago

Hi, have you found a solution for this yet?

ewoudwerkman commented 2 months ago

I've commited a major update: I've updated the documentation and updated Keycloak to the latest version. At my machine it works ;-) Please try it out and see if it works (step two is removed completely)

ewoudwerkman commented 2 months ago

To make sure you start with a clean slate issue a docker compose down -v in the BaseInfrastructure folder. This will remove all previous data (if any).