I am having trouble starting my jboss with
./standalone.sh
in the directory
/ali/wildfly-9.0.1.Final/bin$.
It throws the following error
15:01:37,824 ERROR [org.jboss.as.controller.management-operation]
(Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address:
([("deployment" => "HelloServlet.war")]) - failure description:
"WFLYCTL0212: Duplicate resource [(\"deployment\" => \"HelloServlet.war
\")]"
15:01:37,830 FATAL [org.jboss.as.server] (Controller Boot Thread)
WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting.
To start up a WildFly 8 managed domain, execute the $JBOSS_HOME/bin/domain.sh script. To start up a standalone server, execute the $JBOSS_HOME/bin/standalone.sh. With no arguments, the default configuration is used.
WildFly, formerly known as JBoss AS, or simply JBoss, is an application server written by JBoss, now developed by Red Hat. WildFly is written in Java and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multiple platforms.
“Wildfly is the upstream project JBoss EAP is built on,” said James Falkner, technical product manager for Red Hat Runtimes. “A lot of new features that end up in JBoss EAP start their lives in WildFly.” JBoss AS version 7 — which supported Java EE 6 — was the last official JBoss AS release.
If you are using a deploy tool, check the standalone.xml conf file or HA conf file, at the end you should to delete the "deployments" tag
<deployments>
<deployment name="xxx.war" runtime-name="xxx.war">
<content sha1="fb73e5d66e5184b1d4791a5cb5d61970f73c14b0"/>
</deployment>
</deployments>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With