[
https://jira.jboss.org/jira/browse/JBMESSAGING-1706?page=com.atlassian.ji...
]
Armin Haaf commented on JBMESSAGING-1706:
-----------------------------------------
we had a similar problem here caused by a bug in jgroups.
->
https://jira.jboss.org/jira/browse/JGRP-1006
After a node gots shunned we get lots of HeuristicMixedExceptions.
Also another strange exception occurs:
{noformat}
010-01-06 08:19:31,309 ERROR [org.jboss.messaging.util.ExceptionUtil] [T:1601]
ConnectionEndpoint[wi7-jf14s34g-1-rv7lj24g-4e1p2z-q3c
j5a] createSessionDelegate [1j7-dk14s34g-1-rv7lj24g-4e1p2z-q3cj5a]
java.lang.IllegalStateException: Cannot find binding for queue DLQ
at java.lang.Throwable.<init>(Throwable.java:67)
at org.jboss.jms.server.ServerPeer.getDefaultDLQInstance(ServerPeer.java:1239)
at
org.jboss.jms.server.endpoint.ServerSessionEndpoint.<init>(ServerSessionEndpoint.java:228)
at
org.jboss.jms.server.endpoint.ServerConnectionEndpoint.createSessionDelegate(ServerConnectionEndpoint.java:249)
at
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$createSess
ionDelegate$aop(ConnectionAdvised.java:75)
at
org.jboss.jms.server.endpoint.advised.ConnectionAdvised$createSessionDelegate_6052335267724906805.invokeTarget(ConnectionA
dvised$createSessionDelegate_6052335267724906805.java)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
at
org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.createSessionDelegate(ConnectionAdvised.java)
at
org.jboss.jms.wireformat.ConnectionCreateSessionDelegateRequest.serverInvoke(ConnectionCreateSessionDelegateRequest.java:8
7)
at
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891)
at
org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:744)
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:697)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:551)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:232)
{noformat}
JBoss Messaging sometimes causes a HeuristicMixedException
----------------------------------------------------------
Key: JBMESSAGING-1706
URL:
https://jira.jboss.org/jira/browse/JBMESSAGING-1706
Project: JBoss Messaging
Issue Type: Bug
Components: JMS Clustering
Affects Versions: 1.4.4.GA
Reporter: Richard Kennard
Assignee: Howard Gao
Fix For: 1.4.0.SP3.CP10, 1.4.7.GA
Attachments: server.zip
I am raising this JIRA to ask the JBoss Messaging Team to take ownership of this issue.
The issue is that JBM intermittently (ie. when processing large amounts of messages, when
bringing up/shutting down nodes in a cluster) throws a HeuristicMixedException. Once it
does, that node in the cluster is effectively dead. No more messages get processed. My app
has multiple queues, but once one queue on the node fails (say, the e-mail queue) then all
queues stop working (say, the reports queues): they all report HeuristicMixedException
whenever a messages is sent to them.
I am using a workaround by having a separate monitoring program that reboots the node
whenever it gets stuck in this HeuristicMixedException state.
The JBoss ESB team have also had to implement a workaround:
https://jira.jboss.org/jira/browse/JBESB-2484
Others on the forum are seeing this too:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241134#...
According to Kevin Conner of the ESB team, Howard worked with them on a workaround:
https://jira.jboss.org/jira/browse/JBPAPP-1642, but the issue persists.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira