Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-4214

EAP XP 4.0.2 images contain XP 4.0.1 based on 7.4.13

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • None
    • None
    • None
    • None
    • False
    • None
    • False

      Both the jdk11 and jdk17 images for XP 4.0.2 contain wrong server bits

      jboss-eap-xp4-openjdk11-builder-openshift-rhel8-container-4.0-59
      jboss-eap-xp4-openjdk17-builder-openshift-rhel8-container-4.0-28
      

      You can easily see it when looking at the ENV variables (eg. here)

      JBOSS_EAP_VERSION=7.4.13',
      'PRODUCT_VERSION=4.0.1',
      'WILDFLY_VERSION=4.0.1.GA-redhat-00007',
      

      The galleon repo on the builder images does have the correct artifacts as far as I can tell. This causes module loading issues on startup issues like:

      Caused by: org.jboss.modules.xml.XmlPullParserException: Failed to resolve artifact 'org.wildfly.core:wildfly-jmx:15.0.30.Final-redhat-00001' (position: END_TAG seen ...t name="org.wildfly.core:wildfly-jmx:15.0.30.Final-redhat-00001"/>... @33:83)
      at org.jboss.modules.xml.ModuleXmlParser.parseArtifact(ModuleXmlParser.java:1051)
      at org.jboss.modules.xml.ModuleXmlParser.parseResources(ModuleXmlParser.java:938)
      at org.jboss.modules.xml.ModuleXmlParser.parseModuleContents(ModuleXmlParser.java:698)
      at org.jboss.modules.xml.ModuleXmlParser.parseDocument(ModuleXmlParser.java:469)
      at org.jboss.modules.xml.ModuleXmlParser.parseModuleXml(ModuleXmlParser.java:335)
      

      Because the modules are referencing 4.0.1-7.4.13 versions.
       

            Unassigned Unassigned
            pmackay@redhat.com Peter Mackay
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: