While trying to redeploy the Sigma.WAR utility, I am unable to start JBOSS.
Below is the error.
Calling "C:\JBoss\jboss-eap-7.2.0\jboss-eap-7.2\bin\standalone.conf.bat"
Setting JAVA property to "D:\CA\java\bin\java"
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: "C:\JBoss\jboss-eap-7.2.0\jboss-eap-7.2"
JAVA: "D:\CA\java\bin\java"
JAVA_OPTS: "-Dprogram.name=standalone.bat -Xms2048M -Xmx2048M -XX:MaxPermSize=1024M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dresetportaladmin -verbose:gc -Xloggc:"C:\JBoss\jboss-eap-7.2.0\jboss-eap-7.2\standalone\log\gc.log" -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading "
===============================================================================
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0
08:33:55,020 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.8.Final-redhat-00001
08:33:55,363 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.8.Final-redhat-00001
08:33:55,385 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final-redhat-1
08:33:55,510 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: JBoss EAP 7.2.4.GA (WildFly Core 6.0.16.Final-redhat-00002) starting
08:33:56,232 INFO [org.wildfly.security] (ServerService Thread Pool -- 23) ELY00001: WildFly Elytron version 1.6.4.Final-redhat-00001
08:33:56,502 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
08:33:56,548 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 31) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
08:33:56,631 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "sigma.war")]) - failure description: "WFLYSRV0137: No deployment content with hash f61c1e9cd678a007d4a299a579c3757f7d7421ec is available in the deployment content repository for deployment 'sigma.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 configuration file and restart."
08:33:56,647 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
08:33:56,662 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: JBoss EAP 7.2.4.GA (WildFly Core 6.0.16.Final-redhat-00002) stopped in 10ms
Press any key to continue . . .
Release : 14.x
The error WFLYSRV0137 indicates that the JBoss EAP server is unable to delete entries defined in standalone.xml/domain.xml with the same hash for the deployed application.
Below are some possible solutions. For further assistance please engage your JBoss support.
https://access.redhat.com/solutions/1370523
(Explains how to delete the hash entries from domain.xml and then restart the server.)
https://muhammadkhojaye.blogspot.com/2014/01/jboss-deployment-war-error-on-startup.html
A google search for WFLYSRV0137 will turn up additional hits.