Open Djaroulayealhassane opened 5 months ago
Hi, have you found a solution for this yet?
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)
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).
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:
I am using Windows Home 11, if you need any more information please let me know. Thank you