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 "Adhish (JIRA)" <se...@james.apache.org> on 2013/02/14 23:59:12 UTC

[jira] [Commented] (JAMES-1480) Unable to remove messages in POP3 when the client closes the connection (under high load)

    [ https://issues.apache.org/jira/browse/JAMES-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578784#comment-13578784 ] 

Adhish commented on JAMES-1480:
-------------------------------

Here is the full error stack trace from pop3sever.log:

ERROR 00:00:42,116 | james.pop3server | Id='814539729' User='xxxxx@yyyy.com' Some deleted messages were not removed
java.io.IOException: Unable to remove messages for ranges [TYPE: RANGE UID: 102383:102390]        
at org.apache.james.pop3server.mailbox.MailboxAdapter.remove(MailboxAdapter.java:182)        
at org.apache.james.protocols.pop3.core.QuitCmdHandler.onCommand(QuitCmdHandler.java:70)        
at org.apache.james.protocols.pop3.core.QuitCmdHandler.onCommand(QuitCmdHandler.java:39)        
at org.apache.james.protocols.api.handler.CommandDispatcher.dispatchCommandHandlers(CommandDispatcher.java:175)       
at org.apache.james.protocols.api.handler.CommandDispatcher.onLine(CommandDispatcher.java:147)
at org.apache.james.protocols.netty.BasicChannelUpstreamHandler.messageReceived(BasicChannelUpstreamHandler.java:147)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)        
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:558)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:777)        
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.messageReceived(SimpleChannelUpstreamHandler.java:129)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)        
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:558)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:777)        
at org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable.run(ChannelUpstreamEventRunnable.java:44)
at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:312)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        
at java.lang.Thread.run(Thread.java:662)
                
> Unable to remove messages in POP3 when the client closes the connection (under high load)
> -----------------------------------------------------------------------------------------
>
>                 Key: JAMES-1480
>                 URL: https://issues.apache.org/jira/browse/JAMES-1480
>             Project: James Server
>          Issue Type: Bug
>          Components: POP3Server
>    Affects Versions: 3.0-beta4
>            Reporter: Adhish
>
> When trying to delete messages when closing a POP3 connection, the POP3 server throws an error:
>  Some deleted messages were not removed
> java.io.IOException: Unable to remove messages for ranges [TYPE: RANGE UID: 102383:102390
> This only seems to happen when there is a large volume of incoming messages while we are trying to POP and delete messages

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, 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