Graham,

Looks like you are right. If I hit the reload button repeatedly this message
pops up in the error logs. Doesn't seem like a serious error then.

Thanks for helping me sort that out!

Vincent

On 7/5/07 9:47 PM, "Graham Dumpleton" <[EMAIL PROTECTED]> wrote:

> 
> On Jul 6, 9:38 am, Vincent Nijs <[EMAIL PROTECTED]>
> wrote:
>> Could anyone help me identify if the error message below (from apache log)
>> might be a network/apache error or something in my Django/python code. My
>> site is deployed using apache and mod_python.
>> 
>> [error] [client ] PythonHandler django.core.handlers.modpython: Traceback
>> (most recent call last):, referer:https://mysite.org
>> [error] [client ] PythonHandler django.core.handlers.modpython:   File
>> "/usr/lib/python2.5/site-packages/mod_python/apache.py", line 299, in
>> HandlerDispatch\n    result = object(req), referer:https://mysite.org
>> [error] [client ] PythonHandler django.core.handlers.modpython:   File
>> "/usr/lib/python2.5/site-packages/django/core/handlers/modpython.py", line
>> 177, in handler\n    return ModPythonHandler()(req),
>> referer:https://mysite.org
>> [error] [client ] PythonHandler django.core.handlers.modpython:   File
>> "/usr/lib/python2.5/site-packages/django/core/handlers/modpython.py", line
>> 169, in __call__\n    req.write(chunk), referer:https://mysite.org
>> [error] [client ] PythonHandler django.core.handlers.modpython: IOError:
>> Write failed, client closed connection., referer:https://mysite.org
> 
> The IOError simply indicates that the browser connection was closed
> before a response could be completely sent. Did you press the stop or
> reload buttons on the browser in the middle of a page load?
> 
> Graham
> 
> 
> > 

-- 
Vincent R. Nijs
Assistant Professor of Marketing
Kellogg School of Management, Northwestern University
2001 Sheridan Road, Evanston, IL 60208-2001
Phone: +1-847-491-4574 Fax: +1-847-491-2498
E-mail: [EMAIL PROTECTED]
Skype: vincentnijs




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to