I have installed openfire in 3 nodes and added all there in cluster using hazelcast plugin. I got this below error which am not sure why it is occuring. This exception was not there when we had single node. Please help me to identify the cause and rectify this issue.
2015.04.14 11:15:32 org.jivesoftware.openfire.handler.IQHandler - Internal server error
java.lang.NullPointerException: Null key is not allowed!
at com.hazelcast.map.proxy.MapProxyImpl.get(MapProxyImpl.java:52)
at com.jivesoftware.util.cache.ClusteredCache.get(ClusteredCache.java:92)
at org.jivesoftware.util.cache.CacheWrapper.get(CacheWrapper.java:121)
at com.cryptall.service.impl.OTPManagementImpl.validateOTP(OTPManagementImpl.java: 46)
at com.cryptall.iqhandler.IQOtpHandler.handleIQ(IQOtpHandler.java:120)
at org.jivesoftware.openfire.handler.IQHandler.process(IQHandler.java:65)
at org.jivesoftware.openfire.IQRouter.handle(IQRouter.java:377)
at org.jivesoftware.openfire.IQRouter.route(IQRouter.java:124)
at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:76)
at org.jivesoftware.openfire.net.StanzaHandler.processIQ(StanzaHandler.java:330)
at org.jivesoftware.openfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler .java:93)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:295)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:187)
at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:184)
Thanks in Advance.