This happens when using file repositories too and as far as I can tell it's benign, although slightly annoying.
Steve > -----Original Message----- > From: Serge Knystautas [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 2:25 PM > To: James Developers List > Subject: Re: this.. > > > The db repository doesn't seem to do a very good job locking for > whatever reason (not sure if it's a function of the caller or the > implementation itself), but occassionally a message will get > processed, > then a second thread that was blocking errantly gets told to process > that same message ID. That ID isn't there anymore, so it throws this > message. If I remember correctly, it handles it cleanly by just > throwing the stack trace (to remind the developers to fix > eventually), > but then picks right back up to try to process the next message. > > -- > Serge Knystautas > Loki Technologies - Unstoppable Websites http://www.lokitech.com > > Danny Angus wrote: > > anyone want to have a crack at telling me why I keep seeing > this, its > > in 2.0a3, I don't trust 2.1a1 enough to have used it in anger yet. > > > > java.lang.RuntimeException: Did not find a record > > Mail1028052929534-0-!1036393 in spool > > at > > > org.apache.james.mailrepository.JDBCMailRepository.retrieve(JDBCMailRe > > posito > > ry.java:443) > > at > > > org.apache.james.transport.JamesSpoolManager.run(JamesSpoolMan > ager.java:205) > > at > > > org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.exe > cute(Executabl > > eRunnable.java:47) > > at > > > org.apache.avalon.excalibur.thread.impl.WorkerThread.run(Worke > rThread.java:8 > > 6) > > > > d. > > > -- > To unsubscribe, e-mail: > <mailto:james-dev-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
