I thought I solved this problem at some point, but it seems to have recovered again. It does not seem to affect any other instance other than my Windows desktop. This does not prevent me from performing any functions (start, stop, deployment, administrator console, etc. Everything works).
I found a way to disable the message as it constantly populated my logs. If you add the following entry to the logging.properties configuration file, it will disable these messages.
javax.enterprise.system.tools.admin.level = OFF
In the end, I will come back and find out why the error occurred again, but I really have a more important job that is worth doing right now, besides investigating this unpleasant problem.
source share