JBAS014883: Resource definition not registered. Local JBoss not working

I have a Gradle project that I am trying to deploy locally with gradlew stopServers deploy startServers, but it does not work with this error:

:components/verification-ear:stopServers
Stopping server: localhost/server-three
Failed to get the list of the operation properties: "JBAS014883: No resource definition is registered for address [
    ("host" => "localhost"),
    ("server-config" => "server-three")
]"
:components/verification-ear:stopServers FAILED

FAILURE: Build failed with an exception.

I do not understand why this generates an error. I have servers 1 and 2 disabled, and 3 running on full ha. My variable is JBOSS_HOMEcorrect and I work in domain mode from the JBoss Home recycle bin.

+4
source share

Source: https://habr.com/ru/post/1650583/


All Articles