Hi,

I'm trying to migrate a Moin wiki from 1.5.6 to 1.9.2. The install seemed
ok, the data migration seemed ok, but I'm getting sporadic list index out
of range errors. Does this look familiar to anyone?

[Wed Feb 23 07:59:50 2011] [error] 2011-02-23 07:59:50,994 ERROR 
MoinMoin.wsgiapp:293 An exception has occurred 
[http://docbookwiki/DocBookWikiHome?action=edit].
[Wed Feb 23 07:59:50 2011] [error] Traceback (most recent call last):
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/wsgiapp.py", line 282, in __call__
[Wed Feb 23 07:59:50 2011] [error]     response = run(context)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/wsgiapp.py", line 88, in run
[Wed Feb 23 07:59:50 2011] [error]     response = dispatch(request, context, 
action_name)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/wsgiapp.py", line 136, in dispatch
[Wed Feb 23 07:59:50 2011] [error]     response = handle_action(context, 
pagename, action_name)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/wsgiapp.py", line 195, in handle_action
[Wed Feb 23 07:59:50 2011] [error]     handler(context.page.page_name, context)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/action/edit.py", line 24, in execute
[Wed Feb 23 07:59:50 2011] [error]     if not request.user.may.write(pagename):
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/security/__init__.py", line 150, in <lambda>
[Wed Feb 23 07:59:50 2011] [error]     return lambda pagename: 
_check(self.request, pagename, self.name, attr)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/security/__init__.py", line 85, in _check
[Wed Feb 23 07:59:50 2011] [error]     acl = p.getACL(request) # this will be 
fast in a reused page obj
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/Page.py", line 1564, in getACL
[Wed Feb 23 07:59:50 2011] [error]     currentRevision = self.current_rev()
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/Page.py", line 418, in current_rev
[Wed Feb 23 07:59:50 2011] [error]     pagefile, rev, exists = self.get_rev()
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/Page.py", line 386, in get_rev
[Wed Feb 23 07:59:50 2011] [error]     cache_data = 
request.cfg.cache.meta.getItem(request, cache_name, cache_key)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/Page.py", line 88, in getItem
[Wed Feb 23 07:59:50 2011] [error]     self.refresh(request)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/Page.py", line 115, in refresh
[Wed Feb 23 07:59:50 2011] [error]     new_pos, items = elog.news(old_pos)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/logfile/editlog.py", line 249, in news
[Wed Feb 23 07:59:50 2011] [error]     self.seek(oldposition)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/logfile/__init__.py", line 408, in seek
[Wed Feb 23 07:59:50 2011] [error]     forward=False)
[Wed Feb 23 07:59:50 2011] [error]   File 
"/usr/local/moin-1.9.2/MoinMoin/logfile/__init__.py", line 60, in __init__
[Wed Feb 23 07:59:50 2011] [error]     begin += len(lines[0])
[Wed Feb 23 07:59:50 2011] [error] IndexError: list index out of range

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <n...@nwalsh.com> | Men are not sufficiently perfect to
http://nwalsh.com/            | exercise justice in the name of virtue:
                              | the rule of life should be indulgence
                              | and kindness of heart.--Anatole France

Attachment: pgpGUA5tzAtcP.pgp
Description: PGP signature

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to