Openfire集群错误的解决方案

ε祈祈猫儿з 提交于 2019-12-03 06:52:25

在启动集群后, 登录后台到集群面, 出现错误如下:

java.lang.ExceptionInInitializerError
    at org.jivesoftware.openfire.lockout.LockOutManager.getInstance(LockOutManager.java:58)

 

解决方案:

  集群组件中的coherence-cache-config.xml和coherence.jar中的coherence-cache-config.xml重名,
  导致集群组件在启动时读取到coherence.jar中的coherence-cache-config.xml
  把集群组件中的coherence-cache-config.xml文件修改为coherence-cache-config-override.xml
  再把tangosol-coherence-override.xml文件中对应的缓存文件设置选项修改为coherence-cache-config-override.xml就可以了

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!