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.AbstractFileRepository
>
> 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]

Reply via email to