2016-06-16_10:46:05.42007 Exception in thread Thread-1:2016-06-16_10:46:05.42008 Traceback (most recent call last):2016-06-16_10:46:05.42008 File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner2016-06-16_10:46:05.42008 self.run()2016-06-16_10:46:05.42009 File "/usr/lib/python2.7/threading.py", line 763, in run2016-06-16_10:46:05.42009 self.__target(*self.__args, **self.__kwargs)2016-06-16_10:46:05.42009 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner2016-06-16_10:46:05.42009 srv.serve_forever()2016-06-16_10:46:05.42009 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever2016-06-16_10:46:05.42010 HTTPServer.serve_forever(self)2016-06-16_10:46:05.42010 File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever2016-06-16_10:46:05.42010 self._handle_request_noblock()2016-06-16_10:46:05.42010 File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock2016-06-16_10:46:05.42010 self.handle_error(request, client_address)2016-06-16_10:46:05.42011 File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock2016-06-16_10:46:05.42011 self.process_request(request, client_address)2016-06-16_10:46:05.42011 File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request2016-06-16_10:46:05.42011 self.finish_request(request, client_address)2016-06-16_10:46:05.42011 File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request2016-06-16_10:46:05.42012 self.RequestHandlerClass(request, client_address, self)2016-06-16_10:46:05.42012 File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__2016-06-16_10:46:05.42012 self.handle()2016-06-16_10:46:05.42013 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 216, in handle2016-06-16_10:46:05.42013 rv = BaseHTTPRequestHandler.handle(self)2016-06-16_10:46:05.42013 File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle2016-06-16_10:46:05.42013 self.handle_one_request()2016-06-16_10:46:05.42013 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 251, in handle_one_request2016-06-16_10:46:05.42014 return self.run_wsgi()2016-06-16_10:46:05.42014 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in run_wsgi2016-06-16_10:46:05.42014 execute(self.server.app)2016-06-16_10:46:05.42014 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 184, in execute2016-06-16_10:46:05.42014 write(data)2016-06-16_10:46:05.42015 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in write2016-06-16_10:46:05.42015 self.wfile.write(data)2016-06-16_10:46:05.42015 IOError: [Errno 104] Connection reset by peer2016-06-16_10:46:05.42015 2016-06-16_11:08:25.38299 Exception in thread Thread-1:
2016-06-16_11:08:25.38300 Traceback (most recent call last):
2016-06-16_11:08:25.38300 File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
2016-06-16_11:08:25.38300 self.run()
2016-06-16_11:08:25.38300 File "/usr/lib/python2.7/threading.py", line 763, in run
2016-06-16_11:08:25.38301 self.__target(*self.__args, **self.__kwargs)
2016-06-16_11:08:25.38301 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 659, in inner
2016-06-16_11:08:25.38301 srv.serve_forever()
2016-06-16_11:08:25.38301 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 499, in serve_forever
2016-06-16_11:08:25.38301 HTTPServer.serve_forever(self)
2016-06-16_11:08:25.38302 File "/usr/lib/python2.7/SocketServer.py", line 238, in serve_forever
2016-06-16_11:08:25.38302 self._handle_request_noblock()
2016-06-16_11:08:25.38302 File "/usr/lib/python2.7/SocketServer.py", line 297, in _handle_request_noblock
2016-06-16_11:08:25.38302 self.handle_error(request, client_address)
2016-06-16_11:08:25.38303 File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
2016-06-16_11:08:25.38304 self.process_request(request, client_address)
2016-06-16_11:08:25.38304 File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
2016-06-16_11:08:25.38304 self.finish_request(request, client_address)
2016-06-16_11:08:25.38304 File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
2016-06-16_11:08:25.38305 self.RequestHandlerClass(request, client_address, self)
2016-06-16_11:08:25.38305 File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
2016-06-16_11:08:25.38305 self.handle()
2016-06-16_11:08:25.38305 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 216, in handle
2016-06-16_11:08:25.38306 rv = BaseHTTPRequestHandler.handle(self)
2016-06-16_11:08:25.38306 File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
2016-06-16_11:08:25.38306 self.handle_one_request()
2016-06-16_11:08:25.38306 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 251, in handle_one_request
2016-06-16_11:08:25.38306 return self.run_wsgi()
2016-06-16_11:08:25.38307 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in run_wsgi
2016-06-16_11:08:25.38307 execute(self.server.app)
2016-06-16_11:08:25.38307 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 184, in execute
2016-06-16_11:08:25.38307 write(data)
2016-06-16_11:08:25.38307 File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in write
2016-06-16_11:08:25.38308 self.wfile.write(data)
2016-06-16_11:08:25.38308 IOError: [Errno 32] Broken pipe
2016-06-16_11:08:25.38308
--
You received this message because you are subscribed to the Google Groups "airbnb_caravel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to airbnb_carave...@googlegroups.com.
To post to this group, send email to airbnb_...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/airbnb_caravel/41dec286-c056-480c-86d8-b1b78fbe8f45%40googlegroups.com.
I'm very grateful that we are able to share Caravel with the world! All aboard!!!!For the record I think Werkzeug (the debug web server lib) has been showing this issue since 0.11.x ...Max
On Fri, Jun 17, 2016 at 12:04 PM, Davor Poldrugo <dpol...@gmail.com> wrote:
This definitively fixed the problem, it's running smoothly since I started caravel without -d flag.@Maxime, the doc was the reason why I used -d flag. Great to change that. And BTW, great thing that AirBnb open-sourced Caravel (ex Panoramix)!
On Thursday, June 16, 2016 at 6:18:00 PM UTC+2, Maxime Beauchemin wrote:I just changed the docs to tell people to run the production server in the installation instructions.
--
You received this message because you are subscribed to the Google Groups "airbnb_caravel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to airbnb_caravel+unsubscribe@googlegroups.com.
To post to this group, send email to airbnb_caravel@googlegroups.com.