[Zope] Re: Xron seems to not work

Loren Stafford lstaffor@dynalogic.com
Mon, 14 Aug 2000 20:29:45 -0700


From: "Bill Anderson" <bill@libc.org>


> Loren Stafford wrote:
> >
> > From: "Bill Anderson" <banderson@boi.hp.com>
> > > > Bill,
> > > >
> > > > After the scheduled time, is there anything in the STUPID_LOG_FILE?
> > What?
> > >
> > > ------
> > > 2000-08-14T21:15:04 PROBLEM(100) Products.Xron.Loggerr
> > > Trigger event: http://telescop:8100/MakeDailyOrder
> > > Trigger time: 2000/08/14 13:15:00 US/Mountain
> > > Failed to trigger event.
> > > Type=bci.NotAvailable
> > > Val=argument 1: expected read-only character buffer, tuple found
(File:
> > > http://telescop:8100/MakeDailyOrder/trigger Line: [])
> > > None None for None
> > > ------
> > > 2000-08-14T21:15:04 PROBLEM(100) Products.Xron.Loggerr Failed to
disarm
> > > event
> > >
> >
> > That's the Client.py bug (there's a proper patch here:
> > http://classic.zope.org:8080/Collector/1480/view).
>
> Applied. No Change. :(
>

Something fishy here. Probably you're not executing the module you patched,
or you patched the wrong line (there's two similar lines; only one gets
patched). I suggest you uncomment line 80 of Dispatcher.py ...

      #import pdb; pdb.set_trace()

... run in debug mode, and watch what happens in Client.py. I'm sure you'll
find the bug scurrying arond there, alive and well. You'll see an error
message similar to the one above from STUPID_LOG, but it'll show precisely
where it occurs.

-- Loren