Hello,
The server.log is throwing exceptions that match the provided article:
2019-07-23 08:26:50,545 ERROR [org.jboss.as.controller.management-operation] WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "Monitor.war")]) - failure description: {
"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'controllerCredentialFactory' defined in ServletContext resource [/WEB-INF/classes/conf/applicationContext.xml]: Cannot resolve reference to bean 'wirelessDomainManager' while setting bean property 'wirelessDomainManager'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'wirelessDomainManager' is defined
Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'controllerCredentialFactory' defined in ServletContext resource [/WEB-INF/classes/conf/applicationContext.xml]: Cannot resolve reference to bean 'wirelessDomainManager' while setting bean property 'wirelessDomainManager'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'wirelessDomainManager' is defined
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'controllerCredentialFactory' defined in ServletContext resource [/WEB-INF/classes/conf/applicationContext.xml]: Cannot resolve reference to bean 'wirelessDomainManager' while setting bean property 'wirelessDomainManager'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'wirelessDomainManager' is defined
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'wirelessDomainManager' is defined"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.undertow.deployment.default-server.default-host./"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
2019-07-23 11:57:25,805 ERROR [org.jboss.as.controller.management-operation] WFLYCTL0013: Operation ("add") failed - address: ([
("socket-binding-group" => "standard-sockets"),
("socket-binding" => "txn-recovery-environment")
]) - failure description: {
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,
"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
"Services that were unable to start:" => ["org.wildfly.network.socket-binding.txn-recovery-environment"],
"Services that may be the cause:" => [
"jboss.http-upgrade-registry.default",
"jboss.http-upgrade-registry.default-https",
"jboss.remoting.remotingConnectorInfoService.https-remoting-connector"
]
}
Basically if the server can't attach to the interface many of the underlying components will fail and throw large amounts of exceptions.
Please follow the article and manually supply the jboss.bind address in the nsjboss.properties.
Thanks
-Ryan