anonymous wrote : | Hi Ron, | | In a comment to Jira JBREM-690 you wrote about the connection checking. | | Now apparently this causes a lot of SocketException (unable to writing CLOSING byte) | in 4.2.3, RMI with SSL. Non-encrypted connection did not produce the exceptions. | | Do you think there is sense to follow this and try to get rid of this? | Otherwise the communication seems to working just fine. | | Thanks, | | Victor |
Hi Victor, The fact that this message is logged at DEBUG level is meant to indicate that it's not a significant concern. However, I can see dialing it down to TRACE level: JBREM-1085 "Reduce log level of ServerSocketWrapper.close() log messages" (https://jira.jboss.org/jira/browse/JBREM-1085). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204367#4204367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204367 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
