Attachment 'traceback.html'

Download

--> -->

error

nothing to repeat

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. /home/user/workspace/moin-1.7/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x103cad0>)

    1. 1305 self.page.send_page()
    2. 1306 else:
    3. 1307 handler(self.page.page_name, self)
    4. 1308
    5. 1309 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute at 0xf78e60>
    • self = <MoinMoin.request.request_standalone.Request object at 0x103cad0>
    • self.page = <MoinMoin.Page.Page object at 0xe42410>
    • self.page.page_name = u'SyncJob'
  2. /home/user/workspace/moin-1.7/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJob', request=<MoinMoin.request.request_standalone.Request object at 0x103cad0>)

    1. 492
    2. 493
    3. 494 def execute(pagename, request):
    4. 495 ActionClass(pagename, request).render()
    5. 496
    • global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
    • pagename = u'SyncJob'
    • request = <MoinMoin.request.request_standalone.Request object at 0x103cad0>
    • ).render undefined
  3. /home/user/workspace/moin-1.7/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x103cb10>)

    1. 171 _ = self.request.getText
    2. 172
    3. 173 params = self.fix_params(self.parse_page())
    4. 174
    5. 175 try:
    • params undefined
    • self = <MoinMoin.action.SyncPages.ActionClass object at 0x103cb10>
    • self.fix_params = <bound method ActionClass.fix_params of <MoinMoin.action.SyncPages.ActionClass object at 0x103cb10>>
    • self.parse_page = <bound method ActionClass.parse_page of <MoinMoin.action.SyncPages.ActionClass object at 0x103cb10>>
  4. /home/user/workspace/moin-1.7/MoinMoin/action/SyncPages.py in fix_params (self=<MoinMoin.action.SyncPages.ActionClass object at 0x103cb10>, params={'direction': 1, 'groupList': None, 'localPrefix': u'TestWiki/', 'pageList': None, 'pageMatch': u'*.*', 'password': None, 'remotePrefix': '', 'remoteWiki': u'TestWiki', 'user': None})

    1. 127
    2. 128 if params["pageMatch"] is not None:
    3. 129 params["pageMatch"] = re.compile(params["pageMatch"], re.U)
    4. 130
    5. 131 # we do not support matching or listing pages if there is a group of pages
    • params = {'direction': 1, 'groupList': None, 'localPrefix': u'TestWiki/', 'pageList': None, 'pageMatch': u'*.*', 'password': None, 'remotePrefix': '', 'remoteWiki': u'TestWiki', 'user': None}
    • global re = <module 're' from '/usr/lib64/python2.5/re.pyc'>
    • re.compile = <function compile at 0x2b0a2726a230>
    • re.U = 32
  5. /usr/lib64/python2.5/re.py in compile (pattern=u'*.*', flags=32)

    1. 178 def compile(pattern, flags=0):
    2. 179 "Compile a regular expression pattern, returning a pattern object."
    3. 180 return _compile(pattern, flags)
    4. 181
    5. 182 def purge():
    • global _compile = <function _compile at 0x2b0a2726a410>
    • pattern = u'*.*'
    • flags = 32
  6. /usr/lib64/python2.5/re.py in _compile (*key=(u'*.*', 32))

    1. 231 p = sre_compile.compile(pattern, flags)
    2. 232 except error, v:
    3. 233 raise error, v # invalid expression
    4. 234 if len(_cache) >= _MAXCACHE:
    5. 235 _cache.clear()
    • global error = <class 'sre_constants.error'>
    • v = error('nothing to repeat',)

error

nothing to repeat

  • args = ('nothing to repeat',)
  • message = 'nothing to repeat'

System Details

  • Date: Mon, 18 Aug 2008 12:52:13 +0000
  • Platform: Linux localhost 2.6.18.8-0.10-default #1 SMP Wed Jun 4 15:46:34 UTC 2008 x86_64
  • Python: Python 2.5 (/usr/bin/python)
  • MoinMoin: Release 1.7.1 (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] (2008-08-18 12:58:06, 9.1 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

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