Unfortunately it does not resolve my problem. Still the same behavior.
I am using java version "1.6.0_01" on WinXP SP2.
I have tried different combinations:

server using mina-filter-ssl-1.1.0-SNAPSHOT.jar, client using
mina-filter-ssl-1.1.0-SNAPSHOT.jar = OK
server using mina-filter-ssl-1.1.0-SNAPSHOT.jar, client using
mina-filter-ssl-1.1.0.jar = FAILS after few rounds
server using mina-filter-ssl-1.1.0-SNAPSHOT.jar, client using
mina-filter-ssl-1.1.1-20070605.030254-4.jar = FAILS after few rounds
-----
server using mina-filter-ssl-1.1.0.jar, client using
mina-filter-ssl-1.1.0-SNAPSHOT.jar = OK
server using mina-filter-ssl-1.1.0.jar, client using
mina-filter-ssl-1.1.0.jar = FAILS after few rounds
server using mina-filter-ssl-1.1.0.jar, client using
mina-filter-ssl-1.1.1-20070605.030254-4.jar = FAILS mostly after few rounds
-----
server using mina-filter-ssl-1.1.1-20070605.030254-4.jar, client using
mina-filter-ssl-1.1.0-SNAPSHOT.jar = OK
server using mina-filter-ssl-1.1.1-20070605.030254-4.jar, client using
mina-filter-ssl-1.1.0.jar = FAILS after few rounds
server using mina-filter-ssl-1.1.1-20070605.030254-4.jar, client using
mina-filter-ssl-1.1.1-20070605.030254-4.jar = FAILS after few rounds

Regards,
Horia


Trustin Lee wrote:
> 
> I'm not 100% sure that I fixed this issue, but I found a small
> visibility issue in SSLFilter.  Please try the following snapshot to
> test if my fix resolves the problem.
> 
> http://tinyurl.com/29u77b
> 
> HTH,
> Trustin
> 
> On 6/5/07, Gaston Dombiak <[EMAIL PROTECTED]> wrote:
>> Yep, the issue is still "alive and kicking". :) Unfortunately, we are
>> only seeing it in some production environments (of some users using
>> Openfire) and still haven't found a way to reproduce it. I modified MINA
>> 1.1 to System.out.print in the following places and nothing was printed:
>>
>> 1. SocketIOProcessor#doFlush() when key is null
>> 2. SocketIOProcessor#doFlush() when key is invalid
>>
>> Since nothing was printed and things were still queuing up then we can
>> say that the problem is not in those places. Being optimistic....it is
>> good to have less uncertainty although we are still uncertain of what is
>> going on. :D
> -- 
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
> 
> 

-- 
View this message in context: 
http://www.nabble.com/SSL-Client-does-not-send-any-data-tf3714505.html#a10969241
Sent from the mina dev mailing list archive at Nabble.com.

Reply via email to