|
From: o h. <oh...@ya...> - 2019-06-21 19:54:55
|
I am trying to configure the JBoss remoting: https://www.ejbca.org/docs/WildFly_10___JBoss_EAP_7.0.html When I try to run this in the CLI when I am setting up the remoting: /subsystem=remoting/http-connector=http-remoting-connector:remove I am getting the following: [sta...@19...:9990 /] /subsystem=remoting/http-connector=http-remoting-connector:remove { "outcome" => "failed", "failure-description" => "WFLYCTL0441: Operation has resulted in failed or missing services WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service org.wildfly.clustering.cache.registry-entry.ejb.client-mappings] WFLYCTL0448: 4 additional services are down due to their dependencies being missing or failed", "rolled-back" => true } Also, when I run the following to setup TLS: /subsystem=undertow/server=default-server/http-listener=http:write-attribute(name=redirect-socket, value="httpspriv") I am getting the following: { "outcome" => "failed", "failure-description" => "WFLYCTL0369: Required capabilities are not available: org.wildfly.network.socket-binding.httpspriv; Possible registration points for this capability: /socket-binding-group=*/socket-binding=*", "rolled-back" => true } How can I correct those errors? Thanks,Jim |