Bug 834480 - rhc-outage fails with "RubyGem version error arel" exception
Summary: rhc-outage fails with "RubyGem version error arel" exception
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OKD
Classification: Red Hat
Component: Website
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-22 01:05 UTC by Thomas Wiest
Modified: 2015-05-15 01:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-22 01:48:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Thomas Wiest 2012-06-22 01:05:59 UTC
Description of problem:
When I run rhc-outage, it errors with this:
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:779:in `report_activate_error': RubyGem version error: arel(2.0.9 not ~> 2.0.10) (Gem::LoadError)
	from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:214:in `activate'
	from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:249:in `activate'
	from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:248:in `each'
	from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:248:in `activate'
	from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:35:in `require'
	from /var/www/stickshift/site/app/subsites/status/lib/database.rb:2
	from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
	from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
	from ./rhc-outage:14


Version-Release number of selected component (if applicable):
rhc-site-0.94.17-1.el6_3.noarch


How reproducible:
fails every time


Steps to Reproduce:
1. run rhc-outage
2. notice the exception like above

  
Actual results:
Exception


Expected results:
no exception

Comment 1 Thomas Wiest 2012-06-22 01:48:51 UTC
Needed to use:
bundle exec rhc-outage


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