Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 885992

Summary: CCS/CCP failed when port argument is used
Product: Red Hat Enterprise MRG Reporter: Lubos Trilety <ltrilety>
Component: condor-wallaby-toolsAssignee: Robert Rati <rrati>
Status: CLOSED CURRENTRELEASE QA Contact: Lubos Trilety <ltrilety>
Severity: high Docs Contact:
Priority: low    
Version: DevelopmentCC: esammons, matt, mkudlej, rrati
Target Milestone: 2.3Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: condor-wallaby-tools-5.0.5-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-19 16:38:32 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:
Bug Depends On:    
Bug Blocks: 802510    

Description Lubos Trilety 2012-12-11 09:25:01 UTC
Description of problem:
condor_configure_store/pool ends with error when port argument is used

e.g.
# ccs --port 5672 --list-all-groups
/usr/lib/ruby/1.8/optparse.rb:325:in `match': can't convert Fixnum into String (TypeError)
	from /usr/lib/ruby/1.8/optparse.rb:325:in `parse_arg'
	from /usr/lib/ruby/1.8/optparse.rb:454:in `parse'
	from /usr/lib/ruby/1.8/optparse.rb:1295:in `parse_in_order'
	from /usr/lib/ruby/1.8/optparse.rb:1254:in `catch'
	from /usr/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order'
	from /usr/lib/ruby/1.8/optparse.rb:1248:in `order!'
	from /usr/lib/ruby/1.8/optparse.rb:1339:in `permute!'
	from /usr/lib/ruby/1.8/optparse.rb:1360:in `parse!'
	from /usr/lib/ruby/site_ruby/1.8/mrg/grid/config/shell.rb:144:in `main'
	from /usr/lib/ruby/site_ruby/1.8/condor_wallaby/ccs.rb:161:in `main'
	from /usr/sbin/condor_configure_store:19

Version-Release number of selected component (if applicable):
condor-wallaby-tools-5.0.4-1

How reproducible:
100%

Steps to Reproduce:
see above
  
Actual results:


Expected results:


Additional info:

Comment 2 Robert Rati 2012-12-11 19:01:08 UTC
Fixed upstream on:
BZ885992-port-arg

Comment 4 Lubos Trilety 2013-01-10 13:14:00 UTC
Tested with:
condor-wallaby-tools-5.0.5-1

Tested on:
RHEL6 i386,x86_64
RHEL5 i386,x86_64

port argument is working

# ccs --port 5672 --list-all-groups
Console Connection Established...
the default group +++DEFAULT
the skeleton group +++SKEL

# ccp --port 5672 --list-all-groups
Console Connection Established...
the default group +++DEFAULT
the skeleton group +++SKEL

>>> verified