-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.1 CE GA2, Master
-
Fix Version/s: 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X, 7.1.0 M2, 7.1.X, Master
-
Component/s: Dev Tools
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Reproduced on:
MySQL 5.6
ee-6.2 > ee-7.0.x GIT ID: 761a3073054dbec73e532df57516ea44a005bb20.
6.2.3 > master GIT ID: 48b12f811a36068721a277f9d7370a1e39e446aa.
Not Reproducible on:
MySQL 5.6
blank database > ee-7.0.x GIT ID: 761a3073054dbec73e532df57516ea44a005bb20.
blank database > master GIT ID: 48b12f811a36068721a277f9d7370a1e39e446aa.
Steps to Reproduce:
- Start 6.2 server
- Select the classic theme as the default theme in the Liferay.com site.
- Login and shutdown it.
- Upgrade database to 7.0 with upgrade tool in 7.0 bundle tools/portal-tools-db-upgrade-client
- java -jar com.liferay.portal.tools.db.upgrade.client.jar
- Start bundle
Other way to reproduce it:
- Download attached database
- Import into MySQL
- Upgrade database to 7.0 with upgrade tool in 7.0 bundle tools/portal-tools-db-upgrade-client
- java -jar com.liferay.portal.tools.db.upgrade.client.jar
- Start bundle
Expected Result:
Bundle starts and loads theme without issue.
Actual Result:
Theme Warnings are thrown during portal navigation.
17:49:49,652 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:49,655 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:57,608 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:57,609 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:57,654 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:57,655 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:58,197 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:58,198 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:58,199 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme. 17:49:58,277 WARN [http-nio-9080-exec-1][ThemeLocalServiceImpl:237] No theme found for specified theme id classic. Returning the default theme.
This does not occur on a non-upgraded bundle
- is caused by
-
LPS-65845 Frontend themes have inconsistent infrastructure
- Closed