Code Monkey home page Code Monkey logo

keycloak-phone-authenticator-yuntongxun-sms's People

Contributors

fx-hao avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

keycloak-phone-authenticator-yuntongxun-sms's Issues

problem in using jar file in keycloak v16.1.1

Hi. I can compile the project successfully and copy it to /providers of keycloak container but when restart keycloak container, I see this error and exit keycloak container. I am using keycloak v 16.1.1 and postgres v 13.2 . my docker compose configs for keycloak:

keycloak:
depends_on:
- postgres
container_name: keycloak
environment:
DB_VENDOR: postgres
DB_ADDR: postgres
DB_DATABASE: keycloak
DB_USER: keycloak
DB_PASSWORD: keycloak
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
KEYCLOAK_LOGLEVEL: ALL
PROXY_ADDRESS_FORWARDING: 'true'
KEYCLOAK_STATISTICS: all
DEBUG: 'true'
DEBUG_PORT: '*:8787'
image: jboss/keycloak:16.1.1
ports:
#- "18443:8443"
- "18080:8080"
- "8787:8787"
#- "19990:9990"
restart: unless-stopped
networks:
- local-keycloak
volumes:
- keycloak_home_volume:/opt/jboss/keycloak
- keycloak_themes_volume:/opt/jboss/keycloak/themes

error message: 

05:25:09,978 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "metrics")]): java.lang.NullPointerException
at [email protected]//org.wildfly.extension.metrics.MetricsSubsystemAdd$2.execute(MetricsSubsystemAdd.java:91)
at [email protected]//org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:1045)
at [email protected]//org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:777)
at [email protected]//org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:466)
at [email protected]//org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1427)
at [email protected]//org.jboss.as.controller.ModelControllerImpl.boot(ModelControllerImpl.java:550)
at [email protected]//org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:554)
at [email protected]//org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:516)
at [email protected]//org.jboss.as.server.ServerService.boot(ServerService.java:461)
at [email protected]//org.jboss.as.server.ServerService.boot(ServerService.java:414)
at [email protected]//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:455)
at java.base/java.lang.Thread.run(Thread.java:829)

05:25:09,989 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0022: Deploy of deployment "keycloak-server.war" was rolled back with no failure message

@FX-HAO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.