component and deployed it in the jars file of Tigase installation, I am running Tigase 5.2.0. I get a
NoClassDefFoundError tigase/db/Repository. I took the latest tigase-server jar file but the error persists,
basically it means the class is not there. I am not being able to track the right version of tigase-server. Can you
please help me regarding this.
Andrzej Wójcik (Tigase) commented 1 decade ago
What do you mean by I took the latest tigase-server jar file?
Class tigase.db.Repository is only available in latest versions of Tigase XMPP Server (5.3.0-SNAPSHOT or newer). I suppose you used Tigase Message Archiving from master branch which will only work with Tigase XMPP Server 5.3.0-SNAPSHOT or newer.
I applied the new patch suggested in https://projects.tigase.org/issues/1922, I build the message-archiving
component and deployed it in the jars file of Tigase installation, I am running Tigase 5.2.0. I get a
NoClassDefFoundError tigase/db/Repository. I took the latest tigase-server jar file but the error persists,
basically it means the class is not there. I am not being able to track the right version of tigase-server. Can you
please help me regarding this.