at tigase.mongodb.MongoMsgRepository.initRepository(MongoMsgRepository.java:295)
at tigase.server.amp.action.Store.setProperties(Store.java:190)
at tigase.server.amp.AmpComponent.setProperties(AmpComponent.java:259)
at tigase.conf.ConfiguratorAbstract.setup(ConfiguratorAbstract.java:540)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:177)
at tigase.conf.Configurator.componentAdded(Configurator.java:50)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:1)
at tigase.server.AbstractComponentRegistrator.addComponent(AbstractComponentRegistrator.java:116)
at tigase.server.MessageRouter.addComponent(MessageRouter.java:108)
at tigase.server.MessageRouter.addRouter(MessageRouter.java:145)
at tigase.server.MessageRouter.setProperties(MessageRouter.java:704)
at tigase.conf.ConfiguratorAbstract.setup(ConfiguratorAbstract.java:540)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:177)
at tigase.conf.Configurator.componentAdded(Configurator.java:50)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:1)
at tigase.server.AbstractComponentRegistrator.addComponent(AbstractComponentRegistrator.java:116)
at tigase.server.MessageRouter.addRegistrator(MessageRouter.java:131)
at tigase.server.MessageRouter.setConfig(MessageRouter.java:603)
at tigase.server.XMPPServer.start(XMPPServer.java:142)
at tigase.server.XMPPServer.main(XMPPServer.java:112)
Andrzej Wójcik (Tigase) commented 9 years ago
Method tigase.server.amp.MsgRepository.initRepository(Ljava/lang/String;Ljava/util/Map;)V is not abstract and it was introduced in commit from 2015-04-18. This method is part of Tigase XMPP Server.
What I think is that there is an issue with used versions of Tigase XMPP Server and Tigase MongoDB - versions do not match. Please make sure you use newest build of both projects as both projects are builded as SNAPSHOTs.
Artur Hefczyc commented 9 years ago
No feedback, closing due inactivity and we cannot replicate the problem.
java.lang.AbstractMethodError: tigase.server.amp.MsgRepository.initRepository(Ljava/lang/String;Ljava/util/Map;)V