java - JBAS014883: No resource definition is registered - Local JBoss failing -


i have gradle project i'm trying deploy locally gradlew stopservers deploy startservers fails error:

:components/verification-ear:stopservers stopping server: localhost/server-three failed list of operation properties: "jbas014883: no resource definition registered address [     ("host" => "localhost"),     ("server-config" => "server-three") ]" :components/verification-ear:stopservers failed  failure: build failed exception. 

i don't understand why throwing error. have servers 1 & 2 shut off while 3 running full-ha. jboss_home variable correct , i'm running in domain mode jboss home bin.


Comments