Latest revisions of PubSub, while build without any issue causes exception during runtime:
2013-09-14 00:53:55.735 [main] ThreadExceptionHandler.uncaughtException() SEVERE: Uncaught thread: "main" exception
java.lang.NoSuchMethodError: tigase.pubsub.PubSubComponent.getWriter()Ltigase/component/PacketWriter;
at tigase.pubsub.PubSubComponent.init(PubSubComponent.java:242)
at tigase.pubsub.PubSubComponent.initialize(PubSubComponent.java:307)
at tigase.pubsub.PubSubComponent.setProperties(PubSubComponent.java:446)
at tigase.conf.ConfiguratorAbstract.setup(ConfiguratorAbstract.java:547)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:179)
at tigase.conf.Configurator.componentAdded(Configurator.java:51)
at tigase.conf.Configurator.componentAdded(Configurator.java:34)
at tigase.server.AbstractComponentRegistrator.addComponent(AbstractComponentRegistrator.java:115)
at tigase.server.MessageRouter.addComponent(MessageRouter.java:122)
at tigase.server.MessageRouter.addRouter(MessageRouter.java:159)
at tigase.server.MessageRouter.setProperties(MessageRouter.java:801)
at tigase.conf.ConfiguratorAbstract.setup(ConfiguratorAbstract.java:547)
at tigase.conf.ConfiguratorAbstract.componentAdded(ConfiguratorAbstract.java:179)
at tigase.conf.Configurator.componentAdded(Configurator.java:51)
at tigase.conf.Configurator.componentAdded(Configurator.java:34)
at tigase.server.AbstractComponentRegistrator.addComponent(AbstractComponentRegistrator.java:115)
at tigase.server.MessageRouter.addRegistrator(MessageRouter.java:145)
at tigase.server.MessageRouter.setConfig(MessageRouter.java:700)
at tigase.server.XMPPServer.start(XMPPServer.java:160)
at tigase.server.XMPPServer.main(XMPPServer.java:129)
It occurs in regular mode (i.e. not OSGi), there aren't two jars, etc.
Seems to be related to commit:a3b68845
This prevents TTS from completing as Tigase crash right upon startup.
Latest revisions of PubSub, while build without any issue causes exception during runtime:
It occurs in regular mode (i.e. not OSGi), there aren't two jars, etc.
Seems to be related to commit:a3b68845
This prevents TTS from completing as Tigase crash right upon startup.