#17346: MemoryError
-------------------------------+--------------------
     Reporter:  anonymous      |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  1.3
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 I have my django application on a apache server with mod_wsgi When i start
 it with python manage.py runserver, it works perfectly, but if I try to
 use it over apache/mod_wsgi it causes major Error (MemoryError at /index)
 Any ideas?


 Description of problem:

 MemoryError at /index

 No exception supplied

 Request Method:         GET
 Request URL:    http://127.0.0.1/index
 Django Version:         1.3.1
 Exception Type:         MemoryError
 Exception Location:     /usr/lib/python2.7/ctypes/__init__.py in <module>,
 line 552
 Python Executable:      /usr/bin/python
 Python Version:         2.7.1
 Python Path:

 ['/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg',
  '/usr/lib/python2.7/site-packages/obspy.core-0.4.8-py2.7.egg',
  '/usr/lib/python2.7/site-
 packages/obspy.mseed-0.4.9-py2.7-linux-i686.egg',
  '/usr/lib/python2.7/site-packages/obspy.xseed-0.4.8-py2.7.egg',
  '/usr/lib/python2.7/site-packages/obspy.arclink-0.4.9-py2.7.egg',
  '/usr/lib/python2.7/site-
 packages/obspy.signal-0.4.9-py2.7-linux-i686.egg',
  '/usr/lib/python2.7/site-packages/obspy.fissures-0.4.6-py2.7.egg',
  '/usr/lib/python2.7/site-packages/obspy.seishub-0.4.7-py2.7.egg',
  '/usr/lib/python27.zip',
  '/usr/lib/python2.7',
  '/usr/lib/python2.7/plat-linux2',
  '/usr/lib/python2.7/lib-tk',
  '/usr/lib/python2.7/lib-old',
  '/usr/lib/python2.7/lib-dynload',
  '/usr/lib/python2.7/site-packages',
  '/usr/lib/python2.7/site-packages/PIL',
  '/usr/lib/python2.7/site-packages/gst-0.10',
  '/usr/lib/python2.7/site-packages/gtk-2.0',
  '/var/www/']

 tail -75 error_log:
 [Mon Dec 05 10:00:55 2011] [notice] caught SIGTERM, shutting down
 [Mon Dec 05 10:01:02 2011] [notice] SELinux policy enabled; httpd running
 as context system_u:system_r:httpd_t:s0
 [Mon Dec 05 10:01:02 2011] [notice] suEXEC mechanism enabled (wrapper:
 /usr/sbin/suexec)
 [Mon Dec 05 10:01:02 2011] [notice] Digest: generating secret for digest
 authentication ...
 [Mon Dec 05 10:01:02 2011] [notice] Digest: done
 [Mon Dec 05 10:01:02 2011] [notice] mod_python: Creating 4 session mutexes
 based on 256 max processes and 0 max threads.
 [Mon Dec 05 10:01:02 2011] [notice] mod_python: using mutex_directory /tmp
 [Mon Dec 05 10:01:02 2011] [notice] Apache/2.2.21 (Unix) DAV/2
 mod_python/3.3.1 Python/2.7.1 mod_wsgi/3.2 configured -- resuming normal
 operations

 Thanks!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17346>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to