Re: Django 1.3, Apache/2.2.14, mod_wsgi/2.8 Python/2.6.5 mod_wsgi (pid=6676): Unable to get bucket brigade for request

2011-07-11 Thread Cal Leeming [Simplicity Media Ltd]

Come on guys, at least make some effort to use Google :/

http://stackoverflow.com/questions/4557920/why-is-mod-wsgi-not-able-to-write-data-ioerror-failed-to-write-data

http://stackoverflow.com/questions/4517397/print-statements-on-server-give-ioerror-failed-to-write-data

http://forum.webfaction.com/viewtopic.php?id=3619

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598143

http://www.google.co.uk/search?sourceid=chrome=UTF-8=%22IOError%3A+failed+to+write+data%22 



Perhaps review those links, see what you can figure out, and let us know 
how far you get..?


Cal

On 17/06/2011 03:14, Heru Eko Susanto wrote:

IOError: failed to write data


--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django 1.3, Apache/2.2.14, mod_wsgi/2.8 Python/2.6.5 mod_wsgi (pid=6676): Unable to get bucket brigade for request

2011-07-11 Thread Serial H.
Hello,

Did you find the solution ? I have exactly the same configuration but
I am using Ubuntu 10.04.

Serial H.

On Jun 16, 11:56 pm, chycyra  wrote:
> sorry for error typing: the server is Ubuntu 10.04 and i'm no using
> HTTPS request
>
> On Jun 17, 9:14 am, Heru Eko Susanto  wrote:
>
>
>
>
>
>
>
> > hello all,
>
> > i'm using Apache + mod_wsgi on ubuntu 9.10 . today i have error on my
> > server:
>
> > [Tue Jun 14 06:27:49 2011] [notice] Apache/2.2.14 (Ubuntu) mod_wsgi/2.8
> > Python/2.6.5 configured -- resuming normal operations
> > [Fri Jun 17 07:29:57 2011] [error] [client 192.168.1.4] (70007)The timeout
> > specified has expired: mod_wsgi (pid=6676): Unable to get bucket brigade for
> > request., referer:http://192.168.1.6/admin/master/tarip/add/
> > [Fri Jun 17 07:29:59 2011] [error] [client 192.168.1.4] mod_wsgi (pid=6675):
> > Exception occurred processing WSGI script
> > '/var/www/nakula/wsgi/billing.wsgi'.
> > [Fri Jun 17 07:29:59 2011] [error] [client 192.168.1.4] IOError: failed to
> > write data
>
> > here apache conf for the server:
>
> > 
> >     ServerName wsgi.djangoserver
> >     DocumentRoot /var/www/nakula
>
> >     
> >         Order allow,deny
> >         Allow from all
> >     
> >     WSGIDaemonProcess nakula.djangoserver processes=2 threads=15
> > display-name=%{GRUP}
> >     WSGIProcessGroup nakula.djangoserver
>
> >     WSGIScriptAlias / /var/www/nakula/wsgi/billing.wsgi
> > 
>
> > and billing.wsgi:
>
> > import os
> > import sys
> > path = '/var/www/nakula'
> > if path not in sys.path:
> >     sys.path.insert(0,path)
> > os.environ['DJANGO_SETTINGS_MODULE']='settings'
> > import django.core.handlers.wsgi
> > application = django.core.handlers.wsgi.WSGIHandler()
>
> > did I missed some configuration ? or any suggestion for this problem ?
>
> > Thank you,
>
> > heru

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django 1.3, Apache/2.2.14, mod_wsgi/2.8 Python/2.6.5 mod_wsgi (pid=6676): Unable to get bucket brigade for request

2011-06-16 Thread chycyra
sorry for error typing: the server is Ubuntu 10.04 and i'm no using
HTTPS request

On Jun 17, 9:14 am, Heru Eko Susanto  wrote:
> hello all,
>
> i'm using Apache + mod_wsgi on ubuntu 9.10 . today i have error on my
> server:
>
> [Tue Jun 14 06:27:49 2011] [notice] Apache/2.2.14 (Ubuntu) mod_wsgi/2.8
> Python/2.6.5 configured -- resuming normal operations
> [Fri Jun 17 07:29:57 2011] [error] [client 192.168.1.4] (70007)The timeout
> specified has expired: mod_wsgi (pid=6676): Unable to get bucket brigade for
> request., referer:http://192.168.1.6/admin/master/tarip/add/
> [Fri Jun 17 07:29:59 2011] [error] [client 192.168.1.4] mod_wsgi (pid=6675):
> Exception occurred processing WSGI script
> '/var/www/nakula/wsgi/billing.wsgi'.
> [Fri Jun 17 07:29:59 2011] [error] [client 192.168.1.4] IOError: failed to
> write data
>
> here apache conf for the server:
>
> 
>     ServerName wsgi.djangoserver
>     DocumentRoot /var/www/nakula
>
>     
>         Order allow,deny
>         Allow from all
>     
>     WSGIDaemonProcess nakula.djangoserver processes=2 threads=15
> display-name=%{GRUP}
>     WSGIProcessGroup nakula.djangoserver
>
>     WSGIScriptAlias / /var/www/nakula/wsgi/billing.wsgi
> 
>
> and billing.wsgi:
>
> import os
> import sys
> path = '/var/www/nakula'
> if path not in sys.path:
>     sys.path.insert(0,path)
> os.environ['DJANGO_SETTINGS_MODULE']='settings'
> import django.core.handlers.wsgi
> application = django.core.handlers.wsgi.WSGIHandler()
>
> did I missed some configuration ? or any suggestion for this problem ?
>
> Thank you,
>
> heru

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django 1.3, Apache/2.2.14, mod_wsgi/2.8 Python/2.6.5 mod_wsgi (pid=6676): Unable to get bucket brigade for request

2011-06-16 Thread Heru Eko Susanto
hello all,

i'm using Apache + mod_wsgi on ubuntu 9.10 . today i have error on my
server:

[Tue Jun 14 06:27:49 2011] [notice] Apache/2.2.14 (Ubuntu) mod_wsgi/2.8
Python/2.6.5 configured -- resuming normal operations
[Fri Jun 17 07:29:57 2011] [error] [client 192.168.1.4] (70007)The timeout
specified has expired: mod_wsgi (pid=6676): Unable to get bucket brigade for
request., referer: http://192.168.1.6/admin/master/tarip/add/
[Fri Jun 17 07:29:59 2011] [error] [client 192.168.1.4] mod_wsgi (pid=6675):
Exception occurred processing WSGI script
'/var/www/nakula/wsgi/billing.wsgi'.
[Fri Jun 17 07:29:59 2011] [error] [client 192.168.1.4] IOError: failed to
write data

here apache conf for the server:


ServerName wsgi.djangoserver
DocumentRoot /var/www/nakula


Order allow,deny
Allow from all

WSGIDaemonProcess nakula.djangoserver processes=2 threads=15
display-name=%{GRUP}
WSGIProcessGroup nakula.djangoserver

WSGIScriptAlias / /var/www/nakula/wsgi/billing.wsgi



and billing.wsgi:

import os
import sys
path = '/var/www/nakula'
if path not in sys.path:
sys.path.insert(0,path)
os.environ['DJANGO_SETTINGS_MODULE']='settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()

did I missed some configuration ? or any suggestion for this problem ?

Thank you,

heru

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.