-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: OpenIDM 5.5.0.1
-
Fix Version/s: OpenIDM 5.5.0.2
-
Component/s: _Update
-
Target Version/s:
-
Verified Version/s:
Update from 5.5.0 to 5.5.0.2 works correctly. Only update from 5.5.0.1 to 5.5.0.2 is affected.
Steps to reproduce:
- install OpenIDM 5.5.0 with a JDBC repo (tested on MySQL)
- start OpenIDM
- cp IDM-5.5.0.1-patch.zip openidm/bin/update/
- ./openidm/cli.sh update --skipRepoUpdatePreview --acceptLicense --user openidm-admin:openidm-admin --url http://localhost:8080/openidm IDM-5.5.0.1-patch.zip
- restart OpenIDM
- cp IDM-5.5.0.2-RC1-patch.zip openidm/bin/update/
- ./openidm/cli.sh update --skipRepoUpdatePreview --acceptLicense --user openidm-admin:openidm-admin --url http://localhost:8080/openidm IDM-5.5.0.2-RC1-patch.zip
Expected result: IDM is updated;
Actual result: IDM is not updated, please look at output below.
Executing ./openidm/cli.sh... Starting shell in /home/kuba/Documents/idm5502/rc1/openidm Mar 07, 2018 4:45:34 PM org.forgerock.openidm.core.FilePropertyAccessor loadProps INFO: Using properties at /home/kuba/Documents/idm5502/rc1/openidm/conf/boot/boot.properties A valid archive was not found in the bin/update directory. Requested filename was = IDM-5.5.0.2-RC1-patch.zip Invalid archive(s) were found: IDM-5.5.0.1-patch.zip: The archive IDM-5.5.0.1-patch.zip can be used only to update version '[5.5.0]' and you are running version 5.5.0.1 IDM-5.5.0.2-RC1-patch.zip: The archive IDM-5.5.0.2-RC1-patch.zip can be used only to update version '[5.5.0]' and you are running version 5.5.0.1 ERROR: Error during execution. The state of OpenIDM is now unknown. Last Attempted step was PREVIEW_ARCHIVE. Now attempting recovery steps. Exiting maintenance mode... No longer in maintenance mode. Resuming the job scheduler. Scheduler has been resumed.
Tested build: IDM-5.5.0.2-RC1-patch
- is duplicated by
-
OPENIDM-10461 Incorrect version of IDM in UI during update to 5.5.0.2 via UI.
-
- Closed
-
- mentioned in
-
Page Loading...