-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.0 CE GA1, 6.2.0 CE M4
-
Fix Version/s: 6.2.0 CE B2
-
Component/s: Legacy
-
Labels:
-
Environment:Liferay 6.1 Tomcat Bundle
-
Story Points:3
-
Fix Priority:4
Starting liferay bundle without en_US gives a LayoutException.
- Unzip Liferay 6.1 tomcat bundle
- Delete all webapps except for ROOT
- Add a portal-ext.properties and a system-ext.properties
portal-ext.properties should contain
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/db-name?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=username
jdbc.default.password=password
locales=fr_CA,en_CA
system-ext.properties should contain :
user.country=CA
user.language=fr
- Start the server
- A stack trace is displayed (see attachment)