Tue Sep 30, 2014 3:11 pm by tpol
I followed the instruction on the first post, serviio (version 1.4.1.2) doesn't complete the startup process, it's stuck somewhere, i enabled the debug level:
2014-09-30 17:16:33,649 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-09-30 17:16:33,838 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2014-09-30 17:16:33,868 INFO [DatabaseManager] Using MYSQL database language
2014-09-30 17:16:43,761 DEBUG [DBSchemaUpdateExecutor] Error reading db log table, probably doesn't exist yet. Will execute the script.
2014-09-30 17:16:43,765 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2014-09-30 17:16:43,775 DEBUG [DBSchemaUpdateExecutor] Error reading db log table, probably doesn't exist yet. Will execute the script.
....
2014-09-30 17:16:44,071 INFO [DBSchemaUpdateExecutor] Updating DB schema
2014-09-30 17:16:44,138 DEBUG [JdbcUtils] An exception occurend when executing SQL statement
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DB_SCHEMA_VERSION' already exists
.....
2014-09-30 10:06:52,487 INFO [DBSchemaUpdateExecutor] Cleaning temporary cache
2014-09-30 17:18:36,892 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
The last line says "Reading all ConfigEntries", after that nothing more appears and it doesnt' complete the startup
Do u have any idea? what do i miss to correctly switch to mysql?