smaug42 <[email protected]> writes: > > The second is: > http://groups.google.com/group/mwlib/browse_thread/thread/209edd0f2a619d54 > which looks a lot more like the problem we're having on the OOo Wiki - > especially since the error seems to pop up at about the 50 ODT/PDF > page range. No solution was suggested here - other than to say it > might be a timeout issue. The 90 second time out... is that total > page fetch time? Or timeout between pages? The OOo Wiki is not "slow" > at sending pages when requested, but... I can imagine that a 150+ page > Wiki book would take longer than 90 seconds total to fetch all pages.
It's the total time mw-zip is allowed to run on our server. mw-zip fetches all articles, templates and images. This may very well be the problem. But, I can also find the following error in our logs: ,---- | nslave.py-exceptions.RuntimeError: u'Exception Caught: DB connection error: Unknown error (localhost)': [fetching 'http://wiki.services.openoffice.org/w/api.php?action=parse&redirects=1&oldid=96900&format=json'] | nslave.py-Traceback (most recent call last): | nslave.py-Failure: twisted.web.error.Error: 500 Internal Server Error `---- > > The specific error is: > An error occured on the render server: RuntimeError: RuntimeError: > command failed: ['mw-zip', '-o', u'cache/cb/cb46efae4409e725/ > collection.zip', '-m', u'cache/cb/cb46efae4409e725/metabook.json', '-- > status', u'qserve://localhost:14311/cb46efae4409e725:makezip', '-- > config', u'http://wiki.services.openoffice.org/w', '--template- > blacklist', u'MediaWiki:PDF Template Blacklist', '--template-exclusion- > category', u'Exclude in print', '--print-template-prefix', u'Print', > '--print-template-pattern', u'$1/Print'] in function system, file ./ > code/sandbox/nslave.py, line 36 in function qaddw, file /home/tools/ > local/lib/python2.6/site-packages/mwlib-0.12.13-py2.6-linux-x86_64.egg/ > mwlib/async/slave.py, line 64 > our error reporting is pretty weak...that's probably the first thing that should be fixed. > Is there anything that can be done to fix this? run your own render server. Cheers, - Ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
