Skip to main content

Unable to start keycloak locally on a Azure DevBox, When I run the keycloak.bat file from OneDesktop, it is immediately terminated as per console logs. Can anyone help with the diagnosis?

I found the answer to this. There are two things to keep in mind whenever you setup a new project locally-

  1. make sure keycloak, pgsql, mdm, mdm-server folder names are as mention in the documentation.
  2. make sure when these packages are unzipped, the sub-folders are extracted properly.

In my case, second point was the issue.


Reply