|
|||
|
What do I need to do to get this issue working? I get the message:
Derby database server started failed: java.lang.Exception: DRDA_NoIO.S:Could not connect to Derby Network S erver on host 127.0.0.1, port 20208: Connection refused I believe the first time I started wmserver it worked, but after that it didn't.. Thanks |
|
|||
|
Same result but a little different reason for the error:
[root@ns2 ~]# /var/www/123flashchat/server/fcserver.sh start Starting server ...... [root@ns2 ~]# Data transfer is starting ... Preparing data export ... ----== ->->->-> Flash Chat Server Software, Flash Audio/Video Chat Script, Online Webcam Chat, Web Chat Room Software Free Download <-<-<-< ==----- Welcome to use 123 Flash Chat Server 7.2 (build 20090526) This is a full version of 123 Flash Chat Server 7.2 (build 20090526) for 50 users license ----== ->->->-> Flash Chat Server Software, Flash Audio/Video Chat Script, Online Webcam Chat, Web Chat Room Software Free Download <-<-<-< ==----- Starting the derby database server on: /127.0.0.1:10702 Exporting data from derby ... Warning: You don't have the image-transfer module license to set image-transfer to "On" -- default Warning: You don't have the chat-room-remote-controller-msn-edition module license to set chat-room-remote-controller-msn-edition to "On" -- default Preparing data import ... Set System Timezone GMT-6 Derby database server started failed: gc ================================== Why is this failing? Barry Willie Black The Rogue Prince of Texas |
|
|||
|
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 |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|