Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1419674 - Many warnings for candlepin Methods on "katello-service restart"
Summary: Many warnings for candlepin Methods on "katello-service restart"
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Candlepin
Version: 6.2.7
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: Unspecified
Assignee: Barnaby Court
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-06 17:43 UTC by Ben
Modified: 2017-03-09 20:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-09 20:23:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
/var/log/messages egrep -v 'INFO|systemd' for "katello-service restart" (51.86 KB, text/plain)
2017-02-06 17:43 UTC, Ben
no flags Details

Description Ben 2017-02-06 17:43:38 UTC
Created attachment 1248096 [details]
/var/log/messages egrep -v 'INFO|systemd' for "katello-service restart"

Description of problem:
When restarting Satellite ("katello-service restart") there are a significant number of candlepin-related warnings (among many others).  The messages state "This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all." which, as a non-programmer strikes me as worryingly indeterminate behaviour.

Version-Release number of selected component (if applicable):
candlepin-0.9.54.15-1.el7.noarch
(basically Satellite 6.2.7 on RHEL7, everything fully updated as of 2017-02-06)

How reproducible:
Any restart of "katello-service".

Steps to Reproduce:
1. Restart Satellite using "katello-service restart"
2. Watch /var/log/messages

Actual results:
Everything appears to work, but there's a hefty amount of "WARNING"s for Methods.

Expected results:
No "WARNING"s.

Additional info:
See attached /var/log/messages for a standard restart of Satellite.  This attachment also shows many other "WARNING"s, but they probably need to go into other BZs.

Comment 2 Barnaby Court 2017-03-09 20:23:12 UTC
These warnings are generated by the JPA libraries in conjunction with the Guice initialization library. Short of patching the upstream hibernate jpa component we do not have a good way to filter them out. They are harmless and and sadly an expected output.


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