Strange socket problem

39 views
Skip to first unread message

limodou

unread,
Sep 5, 2006, 7:54:31 AM9/5/06
to django...@googlegroups.com
Sometimes I will get below error message, but not each request I could
get this, but it occurs very often, I don't know why? I'm working in
windows XP, python 2.4.3, django trunk version. Has anyone also
encountered this problem?

[05/Sep/2006 19:48:56] "GET /site_media/cbc/syntax/Scripts/shBrushXml.js HTTP/1.
1" 200 1899
Traceback (most recent call last):
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 273, in run
self.finish_response()
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 312, in finish_response
self.write(data)
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 391, in write
self.send_headers()
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 443, in send_headers
self.send_preamble()
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 372, in send_preamble
self._write(
File "C:\Python24\lib\socket.py", line 256, in write
self.flush()
File "C:\Python24\lib\socket.py", line 243, in flush
self._sock.sendall(buffer)
error: (10053, 'Software caused connection abort')

--
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad

Jay Parlar

unread,
Sep 5, 2006, 11:22:28 AM9/5/06
to django...@googlegroups.com


I tend to see this error when doing development with the dev server,
and adding a related entry in the Admin (ie. clicking on the green
"plus", adding something in the popup, and pressing Save).

The data always goes into the db, but the popup fails to go away (and
I see that error).

Jay P.

limodou

unread,
Sep 5, 2006, 9:08:14 PM9/5/06
to django...@googlegroups.com
Sometimes I only view the pages in dev server, but this information
also occurs. I remeber there is no this error before, I don't know
why? Do you know how to resove it?

Jay Parlar

unread,
Sep 6, 2006, 8:35:48 AM9/6/06
to django...@googlegroups.com
On 9/5/06, limodou <lim...@gmail.com> wrote:
> Sometimes I only view the pages in dev server, but this information
> also occurs. I remeber there is no this error before, I don't know
> why? Do you know how to resove it?
>

No clue how to solve it. I haven't worried much about it, because it
doesn't hinder my development. And everything works ok once I've
deployed with Apache.

Jay P.

Reply all
Reply to author
Forward
0 new messages