Until recently, the wildfly admin panel started up without any problems, but now, when accessing via localhost: 9990, the "Connect to Management Interface" panel pops out, which presents an empty list of interfaces and the ability to add something here. Unfortunately, I can not attach a screenshot.
It is not entirely clear why suddenly I am not allowed into the admin panel + what kind of interface?
I tried to add an interface with the following parameters:
- name: management
- Scheme: http
- Hostname: 127.0.0.1
- Port: 9990
but there is an error: "The management interface doesn’t respond, please make sure you’re configured."
At the same time I am authorized, the server is working, there is nothing criminal in the logs.
When accessing http 127.0.0.1:9990/management I get:
{ «outcome» : «failed», «failure-description» : «WFLYCTL0313: Unauthorized to execute operation 'read-resource' for resource '[]' — \»WFLYCTL0332: Permission denied\»», «rolled-back» : true }