Scenario to reproduce:
- Install nuxeo-jsf-ui and nuxeo-web using nuxeoctl before the start the server
- Start the server and Follow the wizard.
- At the package selection step, unchecked all addons but nuxeo-jsf-ui, nuxeo-web-ui and nuxeo-drive.
=> The server fails to restart because of the following error:2016-11-15 11:07:33,566 ERROR [org.nuxeo.launcher.connect.ConnectBroker] org.nuxeo.connect.update.PackageException: Package not found: nuxeo-drive
Note that downloads and replaces nuxeo-jsf-ui and nuxeo-web-ui before that.
2016-11-15 11:06:51,826 INFO [org.nuxeo.launcher.connect.ConnectBroker] Relax mode changed from 'ask' to 'false' for executing the pending actions. 2016-11-15 11:06:51,834 INFO [org.nuxeo.launcher.connect.ConnectBroker] Uninstalling nuxeo-web-ui-0.8.0-SNAPSHOT 2016-11-15 11:06:51,896 INFO [org.nuxeo.launcher.connect.ConnectBroker] Download of 'nuxeo-web-ui-0.8.0-SNAPSHOT' will replace the one already in local cache. 2016-11-15 11:06:51,897 INFO [org.nuxeo.launcher.connect.ConnectBroker] Downloading [nuxeo-web-ui-0.8.0-SNAPSHOT]... 2016-11-15 11:06:52,494 INFO [org.nuxeo.launcher.config.ConfigurationGenerator] Include template: /Users/iblonde/Downloads/nuxeo-server-tomcat-8.10-SNAPSHOT 3/templates/common-base 2016-11-15 11:06:52,494 INFO [org.nuxeo.launcher.config.ConfigurationGenerator] Include template: /Users/iblonde/Downloads/nuxeo-server-tomcat-8.10-SNAPSHOT 3/templates/common 2016-11-15 11:06:52,494 INFO [org.nuxeo.launcher.config.ConfigurationGenerator] Include template: /Users/iblonde/Downloads/nuxeo-server-tomcat-8.10-SNAPSHOT 3/templates/default 2016-11-15 11:07:00,401 INFO [org.nuxeo.connect.update.standalone.PackagePersistence] Replacement of nuxeo-web-ui-0.8.0-SNAPSHOT in local cache... 2016-11-15 11:07:00,418 INFO [org.nuxeo.connect.downloads.LocalDownloadingPackage] Added nuxeo-web-ui-0.8.0-SNAPSHOT 2016-11-15 11:07:00,867 INFO [org.nuxeo.launcher.connect.ConnectBroker] Uninstalling nuxeo-jsf-ui-8.10.0-SNAPSHOT 2016-11-15 11:07:00,978 INFO [org.nuxeo.launcher.connect.ConnectBroker] Download of 'nuxeo-jsf-ui-8.10.0-SNAPSHOT' will replace the one already in local cache. 2016-11-15 11:07:00,978 INFO [org.nuxeo.launcher.connect.ConnectBroker] Downloading [nuxeo-jsf-ui-8.10.0-SNAPSHOT]... 2016-11-15 11:07:32,803 INFO [org.nuxeo.connect.update.standalone.PackagePersistence] Replacement of nuxeo-jsf-ui-8.10.0-SNAPSHOT in local cache... 2016-11-15 11:07:32,901 INFO [org.nuxeo.connect.downloads.LocalDownloadingPackage] Added nuxeo-jsf-ui-8.10.0-SNAPSHOT 2016-11-15 11:07:33,566 ERROR [org.nuxeo.launcher.connect.ConnectBroker] org.nuxeo.connect.update.PackageException: Package not found: nuxeo-drive
note: installing the 3 packages directly from the wizard (no previous installation) works fine -> see NXBT-1390 for a workaround
- depends on
-
NXBT-1390 Fix cache inconsistency in RemotePackageSource
- Resolved