Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1567 by yunshan.di: The ReviewBoard stoped to work suddenly. http://code.google.com/p/reviewboard/issues/detail?id=1567 *NOTE: Do not post confidential information in this bug report.* What version are you running? ReviewBoard1.5Beta1_Python2.6 What's the URL of the page containing the problem? Unable to visit ReviewBoard site. What steps will reproduce the problem? The ReviewBoard stoped to work suddenly. What is the expected output? What do you see instead? MOD_PYTHON ERROR ProcessId: 12138 Interpreter: 'reviewboard_reviewboard' ServerName: 'cr.wsd.com' DocumentRoot: '/data/reviewboard/htdocs' URI: '/' Location: '/' Directory: None Filename: '/data/reviewboard/htdocs/' PathInfo: '' Phase: 'PythonHandler' Handler: 'django.core.handlers.modpython' Traceback (most recent call last): File "/usr/local/lib/python2.6/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "/usr/local/lib/python2.6/site-packages/mod_python/importer.py", line 1229, in _process_target result = _execute_target(config, req, object, arg) File "/usr/local/lib/python2.6/site-packages/mod_python/importer.py", line 1128, in _execute_target result = object(arg) File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/handlers/modpython.py", line 228, in handler return ModPythonHandler()(req) File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/handlers/modpython.py", line 191, in __call__ self.load_middleware() File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/handlers/base.py", line 40, in load_middleware mod = import_module(mw_module) File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/middleware/gzip.py", line 4, in <module> from django.utils.cache import patch_vary_headers File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/utils/cache.py", line 28, in <module> from django.core.cache import cache File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/cache/__init__.py", line 68, in <module> cache = get_cache(settings.CACHE_BACKEND) File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/cache/__init__.py", line 66, in get_cache return getattr(module, 'CacheClass')(host, params) File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/cache/backends/filebased.py", line 31, in __init__ self._createdir() File "/usr/local/lib/python2.6/site-packages/Django-1.1.1- py2.6.egg/django/core/cache/backends/filebased.py", line 132, in _createdir raise EnvironmentError, "Cache directory '%s' does not exist and could not be created'" % self._dir EnvironmentError: Cache directory '/tmp/reviewboard_cache' does not exist and could not be created' What operating system are you using? What browser? Linux,IE Please provide any additional information below. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" 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/reviewboard-issues?hl=en.
