I am having problems with the main Apache MINA library. When I deploy my application to a remote server, some of the requests are not processed (about 2%). It looks like SSL might be having a problem.
Tail log: http://pastebin.com/48bwWsjs When a request is not processed, it always gets stuck in:
org.apache.mina.filter.ssl.SslFilter - Session Server[40](ssl...): Processing the SSL Data
Did something like this happen to any of you?
I tried Apache-mina 2.0.7 and 2.0.16
Env:
bash-4.2$ java -version java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) bash-4.2$ uname -a Linux 8d9ad913fa03 4.4.39-34.54.amzn1.x86_64
Thanks for the help!
source share