Being a newbie trying to setup my first satchmo shop, I am getting the following error on wsgiref/handler.py error which if you
note is consistently producing it which is heavily delaying the shop from running. My development server as well as my Apache server (in production) is generating the following errors consistently..
For more info..I am using bootstrap for my theme and couple of jquery add-ons for my UI, that's all.
[26/Aug/2012 05:37:47] "GET /static/js/cloud-zoom.1.0.2/cloud-zoom.1.0.2.min.js HTTP/1.1" 304 0
[26/Aug/2012 05:37:47] "GET /static/js/jquery.ad-gallery.1.2.4/jquery.ad-gallery.js HTTP/1.1" 304 0
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 94, in run
self.finish_response()
File "/usr/lib/python2.6/wsgiref/handlers.py", line 135, in finish_response
self.write(data)
File "/usr/lib/python2.6/wsgiref/handlers.py", line 223, in write
self._write(data)
File "/usr/lib/python2.6/socket.py", line 300, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 286, in flush
self._sock.sendall(buffer)
error: [Errno 32] Broken pipe
[26/Aug/2012 05:37:48] "GET /static/js/jquery-1.4.2.js HTTP/1.1" 404 219725
[26/Aug/2012 05:37:48] "GET /static/images/premier_logo_new.png HTTP/1.1" 304 0
[26/Aug/2012 05:37:48] "GET /static/images/icons/glyphicons_020_home_invert.png HTTP/1.1" 304 0
[26/Aug/2012 05:37:49] "GET /static/images/icons/glyphicons_202_shopping_cart.png HTTP/1.1" 304 0
[26/Aug/2012 05:37:49] "GET /static/images/banner/award1.jpg HTTP/1.1" 304 0
[26/Aug/2012 05:37:49] "GET /static/images/banner/facebook.jpg HTTP/1.1" 304 0
[26/Aug/2012 05:37:49] "GET /static/images/banner/twitter.jpg HTTP/1.1" 304 0
[26/Aug/2012 05:37:49] "GET /static/images/banner/checkout-footer.jpg HTTP/1.1" 304 0
[26/Aug/2012 05:37:49] "GET /static/css/bootstrap/img/glyphicons-halflings.png HTTP/1.1" 404 219970
[26/Aug/2012 05:38:53] "POST /checkout/po/confirm/ HTTP/1.1" 302 0
[26/Aug/2012 05:38:55] "GET /checkout/po/success/ HTTP/1.1" 200 515226
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 94, in run
self.finish_response()
File "/usr/lib/python2.6/wsgiref/handlers.py", line 135, in finish_response
self.write(data)
File "/usr/lib/python2.6/wsgiref/handlers.py", line 223, in write
self._write(data)
File "/usr/lib/python2.6/socket.py", line 300, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 286, in flush
self._sock.sendall(buffer)
error: [Errno 32] Broken pipe
[26/Aug/2012 05:38:57] "GET /static/js/jquery-1.4.2.js HTTP/1.1" 404 219452
[26/Aug/2012 05:39:33] "GET /__debug__/template_source/?template=shop/checkout/base_confirm.html HTTP/1.1" 200 2133
[26/Aug/2012 05:40:00] "GET /__debug__/template_source/?template=shop/checkout/base_confirm.html HTTP/1.1" 200 2133
[26/Aug/2012 05:46:55] "POST /checkout/ HTTP/1.1" 200 1290037
[26/Aug/2012 05:46:56] "GET /static/css/jquery.prettyPhoto.css HTTP/1.1" 404 219547
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 94, in run
self.finish_response()
File "/usr/lib/python2.6/wsgiref/handlers.py", line 135, in finish_response
self.write(data)
File "/usr/lib/python2.6/wsgiref/handlers.py", line 223, in write
self._write(data)
File "/usr/lib/python2.6/socket.py", line 300, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 286, in flush
self._sock.sendall(buffer)
error: [Errno 32] Broken pipe
[26/Aug/2012 05:46:59] "GET /admin/shop/orderitem/ HTTP/1.1" 200 321381
[26/Aug/2012 05:46:59] "GET /admin/jsi18n/ HTTP/1.1" 200 2330
[26/Aug/2012 05:47:02] "GET /static/css/blackbird.css HTTP/1.1" 404 257783
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 94, in run
self.finish_response()
File "/usr/lib/python2.6/wsgiref/handlers.py", line 135, in finish_response
self.write(data)
File "/usr/lib/python2.6/wsgiref/handlers.py", line 223, in write
self._write(data)
File "/usr/lib/python2.6/socket.py", line 300, in write
self.flush()
File "/usr/lib/python2.6/socket.py", line 286, in flush
self._sock.sendall(buffer)
error: [Errno 32] Broken pipe