--> -->

CacheError

[Errno 13] Permission denied: '/www/wiki.apache.org/data/asfrepository/data/pages/SystemInfo/cache/text_htmlSqQafU.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.

  1. /www/wiki.apache.org/lib/python2.6/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_fcgi.Request object at 0xd65390>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show at 0x605030>
    • self = <MoinMoin.request.request_fcgi.Request object at 0xd65390>
    • self.page = <MoinMoin.Page.Page object at 0xd65470>
    • self.page.page_name = u'SystemInfo'
  2. /www/wiki.apache.org/lib/python2.6/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'SystemInfo', request=<MoinMoin.request.request_fcgi.Request object at 0xd65390>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /www/wiki.apache.org/lib/python2.6/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0xd65450>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1228 format_args=pi['formatargs'],
    2. 1229 do_cache=do_cache,
    3. 1230 start_line=pi['lines'])
    4. 1231
    5. 1232 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance at 0xbcbbc0>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 1}
  4. /www/wiki.apache.org/lib/python2.6/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0xd65450>, request=<MoinMoin.request.request_fcgi.Request object at 0xd65390>, body=u'<<SystemInfo>>\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 1})

    1. 1321 raise
    2. 1322 try:
    3. 1323 code = self.makeCache(request, parser)
    4. 1324 self.execute(request, parser, code)
    5. 1325 except Exception, e:
    • code undefined
    • self = <MoinMoin.Page.Page object at 0xd65450>
    • self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page object at 0xd65450>>
    • request = <MoinMoin.request.request_fcgi.Request object at 0xd65390>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0xbcb670>
  5. /www/wiki.apache.org/lib/python2.6/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page object at 0xd65450>, request=<MoinMoin.request.request_fcgi.Request object at 0xd65390>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0xbcb670>)

    1. 1389 self.page_name.encode(config.charset), 'exec')
    2. 1390 cache = caching.CacheEntry(request, self, self.getFormatterName(), scope='item')
    3. 1391 cache.update(marshal.dumps(code))
    4. 1392 return code
    5. 1393
    • cache = <MoinMoin.caching.CacheEntry instance at 0xbbb508>
    • cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance at 0xbbb508>>
    • marshal = <module 'marshal' (built-in)>
    • marshal.dumps = <built-in function dumps>
    • code = <code object <module> at c5a188, file "SystemInfo", line 2>
  6. /www/wiki.apache.org/lib/python2.6/site-packages/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance at 0xbbb508>, content="c\x00\x00\x00\x00\x00\x00\x00\x00\x06\x00\x00\x00@\x00\x00\x00s\x0b\x01\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...nfot\x08\x00\x00\x00<module>\x02\x00\x00\x00s\x18\x00\x00\x00$\x01\x15\x01'\x01\x10\x02\r\x01\x19\x01\r\x01\t\x01\x1f\x01\r\x01\x19\x01\r\x01")

    1. 241 self.close()
    2. 242 except (pickle.PicklingError, OSError, IOError, ValueError), err:
    3. 243 raise CacheError(str(err))
    4. 244
    5. 245 def content(self):
    • global CacheError = <class 'MoinMoin.caching.CacheError'>
    • builtin str = <type 'str'>
    • err = OSError(13, 'Permission denied')

CacheError

[Errno 13] Permission denied: '/www/wiki.apache.org/data/asfrepository/data/pages/SystemInfo/cache/text_htmlSqQafU.tmp'

  • args = ("[Errno 13] Permission denied: '/www/wiki.apache..../data/pages/SystemInfo/cache/text_htmlSqQafU.tmp'",)
  • message = "[Errno 13] Permission denied: '/www/wiki.apache..../data/pages/SystemInfo/cache/text_htmlSqQafU.tmp'"

System Details

  • Date: Tue, 24 Nov 2009 12:04:14 +0000
  • Platform: SunOS eos.apache.org 5.10 Generic_141444-09 sun4v
  • Python: Python 2.6.2 (/opt/python/current/bin/python)
  • MoinMoin: Release 1.8.4 (release)