Overview
You are facing an issue where all the .ear and .war automatically getting uninstalled while servers are up. After that, we are able to stop all the servers but are not able to start any of them. While starting adminserver it fails with error:
JBAS014612: Operation ("add") failed - address: ([("deployment" => "epadapter.ear")]) - failure description: "JBAS010876: No deployment content with hash d6525556276074eb5dadaf1199e3ef4c6367741f is available in the deployment content repository for deployment 'epadapter.ear'. This is a fatal boot error. To correct the problem, either restart with the --admin-only switch set and use the CLI to install the missing content or remove it from the configuration, or remove the deployment from the xml configuraiton file and restart."
[Host Controller] 12:47:00,524 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010933: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
However, this epadapter.ear is not always fixed in this error, sometimes there is some other .ear and sometimes .war but the error is the same and results in adminserver doesn’t start.
Solution
The issue is likely on the JBoss side.
The .ear/.war file gets undeployed due to a change in the hash no of the .ear and later when you try to deploy the .ear with the same hash it cannot load although sbm-domain modules contain the information.
We expect the JBoss to load the module when the configuration exists with the same hash id.
Please, consult with JBoss support to check if this is expected behavior or bug in the loading module.