The management console could not be loaded.
Make sure the server is up and running. Please check the log files for possible errors during startup.
Verify you have added users which are able to access the admin console.
To add a new user execute the
add-user.sh
script within the bin folder of your installation and enter the requested information.
Check that the management endpoint at ${endpoints().dmr()} is available.
Make sure you've added ${org.jboss.hal.config.Endpoints.getBaseUrl()} as allowed origin and reload the server. Use one of of the following CLI commands to add allowed origins:
Standalone:
/core-service=management/management-interface=http-interface:list-add(name=allowed-origins,value=${org.jboss.hal.config.Endpoints.getBaseUrl()}
Domain:
/host=master/core-service=management/management-interface=http-interface:list-add(name=allowed-origins,value=${org.jboss.hal.config.Endpoints.getBaseUrl()}