Bug 459612

Summary: Clean up the prod logs
Product: [Retired] JBoss Customer Support Portal Reporter: Frank Merenda <fmerenda>
Component: OtherAssignee: JBoss CSP Bug Watch List <csp-bugs-watch>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 1.4CC: csp-bugs-watch, jsanda
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: MR8.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-06 16:40:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Frank Merenda 2008-08-20 14:43:10 UTC
The following messages are showing up in the prod logs and should not be. They are putting too much noise into the logs, please remove the logging messages *or* fix the issues if there are actual issues:

WARN  [com.jboss.jbossnetwork.dao.GenericHibernateDAO] id searching on was: 0. Type was: class com.jboss.jbossnetwork.issuetracker.Versions

WARN  [com.jboss.jbossnetwork.dao.GenericHibernateDAO] Some error occurred. May be trying to get object that was deleted. No row with the given identifier exists: [com.jboss.jbossnetwork.issuetracker.Versions#0]

ERROR [com.jboss.jbossnetwork.dao.software.issuetracker.RepositoryDAO] software item was null for (0)

ERROR [com.jboss.jbossnetwork.dao.software.issuetracker.RepositoryDAO] the Software Repository item () could not be found in issuetracker

Comment 1 John Sanda 2009-02-02 22:55:36 UTC
Committed r4571 which changed the log level to INFO for the following,

WARN  [com.jboss.jbossnetwork.dao.GenericHibernateDAO] id searching on was: 0.
Type was: class com.jboss.jbossnetwork.issuetracker.Versions

WARN  [com.jboss.jbossnetwork.dao.GenericHibernateDAO] Some error occurred. May
be trying to get object that was deleted. No row with the given identifier
exists: [com.jboss.jbossnetwork.issuetracker.Versions#0]