[documentation-dev] Problems trying to print a wiki-book.

2010-10-11 Thread Giuseppe Castagno

Hi all,

I was trying to generate a book, ODF format; this one:

http://wiki.services.openoffice.org/wiki/MediaWiki:Collections/Developer%27s_Guide_-_Writing_UNO_Components

But all I got was this bunch of error:

Render server error
From OpenOffice.org Wiki
Jump to: navigation, search

An error occured on the render server: RuntimeError: RuntimeError:
command failed: ['mw-zip', '-o',
u'cache/c2/c20549d706f6e457/collection.zip', '-m',
u'cache/c2/c20549d706f6e457/metabook.json', '--status',
u'qserve://localhost:14311/c20549d706f6e457: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

Is it expected?

--
Kind Regards,
Giuseppe Castagno
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
beppec56 at openoffice.org


-
To unsubscribe, e-mail: dev-unsubscr...@documentation.openoffice.org
For additional commands, e-mail: dev-h...@documentation.openoffice.org



Re: [documentation-dev] Problems trying to print a wiki-book.

2010-10-11 Thread Clayton

On 10/11/10 15:04, Giuseppe Castagno wrote:

Hi all,

I was trying to generate a book, ODF format; this one:

http://wiki.services.openoffice.org/wiki/MediaWiki:Collections/Developer%27s_Guide_-_Writing_UNO_Components



But all I got was this bunch of error:

Render server error From OpenOffice.org Wiki Jump to: navigation, search

An error occured on the render server: RuntimeError: RuntimeError: command
failed: ['mw-zip', '-o', u'cache/c2/c20549d706f6e457/collection.zip', '-m', 
u'cache/c2/c20549d706f6e457/metabook.json', '--status', 
u'qserve://localhost:14311/c20549d706f6e457: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

Is it expected?



Expected... No... but it can happen, and I've seen this error a few times in the
past couple of weeks.  The book rendering is done on an external server which we
have no control over (the PediaPress rendering server which is used for testing
and developing the Book extension).  Sometimes it's offline, sometimes it's
upgraded with the newest rendering server software which breaks things... and 
so on.

Can you generate a PDF instead of ODT?

If the error continues, we can open a ticket with PediaPress and see if we can
resolve the problem.

C.
--
Clayton Cornell   ccorn...@openoffice.org
OpenOffice.org Documentation Project co-lead

-
To unsubscribe, e-mail: dev-unsubscr...@documentation.openoffice.org
For additional commands, e-mail: dev-h...@documentation.openoffice.org



Re: [documentation-dev] Problems trying to print a wiki-book.

2010-10-11 Thread Giuseppe Castagno

Clayton wrote:

On 10/11/10 15:04, Giuseppe Castagno wrote:

Hi all,

I was trying to generate a book, ODF format; this one:

http://wiki.services.openoffice.org/wiki/MediaWiki:Collections/Developer%27s_Guide_-_Writing_UNO_Components 





But all I got was this bunch of error:

Render server error From OpenOffice.org Wiki Jump to: navigation, search

An error occured on the render server: RuntimeError: RuntimeError: 
command
failed: ['mw-zip', '-o', u'cache/c2/c20549d706f6e457/collection.zip', 
'-m', u'cache/c2/c20549d706f6e457/metabook.json', '--status', 
u'qserve://localhost:14311/c20549d706f6e457: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

Is it expected?



Expected... No... but it can happen, and I've seen this error a few 
times in the
past couple of weeks.  The book rendering is done on an external server 
which we
have no control over (the PediaPress rendering server which is used for 
testing

and developing the Book extension).  Sometimes it's offline, sometimes it's
upgraded with the newest rendering server software which breaks 
things... and so on.


Can you generate a PDF instead of ODT?


nope, this instead:

An error occured on the render server: RuntimeError: RuntimeError: 
command failed: ['mw-zip', '-o', 
u'cache/7e/7eae1c9e9b30730b/collection.zip', '-m', 
u'cache/7e/7eae1c9e9b30730b/metabook.json', '--status', 
u'qserve://localhost:14311/7eae1c9e9b30730b: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


--
Kind Regards,
Giuseppe Castagno
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
beppec56 at openoffice.org

-
To unsubscribe, e-mail: dev-unsubscr...@documentation.openoffice.org
For additional commands, e-mail: dev-h...@documentation.openoffice.org