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

domain.xml uses standard-sockets for other-server-group, which uses ha profile, resulting in failure

    XMLWordPrintable

Details

    Description

      Stock domain.xml has other-server-group bound to 'ha' profile but 'standard-sockets'

              <server-group name="other-server-group" profile="ha">
                  <jvm name="default">
                     <heap size="64m" max-size="512m"/>
                  </jvm>
                  <socket-binding-group ref="standard-sockets"/>
              </server-group>
      

      Which results in the following after deploying a distributable web-app:

      [Server:server-one] 22:40:10,822 INFO  [org.jboss.as.controller] (MSC service thread 1-6) Service status report
      [Server:server-one]    Newly corrected services:
      [Server:server-one]       service jboss.binding.jgroups-diagnostics (no longer required)
      [Server:server-one]       service jboss.binding.jgroups-udp (no longer required)
      [Server:server-one]       service jboss.binding.jgroups-udp-fd (no longer required)
      

      Also, the app deployment rolls back.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bmcwhirt@redhat.com Bob McWhirter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: