CacheError
[Errno 13] Permission denied: '/var/www/wikis/docwiki/pages/WindowsSoftware/cache/text_htmlpxhLNa.tmp'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.6/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0x888736c>)
- 1309 self.page.send_page()
- 1310 else:
- 1311 handler(self.page.page_name, self)
- 1312
- 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show at 0x88b45a4>
- self = <MoinMoin.request.request_cgi.Request object at 0x888736c>
- self.page = <MoinMoin.Page.Page object at 0x88e3e4c>
- self.page.page_name = u'WindowsSoftware'
/usr/lib/python2.6/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'WindowsSoftware', request=<MoinMoin.request.request_cgi.Request object at 0x888736c>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/usr/lib/python2.6/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x891b70c>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1199 format_args=pi['formatargs'],
- 1200 do_cache=do_cache,
- 1201 start_line=pi['lines'])
- 1202
- 1203 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x891b94c>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
/usr/lib/python2.6/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x891b70c>, request=<MoinMoin.request.request_cgi.Request object at 0x888736c>, body=u'= Windows software installed on lab machines =\n\n...S]]\n\n[[Monoconc]]\n\nNationsVocabProgram\n\n[[CLAN]]\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})
- 1292 raise
- 1293 try:
- 1294 code = self.makeCache(request, parser)
- 1295 self.execute(request, parser, code)
- 1296 except Exception, e:
- code undefined
- self = <MoinMoin.Page.Page object at 0x891b70c>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page object at 0x891b70c>>
- request = <MoinMoin.request.request_cgi.Request object at 0x888736c>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x893f1ac>
/usr/lib/python2.6/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page object at 0x891b70c>, request=<MoinMoin.request.request_cgi.Request object at 0x888736c>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x893f1ac>)
- 1360 self.page_name.encode(config.charset), 'exec')
- 1361 cache = caching.CacheEntry(request, self, self.getFormatterName(), scope='item')
- 1362 cache.update(marshal.dumps(code))
- 1363 return code
- 1364
- cache = <MoinMoin.caching.CacheEntry instance at 0x89dd80c>
- cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance at 0x89dd80c>>
- marshal = <module 'marshal' (built-in)>
- marshal.dumps = <built-in function dumps>
- code = <code object <module> at 0x8973f98, file "WindowsSoftware", line 2>
/usr/lib/python2.6/site-packages/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance at 0x89dd80c>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\x08\x00\x00\x00@\x00\x00\x00s\x12\x04\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...\x01\x15\x00-\x01\r\x01\x1f\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x15\x00&\x01\r\x01\x1f\x01\r\x01\x19\x01\r\x01\x19\x01\r\x01\x15\x00-\x01\r\x01\x1f\x01\r\x01\x19\x01')
- 267 self.close()
- 268 except (pickle.PicklingError, OSError, IOError, ValueError), err:
- 269 raise CacheError(str(err))
- 270
- 271 def content(self):
- global CacheError = <class 'MoinMoin.caching.CacheError'>
- builtin str = <type 'str'>
- err = OSError(13, 'Permission denied')
CacheError
[Errno 13] Permission denied: '/var/www/wikis/docwiki/pages/WindowsSoftware/cache/text_htmlpxhLNa.tmp'
- args = ("[Errno 13] Permission denied: '/var/www/wikis/do.../pages/WindowsSoftware/cache/text_htmlpxhLNa.tmp'",)
- message = "[Errno 13] Permission denied: '/var/www/wikis/do.../pages/WindowsSoftware/cache/text_htmlpxhLNa.tmp'"
System Details
- Date: Mon, 23 Nov 2009 12:20:07 +0000
- Platform: Linux bulba 2.6.30.8-64.fc11.i686.PAE #1 SMP Fri Sep 25 04:56:58 EDT 2009 i686
- Python: Python 2.6 (/usr/bin/python)
- MoinMoin: Release 1.8.5 (release)