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

Cannot start server following the instructions in microprofile-fault-tolerance QS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.3.1.CR2, 7.3.1.GA
    • EAP-XP-1.0.0.GA-CR1
    • Quickstarts
    • None

      Following the instructions in microprofile-faul-tolerance QS in EAP XP 1.0.0.GA-CR1 starting the server fails:

      [nziakova@laptop microprofile-fault-tolerance]$ mvn wildfly:run &
      [1] 21982
      [nziakova@laptop microprofile-fault-tolerance]$ [INFO] Scanning for projects...
      [ERROR] [ERROR] Some problems were encountered while processing the POMs:
      [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-jaxrs:jar is missing. @ line 51, column 18
      [ERROR] 'dependencies.dependency.version' for org.jboss.logging:jboss-logging:jar is missing. @ line 56, column 18
      

      There are more accompanying issues:

      • WildFly BOM is used instead of EAP one.
      • Readme says "where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0"." but there's no such version of the BOM.
      • The imported BOM does not manage resteasy-jaxrs and jboss-logging dependencies (I have tried both org.jboss.bom:jboss-eap-xp-microprofile:1.0.0.GA and org.wildfly.bom:wildfly-microprofile:19.0.0.Final)
      • This is an unsupported way of starting EAP server, I suggest using standard section for starting the server that is used in other QS, i.e.:
        $ EAP_HOME/bin/standalone.sh 
        

            rhn-engineering-rhusar Radoslav Husar
            nziakova@redhat.com Nikoleta Ziakova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: