From: Tomas G. <to...@pr...> - 2019-06-25 08:33:50
|
Hi, My guess is that some previous command failed and was not performed, leading to the "unmet dependency" you see here. Regards, Tomas -- PrimeKey Tech Days 2019 Stockholm, Sweden 17-18 September www.primekey.com/tech-days On 2019-06-21 21:54, o haya via Ejbca-develop wrote: > 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: > > [standalone@192.168.XX.YY: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 > > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |