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

Bug 485459

Summary: rhn-custom-info Talking to Non-Existent RPC URL
Product: [Community] Spacewalk Reporter: Devan Goodwin <dgoodwin>
Component: ClientsAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED CURRENTRELEASE QA Contact: Devan Goodwin <dgoodwin>
Severity: medium Docs Contact:
Priority: low    
Version: 0.4CC: bperkins
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-17 07:10:22 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: 456553    

Description Devan Goodwin 2009-02-13 17:09:52 UTC
Running rhn-custom-info results in an error for missing WEBRPC URL.

Actual results:

[root@centos1 ~]# rhn-custom-info -l -u admin -p PASSWORD
Traceback (most recent call last):
  File "/usr/bin/rhn-custom-info", line 257, in ?
    main()
  File "/usr/bin/rhn-custom-info", line 225, in main
    session = s.auth.login(options.username, options.password)
  File "/usr/lib/python2.4/site-packages/rhn/rpclib.py", line 593, in __call__
    return self._send(self._name, args)
  File "/usr/lib/python2.4/site-packages/rhn/rpclib.py", line 323, in _request
    raise pe
xmlrpclib.ProtocolError: <ProtocolError for 192.168.1.40 /WEBRPC/api: 404 Not Found>


Additional info:

Appears that this should be trying to talk to /rpc/api instead, may be related to recent changes to get away from satellite-httpd. Changing the url in /usr/bin/rhn-custom-info gets past this issue.

Comment 3 Devan Goodwin 2009-03-26 15:47:01 UTC
Verified in spacewalk 0.5.

Comment 4 Jesus M. Rodriguez 2009-04-14 14:13:06 UTC
Spacewalk 0.5 released.

Comment 5 Miroslav Suchý 2009-09-17 07:10:22 UTC
Spacewalk 0.5 has been released for long time ago.