Bug 965204

Summary: On Dashboard: (GET /candlepin/owners/CNO/info) (RestClient::ResourceNotFound) after update to 1.3.30-1
Product: Red Hat Satellite Reporter: robert.redhat
Component: WebUIAssignee: Walden Raines <walden>
Status: CLOSED NOTABUG QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: NightlyCC: bkearney, mmccune, robert.redhat
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-06 17:45:56 UTC 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:
Attachments:
Description Flags
katello-debug none

Description robert.redhat 2013-05-20 17:35:49 UTC
Created attachment 750662 [details]
katello-debug

Description of problem:
I have two virtually identical servers. I updated both to 1.3.30-1 from 1.3.24 and now get the following error on one server but not the other:
(GET /candlepin/owners/CNO/info) (RestClient::ResourceNotFound)


Version-Release number of selected component (if applicable):
katello-all-1.3.30-1.el6.noarch
katello-1.3.30-1.el6.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
candlepin-0.8.5-1.el6.noarch
candlepin-tomcat6-0.8.5-1.el6.noarch
candlepin-cert-consumer-lxyump01-1.0-1.noarch
candlepin-selinux-0.8.5-1.el6.noarch
katello-glue-candlepin-1.3.30-1.el6.noarch


How reproducible:
Unsure, as this happens on one server and not another.

Comment 1 Walden Raines 2013-06-06 18:56:43 UTC
Robert,

What is the result of the following SQL query (psql -U candlepin):

SELECT o.account, e.name FROM cp_environment e
JOIN cp_owner o ON (e.owner_id = o.id)
WHERE o.account ILIKE '%CNO%';

Just want to make sure the owner and environment are there.

Thanks,
Walden

Comment 2 robert.redhat 2013-06-06 19:15:57 UTC
Walden,

I ended up having to do 'katello-configure --reset-data=yes' yesterday in order to be ready for a patch push tomorrow, so I can't run this SQL query.

I can say that psql -U candlepin would ask for a password as I was trying to run some queries against the candlepin database.

I can also say the CNO did show up in the dashboard. I think this may have been caused by an environment that I tried to delete and did not succeed.

Thanks for looking into it.

Rob

Comment 3 Bryan Kearney 2014-01-21 19:07:29 UTC
Moving to Sat6 to be tracked there. Upstream bugs are moving to redmine.

Comment 4 Walden Raines 2014-03-06 17:09:35 UTC
(In reply to robert.redhat from comment #2)
> Walden,
> 
> I ended up having to do 'katello-configure --reset-data=yes' yesterday in
> order to be ready for a patch push tomorrow, so I can't run this SQL query.
> 
> I can say that psql -U candlepin would ask for a password as I was trying to
> run some queries against the candlepin database.
> 
> I can also say the CNO did show up in the dashboard. I think this may have
> been caused by an environment that I tried to delete and did not succeed.
> 
> Thanks for looking into it.
> 
> Rob

Rob,

Can you confirm whether or not you are still experiencing this issue?

Thanks,
Walden

Comment 5 robert.redhat 2014-03-06 17:27:45 UTC
Walden,

I am no long at that company. However, I had moved on to 1.4 (I believe) before leaving. This ticket can probably be closed.

Rob

Comment 6 Walden Raines 2014-03-06 17:45:56 UTC
Rob,

Thanks for the quick reply.

Cheers,
Walden