Bug 1199982 - [abrt] python-pelican: socket.py:224:meth:error: [Errno 98] Address already in use
Summary: [abrt] python-pelican: socket.py:224:meth:error: [Errno 98] Address already i...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pelican
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:1bca930468f65efde944134f2d0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-09 12:52 UTC by Christian Stadelmann
Modified: 2015-03-10 07:37 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-10 07:37:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (912 bytes, text/plain)
2015-03-09 12:52 UTC, Christian Stadelmann
no flags Details
File: environ (3.53 KB, text/plain)
2015-03-09 12:52 UTC, Christian Stadelmann
no flags Details

Description Christian Stadelmann 2015-03-09 12:52:14 UTC
Description of problem:
This crash happened when restarting the devserver by running `make devserver` just after I reset the "SITEURL" property in pelicanconf.py to `''`

Version-Release number of selected component:
python-pelican-3.3.0-5.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        python -m pelican.server
dso_list:       python-libs-2.7.8-7.fc21.x86_64
executable:     /usr/lib/python2.7/site-packages/pelican/server.py
runlevel:       N 5
type:           Python

Truncated backtrace:
socket.py:224:meth:error: [Errno 98] Address already in use

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/site-packages/pelican/server.py", line 37, in <module>
    httpd = socketserver.TCPServer(("", PORT), Handler)
  File "/usr/lib64/python2.7/SocketServer.py", line 419, in __init__
    self.server_bind()
  File "/usr/lib64/python2.7/SocketServer.py", line 430, in server_bind
    self.socket.bind(self.server_address)
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use

Local variables in innermost frame:
self: <socket._socketobject object at 0x7f9a2bdb3fa0>
args: (('', 8000),)
name: 'bind'

Comment 1 Christian Stadelmann 2015-03-09 12:52:17 UTC
Created attachment 999517 [details]
File: backtrace

Comment 2 Christian Stadelmann 2015-03-09 12:52:18 UTC
Created attachment 999518 [details]
File: environ

Comment 3 Matthias Runge 2015-03-10 07:37:47 UTC
It looks like you had another server running on port 8000. That's not a packages fault.


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