Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-9035

Rest endpoint not loaded in domain mode due to missing socket-bindings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.2.2.Final, 9.3.0.Alpha1
    • 9.2.1.Final
    • Server
    • None

    Description

      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:

      [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)
      

      Attachments

        Activity

          People

            remerson@redhat.com Ryan Emerson
            remerson@redhat.com Ryan Emerson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: