You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@james.apache.org on 2004/08/13 00:25:20 UTC

[jira] Updated: (JAMES-316) java.lang.ArrayIndexOutOfBoundsException from RemoteDelivery

The following issue has been updated:

    Updater: Bradley D. Brown (mailto:brownb@tusc.com)
       Date: Thu, 12 Aug 2004 3:24 PM
    Comment:
Here's my config.xml file in case I messed something up here...
    Changes:
             Attachment changed to config.xml
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAMES-316?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-316

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-316
    Summary: java.lang.ArrayIndexOutOfBoundsException from RemoteDelivery
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             Remote Delivery
   Versions:
             2.2.1

   Assignee: 
   Reporter: Bradley D. Brown

    Created: Thu, 12 Aug 2004 3:22 PM
    Updated: Thu, 12 Aug 2004 3:24 PM
Environment: Windows XP

Description:
When I look in the mailet logs, I see pages and pages of errors like this:

12/08/04 14:31:01 INFO  James.Mailet: RemoteDelivery: Exception caught in RemoteDelivery.run()
java.lang.ArrayIndexOutOfBoundsException: 10
	at org.apache.james.transport.mailets.RemoteDelivery.getNextDelay(RemoteDelivery.java:981)
	at org.apache.james.transport.mailets.RemoteDelivery.access$000(RemoteDelivery.java:93)
	at org.apache.james.transport.mailets.RemoteDelivery$MultipleDelayFilter.accept(RemoteDelivery.java:155)
	at org.apache.james.mailrepository.AvalonSpoolRepository.accept(AvalonSpoolRepository.java:156)
	at org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:901)
	at java.lang.Thread.run(Unknown Source)
12/08/04 14:31:01 INFO  James.Mailet: RemoteDelivery: Exception caught in RemoteDelivery.run()
java.lang.ArrayIndexOutOfBoundsException: 2
	at org.apache.james.transport.mailets.RemoteDelivery.getNextDelay(RemoteDelivery.java:981)
	at org.apache.james.transport.mailets.RemoteDelivery.access$000(RemoteDelivery.java:93)
	at org.apache.james.transport.mailets.RemoteDelivery$MultipleDelayFilter.accept(RemoteDelivery.java:155)
	at org.apache.james.mailrepository.AvalonSpoolRepository.accept(AvalonSpoolRepository.java:156)
	at org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:901)
	at java.lang.Thread.run(Unknown Source)


Email does not appear to be delivered, my startup is exceptionally slow, but that may be a different issue.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org