When starting wildfly server with: ./standalone.sh or deploying my war I get the error:
21:54:04,596 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "jacks-app-1.0.war")]) - failure description: "WFLYSRV0205: There is already a deployment called jacks-app-1.0 with the same runtime name jacks-app-1.0.war"
As far as I can tell, nothing is deployed. Nothing in the deployments folder? Killed java and tried again, even tried a reboot.
What am I missing?