hurry wang opened 8 years ago
|
|
Hi there, can you go over your setup? Did you start with an older version of Tigase and try a new version? It sounds like your database schema is outdated, and it has been upgraded a few times since v7.0.0. You may want to look at http://docs.tigase.org/tigase-server/snapshot/Administration_Guide/html/#v710notice for some more information about upgrading a schema in place. |
|
Hi, Thanks for your response ,my issue has been solved, I was update the pubsub schema mysql-pubsub-schema-3.2.0.sql; Thanks again. |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
4575
|
Version |
tigase-server-7.1.0
|
Issue Votes (0)
Watchers (0)
Hi,
I was try to use pubsub component,the configration is like this
--comp-name-4 = pubsub
--comp-class-4 = tigase.pubsub.PubSubComponent
but when I start my program, there was an error in tigase-console.log:
=================================================
ERROR! Terminating the server process.
PubSub Component is not compatible with
database schema which exists in
jdbc:mysql://192.168.55.216:3501/newtigdb?user=tigase&password=dbetone&useUnicode=true&characterEncoding=UTF-8&autoCreateUser=true
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...
2016-09-22 10:55:07.247 [MainShutdownThread] MonitorRuntime$MainShutdownThread.run() WARNING: ShutdownThread started...
Total number of threads: 370
No locked threads.
=====================================================
I have followed the steps ,but did not solve it,look forwar for your response,thanks a lot.