Martin Svehla created WFWIP-358:
-----------------------------------
Summary: XP 2 manager can apply XP2 stream on EAP 7.3.3
Key: WFWIP-358
URL:
https://issues.redhat.com/browse/WFWIP-358
Project: WildFly WIP
Issue Type: Bug
Reporter: Martin Svehla
Assignee: Kabir Khan
According to the analysis document:
bq. The manager may be run against any 7.3.z version server. The setup and upgrade
commands will require a minimum base server version for the XP 2.0 patch stream to be
enabled. If the base server is lower than the minimum version, the XP manager may still
run these commands if the user uses the --base-patch argument to upgrade the server to a
compatible version.
but for EAP 7.3.3
{code}
$ java -jar manager.jar status --jboss-home=jboss-eap-7.3
Starting JBoss EAP XP manager (2.0.0.Final-redhat-20200911).
The JBoss EAP server does not have the JBoss EAP XP patch stream setup.
Enabled patch streams and their cumulative patch ids:
- Patch stream: 'JBoss EAP'; Cumulative patch id: 'base'
Available commands in this state are: [setup]
{code}
{code}
$ java -jar manager.jar setup --jboss-home=jboss-eap-7.3
[snip]
The JBoss EAP expansion pack was setup successfully. You may now use the server.
The JBoss EAP expansion pack is currently empty. To get the intended functionality, apply
patches from the JBoss EAP XP patch stream.
{code}
{code}
$ java -jar manager.jar status --jboss-home=jboss-eap-7.3
Starting JBoss EAP XP manager (2.0.0.Final-redhat-20200911).
The JBoss EAP XP patch stream is enabled. You may apply patches both from the JBoss EAP
and the JBoss EAP XP patch streams. While enabled the following support policy applies:
[snip]
You are currently on JBoss EAP XP 2.
Enabled patch streams and their cumulative patch ids:
- Patch stream: 'JBoss EAP'; Cumulative patch id: 'base'
- Patch stream: 'jboss-eap-xp-2.0'; Cumulative patch id: 'base'
Available commands in this state are: [remove]
{code}
According to the analysis document I understood this should not work unless I use
--base-patch to upgrade server version to 7.3.4+.
Also interesting is, that the status says XP2 stream is enabled, but trying to apply XP2
patch fails.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)