Hazelcast 实例未激活! (com.hazelcast.core.HazelcastInstanceNotActiveException)。消息负载的类型为:HashMap

问题描述 投票:0回答:2

我已经使用 MuleSoft 3.5.1 在 java 中实现了一个服务应用程序,它在集群服务器中工作,有时我会收到错误“Hazelcast 实例未激活!”并且所有服务都被阻止,所以我必须重新启动两台服务器才能解决问题。 hazelcast-3.1.6.jar 在我的项目中。

     ERROR 2015-06-22 09:39:00,425 [[gs_p_api_QA-vGS_P_0_1_18].http1_connector.receiver.06] org.mule.exception.DefaultMessagingExceptionStrategy:
*****************************************************************************
Message               : Hazelcast instance is not active! (com.hazelcast.core.HazelcastInstanceNotActiveException). Message payload is of type: HashMap
Code                  : MULE_ERROR-29999
--------------------------------------------------------------------------------
Exception stack is:
1. Hazelcast instance is not active! (com.hazelcast.core.HazelcastInstanceNotActiveException)
  com.hazelcast.spi.impl.ProxyServiceImpl$ProxyRegistry:220 (null)
2. Hazelcast instance is not active! (com.hazelcast.core.HazelcastInstanceNotActiveException). Message payload is of type: HashMap (org.mule.api.MessagingException)
  org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor:32 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
--------------------------------------------------------------------------------
Root Exception stack trace:
com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast instance is not active!
        at com.hazelcast.spi.impl.ProxyServiceImpl$ProxyRegistry.<init>(ProxyServiceImpl.java:220)
        at com.hazelcast.spi.impl.ProxyServiceImpl$ProxyRegistry.<init>(ProxyServiceImpl.java:207)
        at com.hazelcast.spi.impl.ProxyServiceImpl$1.createNew(ProxyServiceImpl.java:69)
    + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
********************************************************************************

如何才能彻底解决这个问题?

java mule hazelcast mule-cluster
2个回答
2
投票

我遇到了类似的异常“com.hazelcast.core.HazelcastInstanceNotActiveException:Hazelcast 实例未激活!”运行网络应用程序时。就我而言,这是由 OutOfMemory 引起的,尽管最初并不明显。

我认为你可能有内存问题,这可能会导致 HashMap 变得太大。


0
投票

有时,当 Stash 由于内存不足错误而不可用时,会显示错误“Hazelcast 实例未激活”。

https://confluence.atlassian.com/stashkb/stash-become-unresponsive-with-hazelcast-instance-is-not-active-726369931.html

最新问题
© www.soinside.com 2019 - 2024. All rights reserved.