Why is my jhipster backend not launching?

Viewed 26

I have created a jhipster project with everything set to default except:

  • OAuth 2.0 / OIDC Authentication
  • MariaDB as Production
  • H2 as Dev
  • Gradle

However, on executing ./gradlew it just crashes with this dump: https://pastebin.com/upBNR9V9

I think it is the Keycloak server causing issues but I don't know how I can troubleshoot this.

0 Answers
Related