A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/lib/python2.7/dist-packages/bonito/CGIPublisher.py in run_unprotected(self=<__main__.BonitoCGI instance>, path=['view'], selectorname='corpname', outf=<open file '<stdout>', mode 'w'>) |
241 if self._has_access or path[0] == 'feedback':
|
242 methodname, tmpl, result = self.process_method (path[0], path,
|
=> 243 named_args)
|
244 else: # redirect to login or raise error
|
245 methodname = path[0]
|
named_args = {'attrs': u'word', 'corpname': u'coliweb', 'ctxattrs': u'word', 'fromp': u'7', 'gdexcnt': u'3', 'navpos': u'next2', 'pagesize': u'50', 'q': [u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'], 'refs': u'doc', 'viewmode': u'kwic'} |
/usr/lib/python2.7/dist-packages/bonito/CGIPublisher.py in process_method(self=<__main__.BonitoCGI instance>, methodname='view', pos_args=['view'], named_args={'attrs': u'word', 'corpname': u'coliweb', 'ctxattrs': u'word', 'fromp': u'7', 'gdexcnt': u'3', 'navpos': u'next2', 'pagesize': u'50', 'q': [u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'], 'refs': u'doc', 'viewmode': u'kwic'}) |
289 return (methodname,
|
290 getattr (method, 'template', methodname + '.tmpl'),
|
=> 291 self.call_method (method, pos_args, named_args))
|
292 except Exception, e:
|
293 if self.format in self.export_formats:
|
self = <__main__.BonitoCGI instance>, self.call_method = <bound method BonitoCGI.call_method of <__main__.BonitoCGI instance>>, method = <bound method BonitoCGI.view of <__main__.BonitoCGI instance>>, pos_args = ['view'], named_args = {'attrs': u'word', 'corpname': u'coliweb', 'ctxattrs': u'word', 'fromp': u'7', 'gdexcnt': u'3', 'navpos': u'next2', 'pagesize': u'50', 'q': [u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'], 'refs': u'doc', 'viewmode': u'kwic'} |
/usr/lib/python2.7/dist-packages/bonito/CGIPublisher.py in call_method(self=<__main__.BonitoCGI instance>, method=<bound method BonitoCGI.view of <__main__.BonitoCGI instance>>, args=['view'], named_args={'attrs': u'word', 'corpname': u'coliweb', 'ctxattrs': u'word', 'fromp': u'7', 'gdexcnt': u'3', 'navpos': u'next2', 'pagesize': u'50', 'q': [u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'], 'refs': u'doc', 'viewmode': u'kwic'}) |
148 na = named_args.copy()
|
149 correct_types (na, function_defaults (method), 1, safe=0)
|
=> 150 return apply (method, args[1:], na)
|
151
|
152 def call_function (self, func, args, **named_args):
|
builtin apply = <built-in function apply>, method = <bound method BonitoCGI.view of <__main__.BonitoCGI instance>>, args = ['view'], na = {} |
/usr/lib/python2.7/dist-packages/bonito/CGIPublisher.py in call_function(self=<__main__.BonitoCGI instance>, func=<function get_conc>, args=(<manatee.Corpus; proxy of <Swig Object of type 'Corpus *' at 0x7fec2e503a20> >,), **named_args={}) |
154 na.update (named_args)
|
155 correct_types (na, function_defaults (func), 1, safe=0)
|
=> 156 return apply (func, args, na)
|
157
|
158 def clone_self (self, safe=1):
|
builtin apply = <built-in function apply>, func = <function get_conc>, args = (<manatee.Corpus; proxy of <Swig Object of type 'Corpus *' at 0x7fec2e503a20> >,), na = {'_cache_dir': '/var/lib/bonito/cache', 'async': 1, 'debug': None, 'fromp': 7, 'pagesize': 50, 'q': [u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'], 'samplesize': 10000000, 'save': 1} |
/usr/lib/python2.7/dist-packages/bonito/conclib.py in get_conc(corp=<manatee.Corpus; proxy of <Swig Object of type 'Corpus *' at 0x7fec2e503a20> >, minsize=-1, q=(u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'), fromp=7, pagesize=50, async=1, save=1, _cache_dir='/var/lib/bonito/cache/coliweb/', samplesize=10000000, debug=None) |
391 else: # synchronous processing
|
392 conc = get_sync_conc (corp, q, save, _cache_dir, pid_dir,
|
=> 393 subchash, samplesize, fullsize)
|
394
|
395 # process subsequent concordance actions
|
subchash = None, samplesize = 10000000, fullsize = -1 |
/usr/lib/python2.7/dist-packages/bonito/conclib.py in get_sync_conc(corp=<manatee.Corpus; proxy of <Swig Object of type 'Corpus *' at 0x7fec2e503a20> >, q=(u'q[lemma=="Anm"]', u'p0 0>0 0 [tag="NPR"]', u'n0 0>0 0 [word="Anm"]', u'f', u'Fdoc', u'sword/i 1>0~3>0'), save=1, _cache_dir='/var/lib/bonito/cache/coliweb/', pid_dir='/var/lib/bonito/cache/coliweb//run/', subchash=None, samplesize=10000000, fullsize=-1) |
272 server.handle_request()
|
273 if conc.finished():
|
=> 274 conc.save (cachefile)
|
275 add_to_map (_cache_dir, pid_dir, subchash, q[:1],
|
276 conc.size()) # update size in map file
|
conc = <pyconc.PyConc; proxy of <Swig Object of type 'Concordance *' at 0x7fec2e5e6f90> >, conc.save = <bound method PyConc.save of <pyconc.PyConc; pro...ect of type 'Concordance *' at 0x7fec2e5e6f90> >>, cachefile = '/var/lib/bonito/cache/coliweb/lemmaAnm.conc' |
/usr/lib/python2.7/dist-packages/manatee.py in save(self=<pyconc.PyConc; proxy of <Swig Object of type 'Concordance *' at 0x7fec2e5e6f90> >, *args=('/var/lib/bonito/cache/coliweb/lemmaAnm.conc',)) |
1002
|
1003 def save(self, *args):
|
=> 1004 return _manatee.Concordance_save(self, *args)
|
1005
|
1006 def save_with_linegroup(self, filename):
|
global _manatee = <module '_manatee' from '/usr/lib/python2.7/dist-packages/_manatee.so'>, _manatee.Concordance_save = <built-in function Concordance_save>, self = <pyconc.PyConc; proxy of <Swig Object of type 'Concordance *' at 0x7fec2e5e6f90> >, args = ('/var/lib/bonito/cache/coliweb/lemmaAnm.conc',) |