Calling NioSocketSession.toString() causes java.lang.Error

2010-03-03 Thread Michelberger, Joerg
Hi there, using MINA 2.0.0 RC1 and have a log statement in my IOHandler.exceptionCaught() method plugged on top of a NioSocketSession. The log statement calls toString() on the IoSession passed in. In some cases I get the appended Exception. Thats not good. Regards Jörg 2010-03-03

Re: Calling NioSocketSession.toString() causes java.lang.Error

2010-03-03 Thread Emmanuel Lecharny
On 3/3/10 11:28 AM, Michelberger, Joerg wrote: Hi there, using MINA 2.0.0 RC1 and have a log statement in my IOHandler.exceptionCaught() method plugged on top of a NioSocketSession. The log statement calls toString() on the IoSession passed in. In some cases I get the appended Exception.

Re: [vysper] Sending unavailable on lost connection

2010-03-03 Thread Thomas Kratz
Thanks for the help so far. I started to dive into the code. So far I guess I need A PresenceHandler and I need to get him to process a mock presence Stanza. What I don't see by now is how I can to that. Can anyone point me to a place in the code that would make me understand how to do this ?

Infinityloop on exception when using StreamIoHandler

2010-03-03 Thread Norman Maurer
Hi all, at JAMES we use a StreamIoHandler for our IMAPServer stuff. Now a user reported a infinityloop wheb he close his thunderbird. After lookin at the stacktrace I'm tend to think its a bug in MINA. Could some of the devs have a look ? All details are here (including stacktrace):

Re: Infinityloop on exception when using StreamIoHandler

2010-03-03 Thread Emmanuel Lecharny
On 3/3/10 2:57 PM, Norman Maurer wrote: Hi all, at JAMES we use a StreamIoHandler for our IMAPServer stuff. Now a user reported a infinityloop wheb he close his thunderbird. After lookin at the stacktrace I'm tend to think its a bug in MINA. Could some of the devs have a look ? sure, will

Re: Infinityloop on exception when using StreamIoHandler

2010-03-03 Thread Norman Maurer
So you think it's a bug in MINA ? We are using RC1. forgot to mention that. Thx Norman 2010/3/3, Emmanuel Lecharny elecha...@gmail.com: On 3/3/10 2:57 PM, Norman Maurer wrote: Hi all, at JAMES we use a StreamIoHandler for our IMAPServer stuff. Now a user reported a infinityloop wheb he

[jira] Created: (DIRMINA-771) Calling NioSocketSession.toString() causes java.lang.Error

2010-03-03 Thread JIRA
Calling NioSocketSession.toString() causes java.lang.Error -- Key: DIRMINA-771 URL: https://issues.apache.org/jira/browse/DIRMINA-771 Project: MINA Issue Type: Bug Affects

[jira] Created: (DIRMINA-772) First sent message is not garbage collected per session

2010-03-03 Thread JIRA
First sent message is not garbage collected per session --- Key: DIRMINA-772 URL: https://issues.apache.org/jira/browse/DIRMINA-772 Project: MINA Issue Type: Bug Affects Versions:

[jira] Created: (FTPSERVER-352) IDNT command for control channel delegation.

2010-03-03 Thread DevNull43 (JIRA)
IDNT command for control channel delegation. Key: FTPSERVER-352 URL: https://issues.apache.org/jira/browse/FTPSERVER-352 Project: FtpServer Issue Type: New Feature Components: Core

[jira] Commented: (FTPSERVER-352) IDNT command for control channel delegation.

2010-03-03 Thread DevNull43 (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840988#action_12840988 ] DevNull43 commented on FTPSERVER-352: - Need help to implement the rest of the patch.