Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2886
|
Spent time |
1h 30m
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2886
|
Spent time |
1h 30m
|
Hi!
I have weird problems with the Tigase PubSub Component. While using it, the server crashes.
In tigase-console.log:
ERROR! Terminating the server process.
PubSub Component is not compatible with
database schema which exists in
jdbc:mysql://213.95.255.19/xmpp?user=xmpp&password=Iez6oPei
This component uses newer schema. To continue
use of currently deployed schema, please use
older version of PubSub Component.
To convert database to new schema please see:
https://projects.tigase.org/projects/tigase-pubsub/wiki/PubSub_database_schema_conversion
ShutdownThread started...
I tried to follow the instructions on https://projects.tigase.org/projects/tigase-pubsub/wiki/PubSub_database_schema_conversion
But it does not work, while using:
sh ./database/pubsub-db-migrate.sh -in-repo-class tigase.pubsub.repository.PubSubDAO:
ERROR! Terminating the server process.
PubSub Component is not compatible with
database schema which exists in
jdbc:mysql://213.95.255.19/xmpp?user=xmpp&password=Iez6oPei
This component uses newer schema. To continue
use of currently deployed schema, please use
older version of PubSub Component.
To convert database to new schema please see:
https://projects.tigase.org/projects/tigase-pubsub/wiki/PubSub_database_schema_conversion
2015-03-30 14:16:08.408 [main] PubSubDAOJDBC.checkSchema() FINEST: Exception during checkSchema: java.sql.SQLException: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
Any ideas?
Best Regards
Robert