Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-8383

Problem with bootstrap.xml after artemis upgrade

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • None

      We have found strange problem when upgrading ActiveMQ Artemis instance from version 2.29.0 and higher to the same or higher version.
      After running command artemis upgrade /path/to/instance, web section in bootstrap.xml is broken and Artemis cannot start. It looks like:

      <web path="web" rootRedirectLocation="console">
         <binding name="artemis" uri="http://localhost:8161">
            <app name="branding" name="branding" url="activemq-branding" war="activemq-branding.war"/>
            <app name="plugin" name="plugin" url="artemis-plugin" war="artemis-plugin.war"/>
            <app name="console" url="console" war="console.war"/>
         </binding>
      </web>

      After each upgrade, duplicate property "name" is added to the some app sections.

      When upgrading to the current version, it also breaks bootstrap.xml. Tried in Windows and Linux, does not differ.
      When upgrading from 2.28 and earlier, it does not cause problem. I'm not sure but it seems that bootstrap.xml does not contain name property in previous versions.

      Steps to reproduce: unzip apache-artemis archive, create instance and upgrade (Windows example):

      artemis.cmd create --user admin --password password --require-login C:\path\to\artemis-inst-2.29.0
      artemis.cmd upgrade C:\path\to\artemis-inst-2.29.0

            csuconic@redhat.com Clebert Suconic
            rh-messaging-ci Messaging CI
            Samuel Gajdos Samuel Gajdos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: