Hello: I work with Windows XP SP2, Python25 and Django with revision 7127. In this and previous revisions (can not remember) I am having the next "unexpected" error after some minutes of normal working with Django applications:
.python manage.py runserver Validating models... 0 errors found Django version 0.97-pre-SVN-7127, using settings 'mix.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. [18/Feb/2008 11:56:15] "GET /admin/mine/diary/9/ HTTP/1.1" 200 5237 [18/Feb/2008 11:56:15] "GET /admin/jsi18n/ HTTP/1.1" 200 1903 [18/Feb/2008 11:56:23] "GET /admin/mine/diary/ HTTP/1.1" 200 5190 [18/Feb/2008 11:56:25] "GET /admin/mine/diary/4/ HTTP/1.1" 200 5178 [18/Feb/2008 11:56:25] "GET /admin/jsi18n/ HTTP/1.1" 200 1903 [18/Feb/2008 11:56:26] "GET /admin/mine/diary/ HTTP/1.1" 200 5190 . . . [17/Feb/2008 21:46:20] "GET /admin/mine/diary/ HTTP/1.1" 200 4781 Traceback (most recent call last): File "manage.py", line 11, in <module> File "C:\python25\lib\site-packages\django\django\core\management \__init__.py", line 272, in execute_manager File "C:\python25\lib\site-packages\django\django\core\management \__init__.py", line 219, in execute File "C:\python25\lib\site-packages\django\django\core\management \base.py", line 72, in run_from_argv File "C:\python25\lib\site-packages\django\django\core\management \base.py", line 86, in execute File "C:\python25\lib\site-packages\django\django\core\management \commands\runserver.py", line 75, in handle File "C:\python25\lib\site-packages\django\django\utils \autoreload.py", line 87, in main File "C:\python25\lib\site-packages\django\django\utils \autoreload.py", line 57, in reloader_thread WindowsError: [Error 1450] Insufficient system resources exist to complete the requested service: 'C:\\python25\\lib\\site-packages\ \django\\django\\template\\context.py' Another similar error: . . . Traceback (most recent call last): File "manage.py", line 11, in <module> File "C:\python25\lib\site-packages\django\django\core\management \__init__.py", line 272, in execute_manager File "C:\python25\lib\site-packages\django\django\core\management \__init__.py", line 219, in execute File "C:\python25\lib\site-packages\django\django\core\management \base.py", line 72, in run_from_argv File "C:\python25\lib\site-packages\django\django\core\management \base.py", line 86, in execute File "C:\python25\lib\site-packages\django\django\core\management \commands\runserver.py", line 75, in handle File "C:\python25\lib\site-packages\django\django\utils \autoreload.py", line 87, in main File "C:\python25\lib\site-packages\django\django\utils \autoreload.py", line 57, in reloader_thread WindowsError: [Error 1450] Insufficient system resources exist to complete the requested service: 'C:\\python25\\lib\\site-packages\ \django\\django\\newforms\\fields.py' The common thing is the absence of system resources. I have no problems of this nature with other applications, When this error occurs my computers stays inoperable nothing works, I must force a restart. What do you think is happening? Thanks!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
