norricorp
norricorp
Thanks @upgle. Do I run simply run this as a python script?
So you used the jboss-cli.sh rather than the manual approach of copying files? But you still edited the standalone.xml file manually?
This is what I did cd ~/SpringBoot/keycloak/keycloak-6.0.1 bin/jboss-cli.sh --command="module add --name=org.softwarefactory.keycloak.mqtt --resources=~/SpringBoot/keycloak-event-listener-mqtt/target/event-listener-mqtt-jar-with-dependencies.jar --dependencies=org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi" edit standalone/configuration/standalone.xml auth classpath:${jboss.home.dir}/providers/* module:org/softwarefactory/keycloak/mqtt and exaqctly the same problem 16:24:40,028 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013:...
I agree that should happen but it is not starting. The extra line in standalone.xml is preventing it from starting. ------ Original Message ------ From: "Matthieu Huin" To: "mhuin/keycloak-event-listener-mqtt" Cc:...
So having copied the module to modules via jboss-cli.sh, I then have under modules org/softwarefactory/keycloak/mqtt/main: event-listener-mqtt-jar-with-dependencies.jar module.xml where module.xml is standalone.xml is untouched as you suggested. Keycloak now starts. I...
Looked thru' the readme. Do I still need to run jboss-cli.sh to copy the jar and create a module.xml?
well how will keycloak know where the jar is? Ah - under resource root. So still useful to put the jar within keycloak.
Matthieu, firstly sorry for the delay. I had a BSOD and had to move a load of VMs. So I did what was described in the readme file and now...
Mathhieu, I am giving up on this. Followed the instructions using keycloak 6.0.1 and just can't get it to work. More inportantly I am giving up on user registration within...
Actually just found a event-listener-mqtt-jar-with-dependencies.jar.failed file which is created when the module is not loaded at startup. "{\"WFLYCTL0080: Failed services\" => {\"jboss.deployment.unit.\\\"event-listener-mqtt-jar-with-dependencies.jar\\\".STRUCTURE\" => \"WFLYSRV0153: Failed to process phase STRUCTURE of...