Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DF04184D1 for ; Sun, 31 Jan 2016 21:56:40 +0000 (UTC) Received: (qmail 15912 invoked by uid 500); 31 Jan 2016 21:56:40 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 15846 invoked by uid 500); 31 Jan 2016 21:56:40 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 15748 invoked by uid 99); 31 Jan 2016 21:56:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2016 21:56:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D19B72C0AFA for ; Sun, 31 Jan 2016 21:56:39 +0000 (UTC) Date: Sun, 31 Jan 2016 21:56:39 +0000 (UTC) From: "Howard Nguyen (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ARTEMIS-376) NPE occurs when backup handover to live MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARTEMIS-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard Nguyen updated ARTEMIS-376: ---------------------------------- Attachment: live4-artemis.log live3-artemis.log live2-artemis.log live1-artemis.log backup4-artemis.log backup3-artemis.log backup2-artemis.log backup1-artemis.log > NPE occurs when backup handover to live > --------------------------------------- > > Key: ARTEMIS-376 > URL: https://issues.apache.org/jira/browse/ARTEMIS-376 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: Howard Nguyen > Attachments: backup1-artemis.log, backup2-artemis.log, backup3-artemis.log, backup4-artemis.log, live1-artemis.log, live2-artemis.log, live3-artemis.log, live4-artemis.log > > > Producing project: > https://github.com/khaing211/artemis-cluster-example > See all attached logs from all the nodes. > exception from backup1 node > {code} > 13:32:29,953 ERROR [org.apache.activemq.artemis.core.client] AMQ214014: Failed to execute failure listener: java.lang.NullPointerException > at org.apache.activemq.artemis.core.server.impl.SharedNothingLiveActivation$ReplicationFailureListener.connectionClosed(SharedNothingLiveActivation.java:233) [artemis-server-1.2.0.jar:1.2.0] > at org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.callClosingListeners(AbstractRemotingConnection.java:84) [artemis-core-client-1.2.0.jar:1.2.0] > at org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.destroy(RemotingConnectionImpl.java:233) [artemis-core-client-1.2.0.jar:1.2.0] > at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.connectionDestroyed(RemotingServiceImpl.java:529) [artemis-server-1.2.0.jar:1.2.0] > at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor$Listener.connectionDestroyed(NettyAcceptor.java:667) [artemis-server-1.2.0.jar:1.2.0] > at org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.channelInactive(ActiveMQChannelHandler.java:75) [artemis-core-client-1.2.0.jar:1.2.0] > at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:208) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:194) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:328) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:208) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:194) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:828) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:625) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) [netty-all-4.0.32.Final.jar:4.0.32.Final] > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)