Re: Error log interpretation

2007-07-07 Thread lastmohican

Hi guys, I posted this elsewhere but if you're up for an example
consider my photo app or image gallery here:

https://saschashideout.de/wiki/DjangoGalleryTutorial/

I am currently working on it, but when it's finished I will upload
also urls.py and views.py.

---
saschashideout.de


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Error log interpretation

2007-07-06 Thread Vincent Nijs

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\nresult = 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\nreturn 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__\nreq.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
-~--~~~~--~~--~--~---



Re: Error log interpretation

2007-07-05 Thread Graham Dumpleton

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\nresult = 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\nreturn 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__\nreq.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


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Error log interpretation

2007-07-05 Thread Vincent Nijs
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\nresult = 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\nreturn 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__\nreq.write(chunk), referer: https://mysite.org
[error] [client ] PythonHandler django.core.handlers.modpython: IOError:
Write failed, client closed connection., referer: https://mysite.org

Interestingly Django did not send me any emails about this error even though
debug = False. 

Thanks much,

Vincent

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---