Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.1 CE GA2, Master
-
7.0.x
-
Committed
-
1
-
3
-
Regression Bug
Description
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
Attachments
Issue Links
- is caused by
-
LPS-65845 Frontend themes have inconsistent infrastructure
- Closed