-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M4, 7.0.0 M5
-
Fix Version/s: 6.2.X EE
-
Component/s: Calendar, Calendar > Upgrade
-
Labels:None
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Databases:HSQLDB 2
-
Git Pull Request:
On first install, got error in the log; steps to recreate the attached stacktrace:
1. Download Liferay 7.0 m4 tomcat bundle
2. Start the portal
${CATALINA_HOME}/bin/startup.sh
3. Tail the logs
tail -f ${CATALINA_HOME}/logs/catalina.out
4. Follow the wizard to setup portal
4.1. Give name and choose HSQL DB
4.2. Proceed to setup portal
5. Note in the logs the exception:
Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: VEVENTUID
I didn't have chance to look much further; but seems that column is in SQL (${CATALINA_HOME}/webapps/calendar-portlet/WEB-INF/sql/tables.sql ) so I'm not sure why this error happens.