Bug 726096 - Exception KeyError: Getting this in apche's error_log
Summary: Exception KeyError: Getting this in apche's error_log
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Update Infrastructure for Cloud Providers
Classification: Red Hat
Component: RHUA
Version: 2.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jason Connor
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-27 14:19 UTC by Sachin Ghai
Modified: 2014-03-31 01:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-27 15:26:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sachin Ghai 2011-07-27 14:19:23 UTC
Description of problem:
Getting following error messages in apache's error_log. Appearing these during repo sync. I guess these errors are not breaking anything but looks ugly with lots of errors.

[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored



Version-Release number of selected component (if applicable):
pulp 0.214

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:
[error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored


Expected results:
Shouln't be any exception error in error_log

Additional info:

Comment 1 Jason Connor 2011-07-27 15:25:09 UTC
These error messages are (supposedly) harmless, but are a result of mod_wsgi's behaviour.

Qoute from Graham Dumpleton in the upstream bug:
http://code.google.com/p/modwsgi/issues/detail?id=197

Comment 5 by project member Graham.Dumpleton, Apr 16, 2010

The message is harmless. Fix added in revision 1588 of subversion trunk for mod_wsgi 4.0 to get rid of it anyway.


Note You need to log in before you can comment on or make changes to this bug.