-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.X
-
Component/s: Database Upgrade Tool
-
Labels:
-
Fix Priority:5
-
Last Working Version:
-
Git Pull Request:
Steps to Reproduce:
- Compile latest upgrade client from 7.0.x (modules/util/portal-tools-db-upgrade-client)
- Execute upgrade to 7.0.x using
java -jar com.liferay.portal.tools.db.upgrade.client.jar
Expected Result:
Upgrade can be executed.
Actual Result:
Upgrade fails due to
Error: Could not find or load main class
Reason: The class path is missing com.liferay.portal.tools.db.upgrade.client.DBUpgraderLauncher after changes in https://github.com/liferay/liferay-portal-ee/commit/2c34186546e14d3bb3b7d46230081634c89e16b9
Not reproducible on 7.1 or master
- is caused by
-
LPS-91940 Print Java options in the upgrade log file
-
- Closed
-