Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 907901

Summary: Missing <recovery> element. XA recovery disabled for: java:/JmsXA
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Miroslav Novak <mnovak>
Component: JMSAssignee: Jeff Mesnil <jmesnil>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: atangrin, brian.stansberry, pslavice
Target Milestone: ER1Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miroslav Novak 2013-02-05 13:51:12 UTC
Copied from https://issues.jboss.org/browse/AS7-6450:
This issue was hit with EAP 6.1.0.DR2 (and is regression agains EAP 6.1.0.DR1).

With latest version of HornetQ and IronJacamar, when AS7 is started with the standalone-full.xml, it logs a WARN message:
11:23:11,152 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221001: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/Users/jmesnil/Developer/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/standalone/data/messagingjournal,bindingsDirectory=/Users/jmesnil/Developer/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/standalone/data/messagingbindings,largeMessagesDirectory=/Users/jmesnil/Developer/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/standalone/data/messaginglargemessages,pagingDirectory=/Users/jmesnil/Developer/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/standalone/data/messagingpaging)
11:23:11,154 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221008: Waiting to obtain live lock
11:23:11,175 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221017: Using NIO Journal
11:23:11,235 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221039: Waiting to obtain live lock
11:23:11,235 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221040: Live Server Obtained live lock
11:23:11,489 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 127.0.0.1:5455 for CORE protocol
11:23:11,490 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 127.0.0.1:5445 for CORE protocol
11:23:11,492 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221009: Server is now live
11:23:11,492 INFO  [org.hornetq.core.server] (MSC service thread 1-5) HQ221003: HornetQ Server version 2.3.0.CR1 (buzzzzz!, 122) [0ac0dcd4-6f7e-11e2-9c21-f566250843f7]
11:23:11,507 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
11:23:11,508 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
11:23:11,543 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-10) JBAS010406: Registered connection factory java:/JmsXA
11:23:11,545 WARN [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-10) IJ020016: Missing <recovery> element. XA recovery disabled for: java:/JmsXA
11:23:11,568 INFO  [org.hornetq.ra] (MSC service thread 1-10) HornetQ resource adaptor started
11:23:11,569 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-10) IJ020002: Deployed: file://RaActivatorhornetq-ra
11:23:11,570 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]

Comment 1 Miroslav Novak 2013-02-05 13:52:48 UTC
I've cloned this bug to bugzilla so I can track it for verification.

Comment 2 JBoss JIRA Server 2013-02-05 16:33:08 UTC
Jeff Mesnil <jmesnil> made a comment on jira AS7-6450

PR for master branch

Comment 3 JBoss JIRA Server 2013-02-07 08:32:38 UTC
Jeff Mesnil <jmesnil> made a comment on jira AS7-6450

PR merged in master branch

Comment 5 Brian Stansberry 2013-03-06 16:44:40 UTC
Fixed in 7.2.0.Final-prerelease1 tag and thus in DR4. Moving to ON_QA.

Comment 8 Miroslav Novak 2013-03-11 14:38:33 UTC
This issue is fixed. Verified in EAP 6.1.0.ER2. Thanks Jeff!