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

[8.1.0.GA] - [GSS](8.0.z) jboss-client.jar and jboss-cli-client.jar different in JBoss EAP XP 5.0

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      There're several ways of installing JBoss EAP XP 5.0:

      1. When installing the latest JBoss EAP 8.0 update with the latest JBoss EAP XP 5.0 using:
      $ jboss-eap-installation-manager.sh install --dir=jboss-eap-xp-5.0 --profile=eap-xp-5.0 --accept-license-agreements 
      
      1. Installing JBoss EAP XP 5.0 on top of an existing JBoss EAP 8.0 server, as from the official Using JBoss EAP XP 5.0 documentation
        $ jboss-eap-installation-manager.sh install --profile=eap-8.0 --dir=jboss-eap-8.0 --accept-license-agreements
        
        $ jboss-eap-installation-manager.sh channel add  --channel-name eap-xp-5.0 --manifest org.jboss.eap.channels:eap-xp-5.0  --repositories=mrrc-ga::https://maven.repository.redhat.com/ga  --dir jboss-eap-8.0
        
        $ jboss-eap-installation-manager.sh feature-pack add --fpl org.jboss.eap.xp:wildfly-galleon-pack --dir jboss-eap-8.0
        

      these configuration files are missing.

      Both approaches do install the same server version, but the

      • jboss-cli-client.jar
      • jboss-client.jar

      are different:

      $ diff jboss-eap-8.0/.galleon/hashes/bin/client/hashes jboss-eap-xp-5.0/.galleon/hashes/bin/client/hashes                                                                                                 in bash at 09:34:34
      6c6
      < 7e4f5427132edd3fa1ce3a23e3043f1a3e699228
      ---
      > 1de27557ff7963f298a19b8651e7427eb8769611
      8c8
      < ca32d83f851d59a795fe8325c7c3e910b9a26bcd
      ---
      > fe8a861f9be7e9e7708a866f2600ba334fa82cc2
      
      $ find jboss-eap-* -name jboss-cli*.jar -exec md5sum {} +                                                                                                                                                 in bash at 09:35:33
      d86238e7768cc1c56a83eb16ad83090a  jboss-eap-8.0/bin/client/jboss-cli-client.jar
      c96ab9f1b4af8de7e779c1b7e3ead455  jboss-eap-8.0/bin/client/jboss-client.jar
      b94f342aa17afd832964fe1b3c540990  jboss-eap-xp-5.0/bin/client/jboss-client.jar
      765c668d16593431d90a8e8b012e5336  jboss-eap-xp-5.0/bin/client/jboss-cli-client.jar
      

              spyrkob Bartosz Spyrko-Smietanko (Inactive)
              rhn-support-jbaesner Joerg Baesner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: