"closing inbound before receiving peer's close_notify" MySQL SSL exception error after upgrade to SP3
search cancel

"closing inbound before receiving peer's close_notify" MySQL SSL exception error after upgrade to SP3

book

Article ID: 277096

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

After upgrading to DevTest 10.7.2 with SP3, the registry.log shows errors similar to: 
javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
     at sun.security.ssl.SSLSocketImpl.shutdownInput(SSLSocketImpl.java:740)
     at sun.security.ssl.SSLSocketImpl.shutdownInput(SSLSocketImpl.java:719)
     at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:2249)
     at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4232)

DevTest has been configured in site.properties for a MySQL connection that uses SSL.

Environment

DevTest 10.7.2 SP3

MySQL with SSL

Resolution

  1. Download the latest MySQL connector from: https://dev.mysql.com/downloads/connector/j/?os=26
  2. Select Platform Independent: mysql-connector-j-8.2.0.zip
  3. Unzip the mysql-connector-j-8.2.0.jar
  4. Place in <DevTest Home>/lib/shared and remove the old mysql-connector-java-5.1.47.jar