-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.10
-
Fix Version/s: HOTFIX_10.10, 2021.x
-
Component/s: nuxeoctl start/stop/admin
-
Tags:
-
Backlog priority:500
How to reproduce
Install Nuxeo 10.10 from ZIP install
#notice the following first installs HFs, then addons nuxeoctl mp-install nuxeo-web-ui nuxeo-jsf-ui nuxeo-dam nuxeo-10.10-HF38 --accept=true cd .. & dir /b/s > HF38-1.txt & cd bin nuxeoctl mp-install nuxeo-10.10-HF47 --accept=true nuxeoctl mp-uninstall nuxeo-10.10-HF39 --accept=true cd .. & dir /b/s > HF38-2.txt & cd bin bash -c "diff HF38-1.txt HF38-2.txt | grep -v packages > diff.txt"
leads to the following diff.txt output:
nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-platform-imaging-core-10.10-HF37.jar --- nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-platform-imaging-core-10.10.jar +++ nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-platform-video-api-10.10-HF27.jar --- nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-platform-video-api-10.10.jar +++ nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-platform-video-core-10.10-HF37.jar --- nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-platform-video-core-10.10.jar +++ nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-search-ui-10.10-HF38.jar --- nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-search-ui-10.10.jar +++ nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-web-ui-10.10-HF38.jar --- nuxeo-server-10.10-tomcat\nxserver\bundles\nuxeo-web-ui-10.10.jar
A possible workaround is to install using:
nuxeoctl mp-install nuxeo-web-ui nuxeo-jsf-ui nuxeo-dam --accept=true nuxeoctl mp-install nuxeo-10.10-HF38 --accept=true nuxeoctl mp-install nuxeo-10.10-HF47 --accept=true nuxeoctl mp-uninstall nuxeo-10.10-HF39 --accept=true
where this does not provoke any relevant difference in version of installed bundles