Hola Darrell: Thanks to confirm the problem and provide the past message, i will report the problem as a bug in bugzilla , if it is not there already..
None of the tries i've done with James had worked correctly with regards to pop3 mail, first test seem to work ok.., but from a point forward it stops reading mail from pop3 mailboxes giving the exception reported in logs... so this is a problem for me and others.. a bug in other words.. Saludos , Ignacio J. Ortega > -----Mensaje original----- > De: Darrell DeBoer [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 1 de octubre de 2001 2:01 > Para: [EMAIL PROTECTED] > Asunto: Re: Problems with NNTP & Outlook Express > > > G'day, > > There was a report of a similar problem a while back, > although it manifested > itself slightly differently, from what I gather. It seems like the > repository name gets screwed up somewhere along the line - > I've got no idea > why this only seems to occur in the occasional installation, however. > > I've included the text of the original message describing this problem > below. > > ciao > Daz > > > From: Chris Burkey [mailto:[EMAIL PROTECTED]] > > Sent: Friday, 17 August 2001 12:42 AM > > To: [EMAIL PROTECTED] > > Subject: stuck emails > > > > > > Noticed some stuck emails when we use POP3 with this config option: > > > > <inboxRepository> > > <repository destinationURL="file://var/mail/inboxes/" > > type="MAIL"> > > </repository> > > </inboxRepository> > > > > I tracked the problem down to: > > > > > org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileR > epository > > > > public void initialize() throws Exception { > > m_name = RepositoryManager.getName(); > > m_extension = "." + m_name + getExtensionDecorator(); > > > > ... > > > > What this does is use a new repository extension each time > the JVM is > > reloaded in James. Notice the static method call to > ReositoryManager. The > > end result is that email will remain stuck in the > /var/mail/inboxes/*.* > > directory because the extension does not match the new static name. > > > > For example: > > > > > 4D61696C3939373438373238313037372D373030.Repository25.FileObjectStore > > > > The number 25 in Repository25.FileObjectStore will be lost > once the JVM is > > shut down. To find out more about the bug we should look > into the static > > RepositoryManager.getName(); method. > > > > In the meantime I am going to tryout the MySQL storage of > emails to see if > > its more reliable. > > > ----- Original Message ----- > From: "Danny Angus" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, October 01, 2001 6:05 AM > Subject: RE: Problems with NNTP & Outlook Express > > > > may be i should post a bug about this? > > > > Check the list archive, I think I've seen this discussed before. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
