Attachment 'traceback_fc5.html'

Download

--> -->

IOError

[Errno 20] Not a directory: '../data/pages/current/revisions/99999999'

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. /usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1086 from MoinMoin.wikiaction import getHandler
    2. 1087 handler = getHandler(self, action)
    3. 1088 handler(self.page.page_name, self)
    4. 1089
    5. 1090 # 5. Or redirect to another page
    • handler = <function execute>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'Home'
  2. /usr/lib/python2.4/site-packages/MoinMoin/action/fullsearch.py in execute (pagename=u'Home', request=<MoinMoin.request.RequestCGI object>, fieldname='value', titlesearch=False)

    1. 61 query = search.QueryParser(case=case, regex=regex,
    2. 62 titlesearch=titlesearch).parse_query(needle)
    3. 63 results = search.searchPages(request, query)
    4. 64
    5. 65 # directly show a single hit
    • results undefined
    • search = <module 'MoinMoin.search' from '/usr/lib/python2.4/site-packages/MoinMoin/search.pyc'>
    • search.searchPages = <function searchPages>
    • request = <MoinMoin.request.RequestCGI object>
    • query = <MoinMoin.search.TextSearch instance>
  3. /usr/lib/python2.4/site-packages/MoinMoin/search.py in searchPages (request=<MoinMoin.request.RequestCGI object>, query=<MoinMoin.search.TextSearch instance>, **kw={})

    1. 1212 @rtype: SearchResults instance
    2. 1213 @return: search results
    3. 1214 """
    4. 1215 return Search(request, query).run()
    5. 1216
    • global Search = <class MoinMoin.search.Search>
    • request = <MoinMoin.request.RequestCGI object>
    • query = <MoinMoin.search.TextSearch instance>
    • ).run undefined
  4. /usr/lib/python2.4/site-packages/MoinMoin/search.py in run (self=<MoinMoin.search.Search instance>)

    1. 1128 hits = self._lupySearch()
    2. 1129 else:
    3. 1130 hits = self._moinSearch()
    4. 1131
    5. 1132 # important - filter deleted pages or pages the user may not read!
    • hits undefined
    • self = <MoinMoin.search.Search instance>
    • self._moinSearch = <bound method Search._moinSearch of <MoinMoin.search.Search instance>>
  5. /usr/lib/python2.4/site-packages/MoinMoin/search.py in _moinSearch (self=<MoinMoin.search.Search instance>, pages=[u'HelpOnProcessors', u'WikiCourse/BasicIntroduction/110 Headlines and Paragraphs', u'WikiCourse/BasicIntroductionHandOut', u'HelpOnEditing', u'HelpContents', u'HelpOnConfiguration/FileAttachments', u'HelpOnHeadlines', u'HelpOnAccessControlLists', u'HelpOnXmlPages', u'HelpOnPageDeletion', u'WikiCourse', u'UserPreferences', u'WikiCourse/BasicIntroduction/195 Actions', u'HelpOnInstalling/ApacheWithModPython', u'HelpOnAutoAdmin', u'HelpOnProcessingInstructions', u'HelpOnInstalling/BasicInstallation', u'HelpOnConfiguration/IntegratingWithApache', u'cache', u'HelpOnLinking', ...])

    1. 1175 for name in pages:
    2. 1176 page = Page(self.request, name)
    3. 1177 match = self.query.search(page)
    4. 1178 if match:
    5. 1179 hits.append((page, match))
    • match = None
    • self = <MoinMoin.search.Search instance>
    • self.query = <MoinMoin.search.TextSearch instance>
    • self.query.search = <bound method TextSearch.search of <MoinMoin.search.TextSearch instance>>
    • page = <MoinMoin.Page.Page instance>
  6. /usr/lib/python2.4/site-packages/MoinMoin/search.py in search (self=<MoinMoin.search.TextSearch instance>, page=<MoinMoin.Page.Page instance>)

    1. 252
    2. 253 # Search in page body
    3. 254 body = page.get_raw_body()
    4. 255 for match in self.search_re.finditer(body):
    5. 256 matches.append(TextMatch(re_match=match))
    • body undefined
    • page = <MoinMoin.Page.Page instance>
    • page.get_raw_body = <bound method Page.get_raw_body of <MoinMoin.Page.Page instance>>
  7. /usr/lib/python2.4/site-packages/MoinMoin/Page.py in get_raw_body (self=<MoinMoin.Page.Page instance>)

    1. 787 return ""
    2. 788 else:
    3. 789 raise er
    4. 790
    5. 791 # read file content and make sure it is closed properly
    • er = <exceptions.IOError instance>

IOError

[Errno 20] Not a directory: '../data/pages/current/revisions/99999999'

  • args = (20, 'Not a directory')
  • errno = 20
  • filename = '../data/pages/current/revisions/99999999'
  • strerror = 'Not a directory'

System Details

  • Date: Wed, 09 Aug 2006 16:36:56 +0000
  • Platform: Linux R2B-IT-005A 2.6.17-1.2145_FC5xen0 #1 SMP Sat Jul 1 13:38:11 EDT 2006 i686
  • Python: Python 2.4.3 (/usr/bin/python)
  • MoinMoin: Release 1.5.2 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-08-09 17:02:55, 10.7 KB) [[attachment:traceback_fc5.html]]
  • [get | view] (2006-08-09 17:03:11, 10.8 KB) [[attachment:traceback_rh4.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.