Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Database Issues

 MySql

Symptoms

Solution

Complains of missing tables despite the tables existing.
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'up26.up_layout_param' doesn't exist

Your mysql server is running in case-sensitive mode.  Edit your mysql server configuration and set:

lower_case_table_names=1

This config file is found under /etc/mysql/my.cnf on unix systems.  After setting this option, reboot your mysql server, drop the uPortal tables, and run the initportal task again.


  • No labels