留言板

Liferay server startup hangs after logging exception

sandeep l,修改在7 年前。

Liferay server startup hangs after logging exception

Junior Member 帖子: 29 加入日期: 14-11-18 最近的帖子
Hi,
We are using Liferay CE 6.2 in clustered setup, when starting one of the server in the cluster, server startup hangs by logging below error.
Can someone tell me what is the reason for this exception and how to fix it.

20:13:38,802 ERROR [Incoming-2,liferay-channel-transport-0,host1server1-36934][NAKACK2:766] failed to deliver message [dst: <null>, src: host2server1-14821 (2 headers), size=3003 bytes]
java.lang.IllegalStateException: Destination liferay/search_writer/SYSTEM_ENGINE is shutdown and cannot receive more messages
at com.liferay.portal.kernel.messaging.BaseAsyncDestination.send(BaseAsyncDestination.java:164)
at com.liferay.portal.kernel.messaging.DefaultMessageBus.sendMessage(DefaultMessageBus.java:179)
at com.liferay.portal.kernel.messaging.MessageBusUtil._sendMessage(MessageBusUtil.java:202)
at com.liferay.portal.kernel.messaging.MessageBusUtil.sendMessage(MessageBusUtil.java:90)
at com.liferay.portal.kernel.cluster.messaging.ClusterForwardMessageListener.receive(ClusterForwardMessageListener.java:42)
at com.liferay.portal.cluster.ClusterForwardReceiver.doReceive(ClusterForwardReceiver.java:50)
at com.liferay.portal.cluster.BaseReceiver.receive(BaseReceiver.java:65)
at org.jgroups.JChannel.invokeCallback(JChannel.java:749)
at org.jgroups.JChannel.up(JChannel.java:710)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1025)
at org.jgroups.protocols.RSVP.up(RSVP.java:188)
at org.jgroups.protocols.FRAG2.up(FRAG2.java:181)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:400)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:418)
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:896)
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:245)
at org.jgroups.protocols.UNICAST2.up(UNICAST2.java:453)
at org.jgroups.protocols.pbcast.NAKACK2.handleMessage(NAKACK2.java:763)
at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:574)
at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:147)
at org.jgroups.protocols.FD_ALL.up(FD_ALL.java:187)
at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:288)
at org.jgroups.protocols.MERGE3.up(MERGE3.java:290)
at org.jgroups.protocols.Discovery.up(Discovery.java:359)
at org.jgroups.protocols.TP.passMessageUp(TP.java:1263)
at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1825)
at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1793)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)