Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-31822

(8.1.z) Server doesn't log info about all channels

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Critical Critical
    • None
    • 8.1 Update 2
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      If user provisions EAP with one channel and then adds second channel later, EAP is still logging info about first channel only. I would say that this goes against original motivation, that GSS wants to know all channels that installation is subscribed to.

      Steps to reproduce with XP6:

      ./jboss-eap-installation-manager.sh install --dir=/tmp/customEap --profile=eap-xp-6.0 --repositories=file:/home/$USER/.m2/repository/
      ./jboss-eap-installation-manager.sh channel add --channel-name=my-fake-channel --manifest=org.jboss.qe.eap:fake-channel --repositories=local-repo::file:/home/$USER/.m2/repository/ --dir=/tmp/customEap
      
      $ ./jboss-eap-installation-manager.sh channel list --dir=/tmp/customEap | grep fake-channel
      # my-fake-channel
        manifest: org.jboss.qe.eap:fake-channel
      $ 
      
      $ ./standalone.sh | grep -o "WFLYIM0023.*$"
      WFLYIM0023: Installation was provisioned using the following channel versions: '[ManifestVersion{channelId='org.jboss.eap.channels:eap-xp-6.0', description='null', version='1.0.0.GA-redhat-00015'}, ManifestVersion{channelId='org.jboss.eap.channels:eap-8.1', description='EAP 8.1 Update 2.0', version='1.2.0.GA-redhat-00004'}]'
      

              bstansbe@redhat.com Brian Stansberry
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: