Error 404 navigating UI

Hello!

We are experiencing some 404 errors while navigating the UI, in requests like the folowing:

http:/$HOST/webconsole/rest/api/metadata/type/search?from=0&size=25&orderBy=ASC&inDisplayName=true&sortBy=name&grouping=ROLE_TYPE&name=&_=1774443916728

in the response we see the following:

{
    "timestamp": 1774443917363,
    "status": 404,
    "error": "Not Found",
    "path": "/openiam-ui-static/401"
}

any pointers on where to find the root cause? which logs can we search first?

thank you!

Hello @ccaballero646,

Please try the following:

  1. Check esb and idm logs
  2. If nothing is getting printed there, we can check the catalina.out logs under the ui directory

Please let me know what you find.

Thanks.