[JBoss Messaging Users] - Messages get stuck on node
by artp
Environment Jboss 5.1 JBM 1.4.4.GA
I have a cluster, that i'll call A with three Nodes. One of the nodes on A runs the Message Bridge as a HA Singleton that delivers messages to Cluster B. Occasionally, messages get stuck on one of the nodes in cluster A(ie see JMX and query below). The other nodes in cluster A appear to work fine, messages are delivered through the bridge to cluster B. It appears that just the one node is in a bad state.
In order to resolve this issue I take down the bad node and fail-over seems to resolve the issue. Please let me know if you need more info.
JMX and query output of stuck message.
JBossMessage[26130944147749443]:PERSISTENT
select reliable,expiration,timestamp,priority,type,headers from jbm_msg where message_id = 26130944147749443;
reliable | expiration | timestamp | priority | type | headers
----------+------------+---------------+----------+------+-------------------------------------------------------------------------------------------------------------------------------------------
Y | 0 | 1251308875336 | 4 | 2 | \000\000\000\002\000\016JBM_MESSAGE_ID\001\000+ID:JBM-b90b70f5-23dc-425d-9fcf-8ea3761a50b8\000\006H.DEST\015\001\000\015OTSEventQueue\000
(1 row)
select * from jbm_msg_ref where message_id = 26130944147749443;
message_id | channel_id | transaction_id | state | ord | page_ord | delivery_count | sched_delivery
-------------------+------------+----------------+-------+-------------------+----------+----------------+----------------
26130944147749443 | 4682 | | C | 26130944147768505 | | 0 | 0
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251891#4251891
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251891
16 years, 8 months
[JBoss AOP Users] - Re: JBOSS AOP - Jboss 4.2 Server startup failing
by flavia.rainone@jboss.com
Hi!
Problems such as:
20:15:05,390 INFO [ServiceConfigurator] Problem configuring service jboss.j2ee:service=EARDeployer
| org.jboss.deployment.DeploymentException: No Attribute found with name: EnablelibDirectoryByDefault
and:
20:16:05,265 ERROR [MainDeployer] Could not initialise deployment: file:/E:/ESB/jboss-4.2.2.GA/serve
| r/default/deploy/jbossws.sar/
| org.jboss.deployment.DeploymentException: Error parsing meta data file:/E:/ESB/jboss-4.2.2.GA/server
| /default/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml; - nested throwable: (java.lang.N
| oSuchMethodError: org.jboss.kernel.plugins.deployment.xml.BeanSchemaBinding.getSchemaBinding()Lorg/j
| boss/xb/binding/sunday/unmarshalling/SchemaBinding;)
Seem to be unrelated to JBoss AOP. I think you should try to perform a change at a time and try to detect what's wrong. Another tip I can give you is to use the installation script that comes bundled with JBoss AOP distribution, located at jboss-40-install/build.xml.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251876#4251876
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251876
16 years, 8 months