[infinispan-issues] [JBoss JIRA] (ISPN-9035) Rest endpoint not loaded in domain mode due to missing socket-bindings
Ryan Emerson (JIRA)
issues at jboss.org
Wed Apr 4 06:52:01 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan Emerson updated ISPN-9035:
-------------------------------
Status: Open (was: New)
> Rest endpoint not loaded in domain mode due to missing socket-bindings
> ----------------------------------------------------------------------
>
> Key: ISPN-9035
> URL: https://issues.jboss.org/browse/ISPN-9035
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.2.1.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.2.2.Final
>
>
> Rest endpoint cannot be loaded on startup due to the mangement-http and mangement-https socket bindings not being configured in domain.xml resulting in the following error:
> {code}
> [Server:server-two] 12:03:08,084 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan-endpoint"),
> [Server:server-two] ("rest-connector" => "rest-connector")
> [Server:server-two] ]) - failure description: {
> [Server:server-two] "WFLYCTL0412: Required services that are not installed:" => [
> [Server:server-two] "org.wildfly.network.socket-binding.management-https",
> [Server:server-two] "org.wildfly.network.socket-binding.management-http"
> [Server:server-two] ],
> [Server:server-two] "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.datagrid-infinispan-endpoint.rest.rest-connector is missing [org.wildfly.network.socket-binding.management-http, org.wildfly.network.socket-binding.management-https]"]
> [Server:server-two] }
> [Server:server-two] 12:03:08,126 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
> [Server:server-two] WFLYCTL0184: New missing/unsatisfied dependencies:
> [Server:server-two] service org.wildfly.network.socket-binding.management-http (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
> [Server:server-two] service org.wildfly.network.socket-binding.management-https (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
> [Server:server-two]
> [Server:server-two] 12:03:08,166 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> [Server:server-two] 12:03:08,169 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: Infinispan Server 9.2.2-SNAPSHOT (WildFly Core 3.0.8.Final) started (with errors) in 10503ms - Started 206 of 257 services (1 services failed or missing dependencies, 126 services are lazy, passive or on-demand)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list