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
could you provide more documentation on how to build and deploy it in a Keycloak container ?
What I tried in my dockerfile is :
RUN git clone https://github.com/kokuwaio/keycloak-event-metrics
RUN mvn clean package -f keycloak-event-metrics/pom.xml
then :
COPY --from=builder1 \
/tmp/keycloak-event-metrics/target/keycloak-event-metrics-1.0.1-SNAPSHOT.jar \
$KC_BASE_DIR/providers/
....
RUN $KC_BASE_DIR/bin/kc.sh build
The jar is correctly built but when I start the image I get a ClassNotFound :
ERROR: Unexpected error when starting the server in (production) mode
ERROR: Failed to start quarkus
ERROR: java.lang.ClassNotFoundException: io.kokuwa.keycloak.metrics.junit.PrometheusClient
ERROR: io.kokuwa.keycloak.metrics.junit.PrometheusClient
For more details run the same command passing the '--verbose' option. Also you can use '--help' to see the details about the usage of the particular command.
I'm using Keycloak 23.0.6.
The text was updated successfully, but these errors were encountered:
hello,
could you provide more documentation on how to build and deploy it in a Keycloak container ?
What I tried in my dockerfile is :
then :
The jar is correctly built but when I start the image I get a ClassNotFound :
I'm using Keycloak 23.0.6.
The text was updated successfully, but these errors were encountered: