Tempo aproximado para leitura: 00:01:00min
Ocorrência
Ocorre o erro no log do Fluig:
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "helloWorld.war")]) - failure description: "WFLYDC0058: No deployment content with hash 12345678910aa111bb2131cc4151617119 is available in the deployment content repository for deployment 'helloWorld.war'. 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."
Ambiente
TOTVS Fluig Plataforma - Widgets - Todas as versões
Causa
O erro informa que não está conseguindo encontrar a hash da widget helloWorld.war, no seu domain.xml (...fluig\appserver\domain\configuration) existe uma tag que força o deploy desse componente.
Deve ter algo assim na tag deployments:
<deployments>
<deployment name="helloWorld.war" runtime-name="helloWorld.war">
<content sha1="12345678910aa111bb2131cc4151617119"/>
</deployment>
</deployments>
Solução
Remova ou comente essa tag para que a plataforma não tente o enviar o arquivo para o Fluig.
0 Comentários