Issue #453
closeddeprecation errors in /var/log/httpd/error_log
Description
Description of problem:
Following Trace can be seen in /var/log/httpd/error_log
[root@ec2-46-51-133-3 ~]# cat /var/log/httpd/error_log
- ---%<------
[Mon Jun 16 06:03:51 2014] [error] if OBJECT_ALREADY_EXISTS_STRING not in err.message:
[Mon Jun 16 06:18:28 2014] [error] /usr/lib/python2.6/site-packages/kombu/transport/qpid.py:277: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
[Mon Jun 16 06:18:28 2014] [error] if self.allowed_exception_string not in error.message:
[Mon Jun 16 06:18:28 2014] [error] /usr/lib/python2.6/site-packages/kombu/transport/qpid.py:777: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
[Mon Jun 16 06:18:28 2014] [error] if OBJECT_ALREADY_EXISTS_STRING not in err.message: - ---%<------
[root@ec2-46-51-133-3 ~]#
Version-Release number of selected component (if applicable):
pulp-server-2.4.0-0.20.beta.el6.noarch
python-kombu-3.0.15-10.pulp.el6.noarch
How reproducible:
Always
Steps to Reproduce:
1. deploy pulp-server on a RHEL6 Server node
2. pulp-admin -u admin -p admin rpm repo create --repo-id zoo --feed http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/
3. pulp-admin -u admin -p admin rpm repo delete --repo-id zoo
Expected results:
"DeprecationWarning: BaseException.message has been deprecated as of Python 2.6" not shown anymore in /var/log/httpd/error_log
+ This bug was cloned from Bugzilla Bug #1109773 +
Updated by bmbouter almost 4 years ago
- Status changed from NEW to CLOSED - WONTFIX
Updated by bmbouter almost 4 years ago
Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.
Update the Python version in CI files
fixes #453