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 +

Actions #1

Updated by bmbouter about 9 years ago

  • Severity changed from Medium to 2. Medium
Actions #2

Updated by bmbouter about 5 years ago

  • Status changed from NEW to CLOSED - WONTFIX
Actions #3

Updated by bmbouter about 5 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.

Actions #4

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Added by daviddavis over 2 years ago

Revision 74c9bb33 | View on GitHub

Update the Python version in CI files

fixes #453

Also available in: Atom PDF