-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.0 Preview
-
Fix Version/s: 6.0.0 Preview
-
Component/s: ~ [Archived] Social Networking
-
Labels:None
-
Environment:Windows, Linux, Tomcat 6.0
Trying to get to 5.2.6 with branch revision 36401, but having the following error during upgrade :
log :
Starting Liferay Portal Standard Edition 5.2.3 (Augustine / Build 5203 / May 20, 2009)
16:01:21,953 WARN [ReleaseLocalServiceImpl:246] Unknown column 'testString' in 'where clause'
16:01:21,984 INFO [DBUtil:544] Database does not support case sensitive queries
16:01:22,000 INFO [UpgradeProcess:95] Upgrading com.liferay.portal.upgrade.UpgradeProcess_5_2_4
16:01:22,000 INFO [UpgradeProcess:95] Upgrading com.liferay.portal.upgrade.v5_2_4.UpgradeBlogs
16:01:22,546 INFO [UpgradeProcess:95] Upgrading com.liferay.portal.upgrade.v5_2_4.UpgradePortletId
16:01:22,593 INFO [UpgradeProcess:95] Upgrading com.liferay.portal.upgrade.v5_2_4.UpgradeSocial
16:01:24,078 ERROR [MainServlet:168] com.liferay.portal.kernel.events.ActionException: com.liferay.portal.upgrade.UpgradeException: com.liferay.portal.upgrade.UpgradeException: java.sql.BatchUpdateException: Unknown column 'ype_' in
'field list'
com.liferay.portal.kernel.events.ActionException: com.liferay.portal.upgrade.UpgradeException: com.liferay.portal.upgrade.UpgradeException: java.sql.BatchUpdateException: Unknown column 'ype_' in 'field list'
There is a typo.
../upgrade/v5_2_4/util/SocialRelationTable.java
public static final Object[][] TABLE_COLUMNS = {
,
,
,
,
,
,
{"ype_", new Integer(Types.INTEGER)}};
- relates
-
LPE-1256 New framework for upgrading
-
- Closed
-