Bug 754207

Summary: Katello unable to parse manifest file.
Product: Red Hat Satellite Reporter: Corey Welton <cwelton>
Component: WebUIAssignee: Lukas Zapletal <lzap>
Status: CLOSED CURRENTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: jsherril, lzap
Target Milestone: UnspecifiedKeywords: Regression, TestBlocker
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 18:06:40 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:
Bug Depends On:    
Bug Blocks: 747354, 755097    

Description Corey Welton 2011-11-15 17:29:04 UTC
Description of problem:


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


How reproducible:


Steps to Reproduce:
1.  Content Management > Providers > Red Hat
2.  Find manifest and upload it; wait for processing.
3.  View results
  
Actual results:

Error notification:  undefined method `response' for #
Error displayed in view:
500 INTERNAL SERVER ERROR
Sorry about that! It seems something went wrong. If you continue having trouble with this, please contact an Administrator.

You might want to log out and log back in again to clear your cookies.

Error:
undefined method `response' for #<URI::InvalidURIError: bad URI(is not URI?): >


Expected results:
Successful u/l of manifest

Additional info:
Using the standard, relatively recent manifest.

Comment 1 Lukas Zapletal 2011-11-16 07:29:01 UTC
Investigating

Comment 2 Lukas Zapletal 2011-11-16 08:17:07 UTC
Works for me.

Could you please provide me:

- manifest you are trying to upload
- versions of katello/pulp/candlepin
- additional log would be nice

Thanks.

Comment 3 Lukas Zapletal 2011-11-16 15:41:01 UTC
This is a dupe, Brad should already fix this.

Comment 4 Lukas Zapletal 2011-11-16 16:13:44 UTC
Should be fixed in katello-0.1.106-1. Let me verify this.

Comment 5 Lukas Zapletal 2011-11-16 16:33:55 UTC
commit d55cab5c99b07a9a9ae3f0aefbd0e61a1ac17523

VERIFIED

Comment 6 Justin Sherrill 2011-11-16 17:08:48 UTC
81e12cce94e4fdc082a3e668f456818af1cdccbe

Should also help this a bit, if the proxy host is not set (nil), we won't try to parse it.  If it is set and invalid, we will throw an error and keep going.

-Justin

Comment 7 Corey Welton 2011-11-17 14:35:37 UTC
QA Verified.