-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.2.0 CE GA1
-
Labels:
-
Environment:Liferay CE 6.2 GA1
Tomcat 7.0.42, JDK
OS Name: Linux
OS Version: 3.5.0-43-generic
Architecture: amd64
JVM Version: 1.7.0_45-b18
JVM Vendor: Oracle Corporation
-
Fix Priority:5
I am trying to upgrade from CE 6.1.1 GA2 to CE 6.2 GA1.
The upgrade procedure stops with NPE in com.liferay.portal.upgrade.v6_2_0.UpgradeDynamicDataMapping at row 203. The reason is that in StringUtil.toUpperCase(templateKey.trim()) the templateKey is NULL.
To reproduce this bug you need to have a row in DDMTemplate where the templateKey is set to Null.
When I removed the problem template row from DDMTemplate table the upgrade procedure passed this step.