Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.24 KB | None | 0 0
  1. Exception in thread Thread-392:
  2. Traceback (most recent call last):
  3. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  4. self.run()
  5. File "c:\Python27\lib\threading.py", line 754, in run
  6. self.__target(*self.__args, **self.__kwargs)
  7. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  8. self.handle_error(request, client_address)
  9. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  10. self.finish_request(request, client_address)
  11. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  12. self.RequestHandlerClass(request, client_address, self)
  13. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  14. self.finish()
  15. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  16. self.wfile.close()
  17. File "c:\Python27\lib\socket.py", line 283, in close
  18. self.flush()
  19. File "c:\Python27\lib\socket.py", line 307, in flush
  20. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  21. error: [Errno 10053] An established connection was aborted by the software in yo
  22. ur host machine
  23.  
  24. Exception in thread Thread-378:
  25. Traceback (most recent call last):
  26. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  27. self.run()
  28. File "c:\Python27\lib\threading.py", line 754, in run
  29. self.__target(*self.__args, **self.__kwargs)
  30. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  31. self.handle_error(request, client_address)
  32. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  33. self.finish_request(request, client_address)
  34. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  35. self.RequestHandlerClass(request, client_address, self)
  36. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  37. self.finish()
  38. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  39. self.wfile.close()
  40. File "c:\Python27\lib\socket.py", line 283, in close
  41. self.flush()
  42. File "c:\Python27\lib\socket.py", line 307, in flush
  43. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  44. error: [Errno 10053] An established connection was aborted by the software in yo
  45. ur host machine
  46.  
  47. Exception in thread Thread-405:
  48. Traceback (most recent call last):
  49. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  50. self.run()
  51. File "c:\Python27\lib\threading.py", line 754, in run
  52. self.__target(*self.__args, **self.__kwargs)
  53. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  54. self.handle_error(request, client_address)
  55. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  56. self.finish_request(request, client_address)
  57. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  58. self.RequestHandlerClass(request, client_address, self)
  59. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  60. self.finish()
  61. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  62. self.wfile.close()
  63. File "c:\Python27\lib\socket.py", line 283, in close
  64. self.flush()
  65. File "c:\Python27\lib\socket.py", line 307, in flush
  66. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  67. error: [Errno 10053] An established connection was aborted by the software in yo
  68. ur host machine
  69.  
  70. Exception in thread Thread-395:
  71. Traceback (most recent call last):
  72. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  73. self.run()
  74. File "c:\Python27\lib\threading.py", line 754, in run
  75. self.__target(*self.__args, **self.__kwargs)
  76. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  77. self.handle_error(request, client_address)
  78. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  79. self.finish_request(request, client_address)
  80. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  81. self.RequestHandlerClass(request, client_address, self)
  82. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  83. self.finish()
  84. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  85. self.wfile.close()
  86. File "c:\Python27\lib\socket.py", line 283, in close
  87. self.flush()
  88. File "c:\Python27\lib\socket.py", line 307, in flush
  89. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  90. error: [Errno 10053] An established connection was aborted by the software in yo
  91. ur host machine
  92.  
  93. Exception in thread Thread-406:
  94. Traceback (most recent call last):
  95. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  96. self.run()
  97. File "c:\Python27\lib\threading.py", line 754, in run
  98. self.__target(*self.__args, **self.__kwargs)
  99. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  100. self.handle_error(request, client_address)
  101. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  102. self.finish_request(request, client_address)
  103. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  104. self.RequestHandlerClass(request, client_address, self)
  105. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  106. self.finish()
  107. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  108. self.wfile.close()
  109. File "c:\Python27\lib\socket.py", line 283, in close
  110. self.flush()
  111. File "c:\Python27\lib\socket.py", line 307, in flush
  112. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  113. error: [Errno 10053] An established connection was aborted by the software in yo
  114. ur host machine
  115.  
  116. Exception in thread Thread-412:
  117. Traceback (most recent call last):
  118. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  119. self.run()
  120. File "c:\Python27\lib\threading.py", line 754, in run
  121. self.__target(*self.__args, **self.__kwargs)
  122. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  123. self.handle_error(request, client_address)
  124. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  125. self.finish_request(request, client_address)
  126. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  127. self.RequestHandlerClass(request, client_address, self)
  128. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  129. self.finish()
  130. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  131. self.wfile.close()
  132. File "c:\Python27\lib\socket.py", line 283, in close
  133. self.flush()
  134. File "c:\Python27\lib\socket.py", line 307, in flush
  135. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  136. error: [Errno 10053] An established connection was aborted by the software in yo
  137. ur host machine
  138.  
  139. Exception in thread Thread-416:
  140. Traceback (most recent call last):
  141. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  142. self.run()
  143. File "c:\Python27\lib\threading.py", line 754, in run
  144. self.__target(*self.__args, **self.__kwargs)
  145. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  146. self.handle_error(request, client_address)
  147. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  148. self.finish_request(request, client_address)
  149. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  150. self.RequestHandlerClass(request, client_address, self)
  151. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  152. self.finish()
  153. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  154. self.wfile.close()
  155. File "c:\Python27\lib\socket.py", line 283, in close
  156. self.flush()
  157. File "c:\Python27\lib\socket.py", line 307, in flush
  158. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  159. error: [Errno 10053] An established connection was aborted by the software in yo
  160. ur host machine
  161.  
  162. Exception in thread Thread-418:
  163. Traceback (most recent call last):
  164. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  165. self.run()
  166. File "c:\Python27\lib\threading.py", line 754, in run
  167. self.__target(*self.__args, **self.__kwargs)
  168. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  169. self.handle_error(request, client_address)
  170. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  171. self.finish_request(request, client_address)
  172. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  173. self.RequestHandlerClass(request, client_address, self)
  174. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  175. self.finish()
  176. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  177. self.wfile.close()
  178. File "c:\Python27\lib\socket.py", line 283, in close
  179. self.flush()
  180. File "c:\Python27\lib\socket.py", line 307, in flush
  181. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  182. error: [Errno 10053] An established connection was aborted by the software in yo
  183. ur host machine
  184.  
  185. Exception in thread Thread-420:
  186. Traceback (most recent call last):
  187. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  188. self.run()
  189. File "c:\Python27\lib\threading.py", line 754, in run
  190. self.__target(*self.__args, **self.__kwargs)
  191. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  192. self.handle_error(request, client_address)
  193. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  194. self.finish_request(request, client_address)
  195. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  196. self.RequestHandlerClass(request, client_address, self)
  197. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  198. self.finish()
  199. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  200. self.wfile.close()
  201. File "c:\Python27\lib\socket.py", line 283, in close
  202. self.flush()
  203. File "c:\Python27\lib\socket.py", line 307, in flush
  204. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  205. error: [Errno 10053] An established connection was aborted by the software in yo
  206. ur host machine
  207.  
  208. Exception in thread Thread-422:
  209. Traceback (most recent call last):
  210. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  211. self.run()
  212. File "c:\Python27\lib\threading.py", line 754, in run
  213. self.__target(*self.__args, **self.__kwargs)
  214. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  215. self.handle_error(request, client_address)
  216. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  217. self.finish_request(request, client_address)
  218. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  219. self.RequestHandlerClass(request, client_address, self)
  220. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  221. self.finish()
  222. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  223. self.wfile.close()
  224. File "c:\Python27\lib\socket.py", line 283, in close
  225. self.flush()
  226. File "c:\Python27\lib\socket.py", line 307, in flush
  227. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  228. error: [Errno 10053] An established connection was aborted by the software in yo
  229. ur host machine
  230.  
  231. Exception in thread Thread-427:
  232. Traceback (most recent call last):
  233. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  234. self.run()
  235. File "c:\Python27\lib\threading.py", line 754, in run
  236. self.__target(*self.__args, **self.__kwargs)
  237. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  238. self.handle_error(request, client_address)
  239. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  240. self.finish_request(request, client_address)
  241. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  242. self.RequestHandlerClass(request, client_address, self)
  243. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  244. self.finish()
  245. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  246. self.wfile.close()
  247. File "c:\Python27\lib\socket.py", line 283, in close
  248. self.flush()
  249. File "c:\Python27\lib\socket.py", line 307, in flush
  250. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  251. error: [Errno 10053] An established connection was aborted by the software in yo
  252. ur host machine
  253.  
  254. Exception in thread Thread-369:
  255. Traceback (most recent call last):
  256. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  257. self.run()
  258. File "c:\Python27\lib\threading.py", line 754, in run
  259. self.__target(*self.__args, **self.__kwargs)
  260. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  261. self.handle_error(request, client_address)
  262. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  263. self.finish_request(request, client_address)
  264. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  265. self.RequestHandlerClass(request, client_address, self)
  266. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  267. self.finish()
  268. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  269. self.wfile.close()
  270. File "c:\Python27\lib\socket.py", line 283, in close
  271. self.flush()
  272. File "c:\Python27\lib\socket.py", line 307, in flush
  273. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  274. error: [Errno 10053] An established connection was aborted by the software in yo
  275. ur host machine
  276.  
  277. Exception in thread Thread-445:
  278. Traceback (most recent call last):
  279. File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner
  280. self.run()
  281. File "c:\Python27\lib\threading.py", line 754, in run
  282. self.__target(*self.__args, **self.__kwargs)
  283. File "c:\Python27\lib\SocketServer.py", line 599, in process_request_thread
  284. self.handle_error(request, client_address)
  285. File "c:\Python27\lib\SocketServer.py", line 596, in process_request_thread
  286. self.finish_request(request, client_address)
  287. File "c:\Python27\lib\SocketServer.py", line 331, in finish_request
  288. self.RequestHandlerClass(request, client_address, self)
  289. File "c:\Python27\lib\SocketServer.py", line 654, in __init__
  290. self.finish()
  291. File "c:\Python27\lib\SocketServer.py", line 713, in finish
  292. self.wfile.close()
  293. File "c:\Python27\lib\socket.py", line 283, in close
  294. self.flush()
  295. File "c:\Python27\lib\socket.py", line 307, in flush
  296. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  297. error: [Errno 10053] An established connection was aborted by the software in yo
  298. ur host machine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement