Project

Profile

Help

Issue #453

closed

deprecation errors in /var/log/httpd/error_log

Added by mkovacik@redhat.com about 9 years ago. Updated about 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
2.4 Beta
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

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

  1. ---%<------
    [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:
  2. ---%<------
    [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 +

Also available in: Atom PDF