Getting an error 256 when exporting the 
page http://wiki.servicenow.com/index.php?title=Using_Procurement but not 
with any other pages on the wiki. Any suggestions are appreciated.



The full text of the error is:

An error occured on the render server: RuntimeError: RuntimeError: command 
failed with returncode 256: ['mw-zip', '-o', 
'/var/cache/mw/7a/7a208a3f1a7496dd/collection.zip', '-m', 
'/var/cache/mw/7a/7a208a3f1a7496dd/metabook.json', '--status', 
'qserve://localhost:14311/7a208a3f1a7496dd:makezip', '--config', 
'http://wiki.servicenow.com', '--template-blacklist', 'MediaWiki:PDF 
Template Blacklist', '--template-exclusion-category', 'Exclude in print', 
'--print-template-prefix', 'Print', '--print-template-pattern', '$1/Print', 
'--username', 'snc-auto', '--password', '{OMITTED}'] Last Output: 
deprecated) specified. Using --print-template-pattern only. 1% 
/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/net/fetch.py:7:
 
DeprecationWarning: gevent.coros has been renamed to gevent.lock import 
gevent, gevent.pool, gevent.coros, gevent.event 
/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/metabook.py:225:
 
DeprecationWarning: deprecated call get('mw_license_url') if 
l.get('mw_license_url'): 
/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/metabook.py:240:
 
DeprecationWarning: deprecated call get('mw_rights_text') if 
l.get('mw_rights_text'): 
/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/metabook.py:242:
 
DeprecationWarning: deprecated call get('mw_rights_page') if 
l.get('mw_rights_page'): 
/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/metabook.py:244:
 
DeprecationWarning: deprecated call get('mw_rights_url') if 
l.get('mw_rights_url'): Traceback (most recent call last): File 
"/usr/lib64/python2.6/site-packages/gevent/greenlet.py", line 328, in run 
result = self._run(*self.args, **self.kwargs) File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/apps/make_nuwiki.py",
 
line 118, in run api = self.get_api() File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/apps/make_nuwiki.py",
 
line 28, in get_api api.login(self.username, self.password, self.domain) 
File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/net/sapi.py",
 
line 183, in login res = self._post(**args) File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/net/sapi.py",
 
line 106, in _post res = loads(self._fetch(req)) File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/net/sapi.py",
 
line 72, in _fetch f = self.opener.open(url) File 
"/usr/lib64/python2.6/urllib2.py", line 391, in open response = 
self._open(req, data) File "/usr/lib64/python2.6/urllib2.py", line 409, in 
_open '_open', req) File "/usr/lib64/python2.6/urllib2.py", line 369, in 
_call_chain result = func(*args) File "/usr/lib64/python2.6/urllib2.py", 
line 1190, in http_open return self.do_open(httplib.HTTPConnection, req) 
File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open raise 
URLError(err) URLError: <urlopen error [Errno -2] Name or service not 
known> <Greenlet at 0x2091d70: <bound method start_fetcher.run of 
<mwlib.apps.make_nuwiki.start_fetcher object at 0x21366d0>>> failed with 
URLError creating nuwiki in 
u'/var/cache/mw/7a/7a208a3f1a7496dd/tmp9GhSLl/nuwiki' removing tmpdir 
u'/var/cache/mw/7a/7a208a3f1a7496dd/tmp9GhSLl' memory used: res=17.3 
virt=219.0 1% error Traceback (most recent call last): File 
"/usr/bin/mw-zip", line 5, in <module> 
pkg_resources.run_script('mwlib==0.14.1', 'mw-zip') File 
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in 
run_script self.require(requires)[0].run_script(script_name, ns) File 
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in 
run_script execfile(script_filename, namespace, namespace) File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/EGG-INFO/scripts/mw-zip",
 
line 6, in <module> main() File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/apps/buildzip.py",
 
line 155, in main make_zip(output, options, env.metabook, 
podclient=podclient, status=status) File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/apps/buildzip.py",
 
line 50, in make_zip make_nuwiki(fsdir, metabook=metabook, options=options, 
podclient=podclient, status=status) File 
"/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/mwlib/apps/make_nuwiki.py",
 
line 193, in make_nuwiki pool.join(raise_error=True) File 
"/usr/lib64/python2.6/site-packages/gevent/pool.py", line 98, in join raise 
greenlet.exception urllib2.URLError: <urlopen error [Errno -2] Name or 
service not known> in function system, file 
/usr/lib/python2.6/site-packages/mwlib-0.14.1-py2.6-linux-x86_64.egg/EGG-INFO/scripts/nslave.py,
 
line 64 in function qaddw, file 
/usr/lib/python2.6/site-packages/qs/slave.py, line 66

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to