View Single Post
  #4 (permalink)  
Old 05-31-2009, 12:02 AM
gldneagl gldneagl is offline
Junior Member
 
Join Date: Mar 2009
Posts: 6
Cool updates

After trying the upgrade steps to move from a derby DB to Mysql DB provided in the email upgrade email I received, I still get errors because of tables that can't be found in the database.

The following occurs when I try to start the FCserver, and the start then fails.

==========================

2009-05-30 06:38:33,025 PM CDT ERROR - add group error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.chat_group' doesn't exist
2009-05-30 06:38:33,028 PM CDT ERROR - update group error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.chat_group' doesn't exist
2009-05-30 06:38:34,933 PM CDT ERROR - update ban list error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.ban_list' doesn't exist
2009-05-30 06:38:35,017 PM CDT ERROR - add user error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.users' doesn't exist
2009-05-30 06:38:35,020 PM CDT ERROR - update user error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.users' doesn't exist
2009-05-30 05:40:07,583 PM GMT-06:00 ERROR - delete server info error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.server_info' doesn't exist
2009-05-30 05:40:07,610 PM GMT-06:00 ERROR - add server info error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.server_info' doesn't exist
2009-05-30 05:40:13,726 PM GMT-06:00 ERROR - get buddy group list error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.buddy_group' doesn't exist
2009-05-30 05:40:13,730 PM GMT-06:00 ERROR - get group error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'imm.chat_group' doesn't exist
2009-05-30 05:40:13,731 PM GMT-06:00 ERROR - Start chat server failed: java.lang.Exception: group is null


==========================

mysql uses a standard underscore mark between the DB name and the DB table name, so why is your app looking for these tables with a period used as a separator?

Barry Willie Black
The Rogue Prince of Texas
Reply With Quote