There is a problem with the driver of mongodb. During the execution process, reading information fails and the connection times out. And there was an error in the tigase log. There is a problem with the mongodb driver, and the connection times out. Here is a screenshot of the problem.
I am looking for help here, how to solve this problem.
There is a problem with the mongodb driver
java.lang.RuntimeException: com.mongodb.MongoSocketReadException: Exception receiving message
at tigase.mongodb.muc.MongoHistoryProvider.getHistoryMessages(MongoHistoryProvider.java:163)
at tigase.muc.modules.PresenceModuleImpl.sendHistoryToUser(PresenceModuleImpl.java:717)
at tigase.muc.modules.PresenceModuleImpl.processEntering(PresenceModuleImpl.java:617)
at tigase.muc.modules.PresenceModuleImpl.process(PresenceModuleImpl.java:430)
at tigase.component.modules.ModulesManager.process(ModulesManager.java:124)
at tigase.component.AbstractComponent.processPacket(AbstractComponent.java:358)
at tigase.muc.MUCComponent.processPacket(MUCComponent.java:266)
at tigase.muc.cluster.MUCComponentClustered.processPacket(SourceFile:89)
at tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1570)