Bug 885992 - CCS/CCP failed when port argument is used
Summary: CCS/CCP failed when port argument is used
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: condor-wallaby-tools
Version: Development
Hardware: Unspecified
OS: Unspecified
low
high
Target Milestone: 2.3
: ---
Assignee: Robert Rati
QA Contact: Lubos Trilety
URL:
Whiteboard:
Depends On:
Blocks: 802510
TreeView+ depends on / blocked
 
Reported: 2012-12-11 09:25 UTC by Lubos Trilety
Modified: 2013-03-19 16:38 UTC (History)
4 users (show)

Fixed In Version: condor-wallaby-tools-5.0.5-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-19 16:38:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


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