Bug 745236 - JON3 BETA2 ...WARN messages after clean install, drift related
Summary: JON3 BETA2 ...WARN messages after clean install, drift related
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: drift
Version: 4.1
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: JON 3.0.0,RHQ 4.3.0
Assignee: Jay Shaughnessy
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks: 707225
TreeView+ depends on / blocked
 
Reported: 2011-10-11 18:26 UTC by Mike Foley
Modified: 2012-02-07 19:17 UTC (History)
1 user (show)

Fixed In Version: 4.3
Clone Of:
Environment:
Last Closed: 2012-02-07 19:17:47 UTC
Embargoed:


Attachments (Terms of Use)
WARN message in server log (367.54 KB, application/octet-stream)
2011-10-11 18:26 UTC, Mike Foley
no flags Details

Description Mike Foley 2011-10-11 18:26:25 UTC
Created attachment 527516 [details]
WARN message in server log

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:
WARN ing messages in server log

Expected results:
install without WARNings or ERRORs

Additional info:
2011-10-11 14:13:24,736 WARN  [org.jboss.ejb3.mdb.MessagingContainer] Could not find the queue destination-jndi-name=queue/DriftFileQueue
2011-10-11 14:13:24,737 WARN  [org.jboss.ejb3.mdb.MessagingContainer] destination not found: queue/DriftFileQueue reason: javax.naming.NameNotFoundException: DriftFileQueue not bound
2011-10-11 14:13:24,737 WARN  [org.jboss.ejb3.mdb.MessagingContainer] creating a new temporary destination: queue/DriftFileQueue
2011-10-11 14:13:24,744 INFO  [org.jboss.mq.server.jmx.Queue.DriftFileQueue] Bound to JNDI name: queue/DriftFileQueue
2011-10-11 14:13:24,765 WARN  [org.jboss.ejb3.mdb.MessagingContainer] Could not find the queue destination-jndi-name=queue/DriftChangesetQueue
2011-10-11 14:13:24,766 WARN  [org.jboss.ejb3.mdb.MessagingContainer] destination not found: queue/DriftChangesetQueue reason: javax.naming.NameNotFoundException: DriftChangesetQueue not bound
2011-10-11 14:13:24,766 WARN  [org.jboss.ejb3.mdb.MessagingContainer] creating a new temporary destination: queue/DriftChangesetQueue

Comment 1 Jay Shaughnessy 2011-11-03 20:35:02 UTC
The issue here is that the drift message driven beans were not being
explicitly deployed via a service xml file in the AS' deploy directory.
We currently had an alert-cache-service.xml deploying the alert cache
mdb. So now replacing that with rhq-mdb-service.xml to create a
consolidated service file deploying rhq mdbs.

Test notes:
This actually changes the installer because the deployed file name
has changed.  So test by actually performing an install, making sure
the server start, runs appropriately for simple drift and alerting
use case, and that the startup warnings have gone away.

Comment 2 Jay Shaughnessy 2011-11-03 21:56:23 UTC
master         commit: 2250f71c6defc4479de2eb197d6171b1e2365c5b
release_jon3.x commit: 8ed0c61658e7da3324a1dc0b64724d882b878850

Comment 3 Mike Foley 2011-11-04 20:45:45 UTC
spot checked drift, alerts, and reviewed server logs.

Comment 4 Mike Foley 2012-02-07 19:17:47 UTC
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE


Note You need to log in before you can comment on or make changes to this bug.