[jira] Updated: (DIRMINA-718) Sometimes AbstractIoSession.toString() invoked java.net.SocketException

2009-06-16 Thread Edouard De Oliveira (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edouard De Oliveira updated DIRMINA-718: Assignee: Edouard De Oliveira Seems this issue has already been addressed in

[jira] Commented: (DIRMINA-718) Sometimes AbstractIoSession.toString() invoked java.net.SocketException

2009-06-16 Thread ncanis2 (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12719961#action_12719961 ] ncanis2 commented on DIRMINA-718: - Yes. I see them. But, this problem invoked on MINA-M6.

[jira] Issue Comment Edited: (DIRMINA-718) Sometimes AbstractIoSession.toString() invoked java.net.SocketException

2009-06-16 Thread ncanis2 (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12719961#action_12719961 ] ncanis2 edited comment on DIRMINA-718 at 6/16/09 12:28 AM: --- Yes.

[jira] Resolved: (DIRMINA-718) Sometimes AbstractIoSession.toString() invoked java.net.SocketException

2009-06-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-718. --- Resolution: Fixed Applied a patch : http://svn.apache.org/viewvc?rev=785102view=rev

[jira] Assigned: (DIRMINA-718) Sometimes AbstractIoSession.toString() invoked java.net.SocketException

2009-06-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRMINA-718: - Assignee: Emmanuel Lecharny (was: Edouard De Oliveira) Sometimes

[jira] Created: (FTPSERVER-316) FTP-1.0.0 some exceptions were cast ,when trying to upload file via the public network.

2009-06-16 Thread Yajun Dong (JIRA)
FTP-1.0.0 some exceptions were cast ,when trying to upload file via the public network. Key: FTPSERVER-316 URL: https://issues.apache.org/jira/browse/FTPSERVER-316

[jira] Commented: (FTPSERVER-316) FTP-1.0.0 some exceptions were cast ,when trying to upload file via the public network.

2009-06-16 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12719978#action_12719978 ] Niklas Gustavsson commented on FTPSERVER-316: - From the stacktrace, it looks

Re: [VOTE] Releasing FtpServer 1.0.2

2009-06-16 Thread Niklas Gustavsson
On Fri, Jun 12, 2009 at 10:40 PM, Niklas Gustavssonnik...@protocol7.com wrote: [X]: +1, Release FtpServer 1.0.2 /niklas

Re: [VOTE] Releasing FtpServer 1.0.2

2009-06-16 Thread Niklas Gustavsson
On Fri, Jun 12, 2009 at 10:40 PM, Niklas Gustavssonnik...@protocol7.com wrote: We got another set of bugs fixed, so I think we're ready for a 1.0.2. Get you votes in, closing this vote tonight. /niklas

Re: [VOTE] Releasing FtpServer 1.0.2

2009-06-16 Thread Julien Vermillard
Le Fri, 12 Jun 2009 22:40:56 +0200, Niklas Gustavsson nik...@protocol7.com a écrit : Hey, We got another set of bugs fixed, so I think we're ready for a 1.0.2. You can find the binaries and Maven artifacts here: http://people.apache.org/~ngn/ftpserver/1.0.2/ These files was built from

Fixing the e-poll problem...

2009-06-16 Thread Emmanuel Lecharny
Hi guys, we have a set of JIRA refering to a well known bug in Java 5-6-7 (up to b55 for Java 7). Basically, there is a nasty bug in the select() method. The issue is described in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 : This is an issue with poll (and epoll) on Linux.

[jira] Commented: (DIRMINA-678) NioProcessor 100% CPU usage on Linux (epoll selector bug)

2009-06-16 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720030#action_12720030 ] Emmanuel Lecharny commented on DIRMINA-678: --- I have created a branch

Re: Fixing the e-poll problem...

2009-06-16 Thread Martin Jordan
On Tuesday 16 June 2009 11:54:02 Emmanuel Lecharny wrote: Hi guys, we have a set of JIRA refering to a well known bug in Java 5-6-7 (up to b55 for Java 7). Basically, there is a nasty bug in the select() method. The issue is described in

[jira] Closed: (FTPSERVER-316) FTP-1.0.0 some exceptions were cast ,when trying to upload file via the public network.

2009-06-16 Thread Yajun Dong (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yajun Dong closed FTPSERVER-316. Resolution: Later Fix Version/s: 1.0.0 No problem. I've already realized the API for

[jira] Commented: (DIRMINA-718) Sometimes AbstractIoSession.toString() invoked java.net.SocketException

2009-06-16 Thread ncanis2 (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720419#action_12720419 ] ncanis2 commented on DIRMINA-718: - Thanks. I applied the patch. Sometimes