2 "Uncaught runner exception" [was: Re: [Mailman-Developers] MM 2.1a2: bug if dont_respond_to_post_requests=N -> lang is undefined]

Barry A. Warsaw barry@zope.com
Sun, 9 Sep 2001 22:40:00 -0400


>>>>> "LM" == Luca Maranzano <liuk@publinet.it> writes:

    LM> But I've to report this traceback from logs/error, that showed
    LM> up some time after I restarted mailmanctl:

    LM> [This happened 1 time only] Sep 08 11:14:09 2001 (17075)
    LM> Uncaught runner exception: EOF read where object expected Sep
    LM> 08 11:14:09 2001 (17075) Traceback (most recent call last):
    LM>   File "/home/mailman/Mailman/Queue/Runner.py", line 104, in
    LM> __oneloop self.__onefile(msg, msgdata) File
    LM> "/home/mailman/Mailman/Queue/Runner.py", line 152, in
    LM> __onefile keepqueued = self._dispose(mlist, msg, msgdata) File
    LM> "/home/mailman/Mailman/Queue/IncomingRunner.py", line 111, in
    LM> _dispose status = self._dopipeline(mlist, msg, msgdata,
    LM> pipeline) File
    LM> "/home/mailman/Mailman/Queue/IncomingRunner.py", line 134, in
    LM> _dopipeline sys.modules[modname].process(mlist, msg, msgdata)
    LM> File "/home/mailman/Mailman/Handlers/Hold.py", line 159, in
    LM> process hold_for_approval(mlist, msg, msgdata, NonMemberPost)
    LM> File "/home/mailman/Mailman/Handlers/Hold.py", line 234, in
    LM> hold_for_approval id = mlist.HoldMessage(msg, reason, msgdata)
    LM> File "/home/mailman/Mailman/ListAdmin.py", line 176, in
    LM> HoldMessage self.__opendb() File
    LM> "/home/mailman/Mailman/ListAdmin.py", line 77, in __opendb
    LM> self.__db = marshal.load(fp)
    LM> EOFError: EOF read where object expected

Can you send me your list's request.db file?

-Barry