Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2973

Standalone-full.xml does not have a valid system-properties element when ran with EAP 7.3

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.8.0.GA
    • 7.8.0.GA
    • Build and Assembly
    • None
    • 2020 Week 22-24 (from May 25)

    Description

      Issue when the standalone-full.xml configuration is run:

      [0m�[31m07:41:32,285 ERROR [org.jboss.as.controller] (Controller Boot Thread) 
      
      OPVDX001: Validation error in standalone-full.xml ------------------------------
      |
      |  41:    <extension module="org.wildfly.iiop-openjdk"/>
      |  42: </extensions>
      |  43: <system-properties xmlns="urn:jboss:domain:8.0">
      |      ^^^^ 'system-properties' isn't an allowed element here
      |           
      |           Elements allowed here are: 
      |             deployment-overlays   management            system-properties     
      |             deployments           paths                 vault                 
      |             extensions            profile               
      |             interfaces            socket-binding-group  
      |
      |  44:    <property name="org.kie.example" value="true"/>
      |  45:    <property name="org.jbpm.designer.perspective" value="full"/>
      |  46:    <property name="designerdataobjects" value="false"/>
      |
      | 'system-properties' is allowed in elements: 
      | - server > profile > domain
      | - server > profile > domain > server-groups > server-group
      | - server > profile > host
      | - server > profile > host > servers > server
      | - server > profile > server
      | "
      |
      | The primary underlying error message was:
      | > ParseError at [row,col]:[43,4]
      | > Message: WFLYCTL0198: Unexpected element
      | >   '{urn:jboss:domain:8.0}system-properties' encountered
      |
      |-------------------------------------------------------------------------------
      
      �[0m�[31m07:41:32,296 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
      	at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
      	at org.jboss.as.server.ServerService.boot(ServerService.java:385)
      	at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:374)
      	at java.lang.Thread.run(Thread.java:748)
      

      The issue is likely

      <system-properties xmlns="urn:jboss:domain:8.0">
      

      which should match the same namespace as the parent server element:

      <system-properties xmlns="urn:jboss:domain:11.0">
      

      Attachments

        Activity

          People

            akoufoud@redhat.com Alexandros Koufoudakis
            mmacik@redhat.com Marian Macik
            Martin Cimbalek Martin Cimbalek
            Martin Cimbalek Martin Cimbalek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: