Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4276

setting default-interface to crap makes AS completely non-responsive

    XMLWordPrintable

Details

    Description

      [standalone@localhost:9999 socket-binding-group=standard-sockets] /:read-children-names(type=interface)
      'type' is not found among the supported properties: [child-type]
      [standalone@localhost:9999 socket-binding-group=standard-sockets] /:read-children-names(child-type=interface)
      {
      "outcome" => "success",
      "result" => [
      "management",
      "public",
      "unsecure"
      ]
      }
      [standalone@localhost:9999 socket-binding-group=standard-sockets] :write-attribute(name=default-interface,value=non-existing-crap)
      {
      "outcome" => "success",
      "response-headers" =>

      { "operation-requires-reload" => true, "process-state" => "reload-required" }

      }
      [standalone@localhost:9999 socket-binding-group=standard-sockets] /:reload
      {
      "outcome" => "success",
      "response-headers" =>

      {"process-state" => "reload-required"}

      }
      [standalone@localhost:9999 socket-binding-group=standard-sockets] :read-attribute(name=default-interface)
      Failed to perform read-operation-description to validate the request: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out

      console says:

      17:27:25,358 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
      JBAS014775: New missing/unsatisfied dependencies:
      service jboss.network.non-existing-crap (missing) dependents: [service jboss.socket-binding-manager]

      17:27:25,366 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.0.0.Beta1 (AS 7.1.0.Final-redhat-1) started (with errors) in 5676ms - Started 116 of 206 services (43 services failed or missing dependencies, 46 services are passive or on-demand)

      No ports are open. User has to shut down the server, edit standalone.xml and try again.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            pilhuhn Heiko Rupp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: