[Pulp-list] Client-side exception ERROR after upgrade to v2.11.2

Tina Fora tfora at riseup.net
Wed Aug 22 05:53:43 UTC 2018


Hello All,

I upgraded from v2.6.5 to v2.11.2. Yum updated and then ran the
'pulp-manage-db' command which tool a long time to complete but was
successful. Now running pulp-admin is giving the following error:

# pulp-admin -vvv status
+----------------------------------------------------------------------+
                          Status of the server
+----------------------------------------------------------------------+

2018-08-22 00:44:33,209 - DEBUG - sending GET request to /pulp/api/v2/status/
2018-08-22 00:44:33,260 - INFO - GET request to /pulp/api/v2/status/ with
parameters None
2018-08-22 00:44:33,260 - INFO - Response status : 404

2018-08-22 00:44:33,260 - INFO - Response body :
 "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML
2.0//EN\">\n<html><head>\n<title>404 Not
Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL
/pulp/api/v2/status/ was not found on this
server.</p>\n<hr>\n<address>Apache/2.2.15 (CentOS) Server at
repo01.brazos.tamu.edu Port 443</address>\n</body></html>\n"

2018-08-22 00:44:33,261 - ERROR - Client-side exception occurred
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/pulp/client/extensions/core.py",
line 474, in run
    exit_code = Cli.run(self, args)
  File "/usr/lib/python2.6/site-packages/okaara/cli.py", line 974, in run
    exit_code = command_or_section.execute(self.prompt, remaining_args)
  File
"/usr/lib/python2.6/site-packages/pulp/client/extensions/extensions.py",
line 210, in execute
    return self.method(*arg_list, **clean_kwargs)
  File
"/usr/lib/python2.6/site-packages/pulp/client/admin/admin_status.py",
line 39, in status
    server_status = self.api.get_status()
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server_info.py",
line 54, in get_status
    return self.server.GET(path)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line
92, in GET
    return self._request('GET', path, queries, ignore_prefix=ignore_prefix)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line
166, in _request
    self._handle_exceptions(response_code, response_body)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/server.py", line
207, in _handle_exceptions
    raise code_class_mappings[response_code](response_body)
  File "/usr/lib/python2.6/site-packages/pulp/bindings/exceptions.py",
line 16, in __init__
    self.href = response_body.pop('_href', None)
AttributeError: 'str' object has no attribute 'pop'
An unexpected error has occurred.






More information about the Pulp-list mailing list