Closed
Bug 1172549
Opened 10 years ago
Closed 10 years ago
Error while running Kitsune in local
Categories
(support.mozilla.org :: Code Quality, task)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: safwan, Assigned: rehandalal+mozilla)
Details
(Whiteboard: u=dev c=general p=1 s=2015.10)
STR:
# Clone and install the latest Kitsune
# Go to browser and browse local host to Get the Site
Actual Result:
# You will see
>>CompilerError at /
Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead
in terminal:
Exception happened during processing of request from ('127.0.0.1', 39551)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/safwan/patch-22/kitsune/venv/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 129, in __init__
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/safwan/patch-22/kitsune/venv/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 129, in __init__
super(WSGIRequestHandler, self).__init__(*args, **kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 279, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
----------------------------------------
super(WSGIRequestHandler, self).__init__(*args, **kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 279, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
Expected Result:
You should see normal SUMO site there.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rdalal
Comment 1•10 years ago
|
||
This should be fixed now.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•10 years ago
|
||
adding sprint data for book keeping
Whiteboard: u=dev c=general p=1 s=2015.10
You need to log in
before you can comment on or make changes to this bug.
Description
•