-
This exception is thrown due to exception in accept method of IOService. I suppose it may be related to this:
2012-04-27 10:51:13 StreamOpen.serviceStopped() WARNING: Protocol error cid_conns not found for outgoing connection: CID: xn--m8js9b0b.xn--48jucxw.xn--r8jau4b8b4fa8gr9cba.net@gmail.com, null, type: accept, Socket: nullSocket[unconnected]
In accept method of IOService variable socketIO is used but it can be not initialized properly due to exception. This variable is used to get SocketChannel instance which we already have. (Passed to method as parameter)
-
I checked this code and this entry was logged using
Thread.dumpStack()
and in fact it was not an exception but verbose logging. As I checked this line was removed in #767 a while ago.First comment in this task is still correct as it was result of error during accepting of connection. However it is properly handled and logging was changed from
Warning
toFinest
so I'm closing this task.
Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
541
|
Version |
tigase-server-8.0.0
|
Estimation |
0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Please investigate severity of this exception. They happen on tigase.im installation.