-
Bug
-
Resolution: Done
-
Critical
-
7.1.3.Final (EAP)
If a deployment in a domain is the same file, deployed with different names to different server-groups, it become the same SHA1.
In that case the stored content will not be updated and the <deployments> section become a new entry which is used by the second server group.
But if one of the deployments will be undeployed or updated the content is complete removed but the second deployment entry is still available.
The second deployment can be used as long as there is a action to it (e.g. restart).
In that case a FATAL error is thrown:
[Host Controller] 11:43:36,493 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([("deployment" => "prod.ear")]) - failure description: "JBAS010876: No deployment content with hash 0807c2c28e5feebb8dfb905788e53b104ecb89fc is available in the deployment content repository for deployment 'prod.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] 11:43:36,496 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.