Bug 679889
Summary: | consumer bind failing | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | user-experience | Assignee: | Jeff Ortel <jortel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | jason.dobies, jortel |
Target Milestone: | --- | ||
Target Release: | Sprint 21 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-15 15:14:58 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: | 647488 |
Description
Preethi Thomas
2011-02-23 19:18:16 UTC
From pulp.log 2011-02-23 14:29:31,127 [ERROR][Dummy-2] report_error() @ base.py:56 - Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/base.py", line 52, in report_error return method(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/compat.py", line 40, in _decorator return decorator(*args,**kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/base.py", line 131, in _auth_decorator value = method(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/consumers.py", line 518, in POST return action(id) File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/consumers.py", line 306, in bind data = self.params() File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/base.py", line 148, in params return json.loads(data) File "/usr/lib64/python2.7/site-packages/simplejson/__init__.py", line 385, in loads return _default_decoder.decode(s) File "/usr/lib64/python2.7/site-packages/simplejson/decoder.py", line 402, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib64/python2.7/site-packages/simplejson/decoder.py", line 420, in raw_decode raise JSONDecodeError("No JSON object could be decoded", s, idx) JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0) Build: 0.143 verified [root@preethi ~]# rpm -qa |grep pulp pulp-0.0.143-1.fc14.noarch pulp-client-0.0.143-1.fc14.noarch pulp-common-0.0.143-1.fc14.noarch root@preethi ~]# pulp-admin -u admin -p test consumer bind --repoid=f14-update Successfully subscribed consumer [preethi] to repo [f14-update] [root@10 ~]# pulp-client -u admin -p test consumer bind --repoid=upload Successfully subscribed consumer [pulp-client] to repo [upload] Closing with current community release pulp-0.0.223 |