[JBoss JIRA] (JBMESSAGING-1957) JBoss EAP5.2 clusterred nodes are giving error : java.lang.IllegalStateException: Don't know about node id:3..... and java.lang.IllegalStateException: Failed to remove binding, and..... java.lang.IllegalStateException: Cannot find object in dispatcher
by Leonardo Battagli (JIRA)
[ https://issues.jboss.org/browse/JBMESSAGING-1957?page=com.atlassian.jira.... ]
Leonardo Battagli commented on JBMESSAGING-1957:
------------------------------------------------
Hi
I have JB 5.1 GA in a production with 2 clustered nodes. Client sends jms but sometimes this error occurs:
Caused by: org.jboss.jms.exception.MessagingJMSException: Failed to invoke
at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:271)
at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:205)
[CUT]
Caused by: java.lang.IllegalStateException: Cannot find object in dispatcher with id gld3-sb6xohbi-1-9t4imdbi-13bbh8-w5bf4a
at org.jboss.jms.wireformat.SessionSendRequest.serverInvoke(SessionSendRequest.java:101)
at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
I read around it could by caused by the network latency and so it should be worth trying to raise the 'clientLeasePeriod' on the remoting-bisocket-service.xml
btw I have not tried and I cannot wonder how would be a reasonable value.
> JBoss EAP5.2 clusterred nodes are giving error : java.lang.IllegalStateException: Don't know about node id:3..... and java.lang.IllegalStateException: Failed to remove binding, and..... java.lang.IllegalStateException: Cannot find object in dispatcher
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBMESSAGING-1957
> URL: https://issues.jboss.org/browse/JBMESSAGING-1957
> Project: JBoss Messaging
> Issue Type: Feature Request
> Components: JMS Clustering, Messaging Core Distributed Support
> Environment: JBoss 5.2
> Reporter: Manish Kushwaha
> Priority: Critical
>
> Hi All,
> Could any one please help me in this, I am getting below issue when my application is running in production environment.
> Production environment
> ---------------------------------
> I have two machine and each machine have 2 nodes.
> 1) Machine-1 have two nodes i.e. corenode1 and corenode2
> 2) Machine-2 have two nodes corenode3 and corenode4.
> Issue Reported
> -----------------------
> Application is running smoothly but i have observed that sometime application will be very slow (Slow response issue has raised and when i checked JBoss application server log i could see below error). We have only option to restart server and after that application will be fine. I will appreciate if some one can assist me in this.
> Thanks
> Manish
> Error1:
> Caused by: java.lang.IllegalStateException: Cannot find object in dispatcher with id ttb8-vdc0tdai-1-gkuzs3ai-p0mxki-al481a
> java.lang.IllegalStateException: Cannot find object in dispatcher with id ttb8-vdc0tdai-1-gkuzs3ai-p0mxki-al481a
> ======================================================================================================
> org.jboss.jms.exception.MessagingJMSException: Failed to invoke
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:271)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:205)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$start$aop(ClientConnectionDelegate.java:264)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate$start_N8025343665958530775.invokeTarget(ClientConnectionDelegate$start_N8025343665958530775.java)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.container.ConnectionAspect.handleStart(ConnectionAspect.java:147)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:122)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:114)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:172)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate.start(ClientConnectionDelegate.java)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.JBossConnection.start(JBossConnection.java:121)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsManagedConnection.start(JmsManagedConnection.java:703)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsSession.start(JmsSession.java:758)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.start(JmsSessionFactoryImpl.java:244)
> Error2
> =======================
> ERROR [org.jboss.messaging.core.impl.postoffice.UnbindRequest] Failed to remove binding
> java.lang.IllegalStateException: Don't know about node id: 3
> at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.removeBindingFromCluster(MessagingPostOffice.java:1912)
> at org.jboss.messaging.core.impl.postoffice.UnbindRequest.execute(UnbindRequest.java:61)
> at org.jboss.messaging.core.impl.postoffice.GroupMember$ControlRequestHandler.handle(GroupMember.java:725)
> at org.jgroups.blocks.MessageDispatcher.handle(MessageDispatcher.java:616)
> at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:637)
> at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:545)
> at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:368)
> at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:775)
> at org.jgroups.JChannel.up(JChannel.java:1336)
> at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:454)
> at org.jgroups.protocols.pbcast.FLUSH.up(FLUSH.java:494)
> at org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:153)
> at org.jgroups.protocols.FRAG2.up(FRAG2.java:188)
> at org.jgroups.protocols.FC.up(FC.java:473)
> at org.jgroups.protocols.pbcast.GMS.up(GMS.java:821)
> at org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:192)
> at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:233)
> at org.jgroups.protocols.UNICAST.up(UNICAST.java:328)
> at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:895)
> at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:708)
> at org.jgroups.protocols.BARRIER.up(BARRIER.java:136)
> at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:176)
> at org.jgroups.protocols.FD.up(FD.java:284)
> at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:328)
> at org.jgroups.protocols.MERGE2.up(MERGE2.java:144)
> at org.jgroups.protocols.Discovery.up(Discovery.java:264)
> at org.jgroups.protocols.PING.up(PING.java:273)
> at org.jgroups.protocols.TP$ProtocolAdapter.up(TP.java:2319)
> at org.jgroups.protocols.TP.passMessageUp(TP.java:1253)
> at org.jgroups.protocols.TP.access$100(TP.java:50)
> at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1830)
> at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1809)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:662)
> 2015-06-01 04:27:02,017 ERROR [org.jboss.messaging.core.impl.postoffice.GroupMember] Caught Exception in RequestHandler
> java.lang.Exception: Failed to remove binding
> at org.jboss.messaging.core.impl.postoffice.UnbindRequest.execute(UnbindRequest.java:67)
> at org.jboss.messaging.core.impl.postoffice.GroupMember$ControlRequestHandler.handle(GroupMember.java:725)
> at org.jgroups.blocks.MessageDispatcher.handle(MessageDispatcher.java:616)
> at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:637)
> at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:545)
> at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:368)
> at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:775)
> at org.jgroups.JChannel.up(JChannel.java:1336)
> at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:454)
> at org.jgroups.protocols.pbcast.FLUSH.up(FLUSH.java:494)
> at org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:153)
> at org.jgroups.protocols.FRAG2.up(FRAG2.java:188)
> at org.jgroups.protocols.FC.up(FC.java:473)
> at org.jgroups.protocols.pbcast.GMS.up(GMS.java:821)
> at org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:192)
> at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:233)
> at org.jgroups.protocols.UNICAST.up(UNICAST.java:328)
> at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:895)
> at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:708)
> at org.jgroups.protocols.BARRIER.up(BARRIER.java:136)
> at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:176)
> at org.jgroups.protocols.FD.up(FD.java:284)
> at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:328)
> at org.jgroups.protocols.MERGE2.up(MERGE2.java:144)
> at org.jgroups.protocols.Discovery.up(Discovery.java:264)
> at org.jgroups.protocols.PING.up(PING.java:273)
> at org.jgroups.protocols.TP$ProtocolAdapter.up(TP.java:2319)
> at org.jgroups.protocols.TP.passMessageUp(TP.java:1253)
> at org.jgroups.protocols.TP.access$100(TP.java:50)
> at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1830)
> at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1809)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:662)
> Caused by: java.lang.IllegalStateException: Don't know about node id: 3
> Error3:
> ==================
> org.jboss.jms.exception.MessagingJMSException: Failed to invoke
> ==============================================================
> 2015-06-01 08:51:52,940 INFO [STDOUT] ********* E N D O F E R R O R R E P O R T *********
> 2015-06-01 08:51:54,035 ERROR [STDERR] org.jboss.jms.exception.MessagingJMSException: Failed to invoke
> 2015-06-01 08:51:54,036 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:271)
> 2015-06-01 08:51:54,036 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:205)
> 2015-06-01 08:51:54,036 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$start$aop(ClientConnectionDelegate.java:264)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate$start_N8025343665958530775.invokeTarget(ClientConnectionDelegate$start_N8025343665958530775.java)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.container.ConnectionAspect.handleStart(ConnectionAspect.java:147)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:122)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:114)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:172)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate.start(ClientConnectionDelegate.java)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.jms.client.JBossConnection.start(JBossConnection.java:121)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsManagedConnection.start(JmsManagedConnection.java:703)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsSession.start(JmsSession.java:758)
> 2015-06-01 08:51:54,037 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.start(JmsSessionFactoryImpl.java:244)
> Error4:
> ==================
> Caused by: java.lang.IllegalStateException: Cannot find object in dispatcher with id ttb8-vdc0tdai-1-gkuzs3ai-p0mxki-al481a
> java.lang.IllegalStateException: Cannot find object in dispatcher with id ttb8-vdc0tdai-1-gkuzs3ai-p0mxki-al481a
> ======================================================================================================
> org.jboss.jms.exception.MessagingJMSException: Failed to invoke
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:271)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:205)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$start$aop(ClientConnectionDelegate.java:264)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate$start_N8025343665958530775.invokeTarget(ClientConnectionDelegate$start_N8025343665958530775.java)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.container.ConnectionAspect.handleStart(ConnectionAspect.java:147)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:122)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:114)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:172)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.delegate.ClientConnectionDelegate.start(ClientConnectionDelegate.java)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.jms.client.JBossConnection.start(JBossConnection.java:121)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsManagedConnection.start(JmsManagedConnection.java:703)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsSession.start(JmsSession.java:758)
> 2015-06-01 08:52:08,785 ERROR [STDERR] at org.jboss.resource.adapter.jms.JmsSessionFactoryImpl.start(JmsSessionFactoryImpl.java:244)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (WFLY-5453) NPE during backup activation in collocated HA topology
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-5453?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil reassigned WFLY-5453:
---------------------------------
Assignee: Clebert Suconic (was: Jeff Mesnil)
> NPE during backup activation in collocated HA topology
> ------------------------------------------------------
>
> Key: WFLY-5453
> URL: https://issues.jboss.org/browse/WFLY-5453
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR2
> Reporter: Miroslav Novak
> Assignee: Clebert Suconic
> Priority: Critical
> Attachments: standalone-full-ha-1.xml, standalone-full-ha-2.xml
>
>
> If there are 2 EAP 7.0.0.DR11(Artemis 1.1.0) in collocated HA topology with replicated journal then backup does not activate after one server is killed. There is NPE in log of 2nd EAP server:
> {code}
> 10:13:12,231 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) AMQ224000: Failure in initialisation: java.lang.NullPointerException
> at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:235)
> at java.lang.Thread.run(Thread.java:745)
> 10:13:12,235 ERROR [stderr] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) java.lang.NullPointerException
> 10:13:12,235 ERROR [stderr] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:235)
> 10:13:12,236 ERROR [stderr] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) at java.lang.Thread.run(Thread.java:745)
> {code}
> Attaching configuration of both of the servers.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (WFLY-5453) NPE during backup activation in collocated HA topology
by Miroslav Novak (JIRA)
[ https://issues.jboss.org/browse/WFLY-5453?page=com.atlassian.jira.plugin.... ]
Miroslav Novak moved JBEAP-1209 to WFLY-5453:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-5453 (was: JBEAP-1209)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: JMS
(was: JMS)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 10.0.0.CR2
(was: 7.0.0.DR11 (Alpha))
> NPE during backup activation in collocated HA topology
> ------------------------------------------------------
>
> Key: WFLY-5453
> URL: https://issues.jboss.org/browse/WFLY-5453
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR2
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
> Priority: Critical
> Attachments: standalone-full-ha-1.xml, standalone-full-ha-2.xml
>
>
> If there are 2 EAP 7.0.0.DR11(Artemis 1.1.0) in collocated HA topology with replicated journal then backup does not activate after one server is killed. There is NPE in log of 2nd EAP server:
> {code}
> 10:13:12,231 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) AMQ224000: Failure in initialisation: java.lang.NullPointerException
> at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:235)
> at java.lang.Thread.run(Thread.java:745)
> 10:13:12,235 ERROR [stderr] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) java.lang.NullPointerException
> 10:13:12,235 ERROR [stderr] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:235)
> 10:13:12,236 ERROR [stderr] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) at java.lang.Thread.run(Thread.java:745)
> {code}
> Attaching configuration of both of the servers.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months