Summary
The error "javax.net.ssl.SSLException: SSL peer shut down incorrectly" occurs while preparing ESX. After checking the system information, it indicates that an Apache Derby was used for the database.
--cut--
<InformationItem>
<Name>databaseType</Name> <Value>Embedded</Value>
--cut--
Based on the Server0.log, there were several requests/entries that resulted to the error "javax.net.ssl.SSLException: SSL peer shut down incorrectly". A few of the activites performed that resulted to such error are:
- Querying of DVfilterBindIPAddress
- Installation of fast path driver
- Installation Filter Driver
--cut--
FINE: Progress for: 559C9A18-1B59-695E-C67F-F9FCF0CF1248 -- Installing Filter Driver...
Jul 9, 2012 6:05:38 PM com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread run
SEVERE: Error while FastPathManagerThread was running:
com.thirdbrigade.manager.core.virtualization.vmware.exceptions.VirtualizationException: javax.net.ssl.SSLException: SSL peer shut down incorrectly
"
"
Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly
--cut--
--cut--
...ate, Flags FROM managermessages WHERE ManagerMessageID > ? ORDER BY ManagerMessageID ASC
Jul 9, 2012 6:05:15 PM com.thirdbrigade.manager.core.scheduler.ManagerMessageThread run
FINEST: About to process new manager messages, 8 messages to process.
Jul 9, 2012 6:05:15 PM com.thirdbrigade.manager.core.scheduler.ManagerMessageThread run
FINEST: Done processing messages, about to notify.
Jul 9, 2012 6:05:15 PM com.thirdbrigade.manager.core.scheduler.ManagerMessageThread run
FINEST: Done notify.
Jul 9, 2012 6:05:15 PM com.thirdbrigade.manager.core.scheduler.ManagerMessageThread run
FINEST: About to sleep for 5000ms.
Jul 9, 2012 6:05:15 PM com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread run
SEVERE: Error while FastPathManagerThread was running:
com.thirdbrigade.manager.core.virtualization.vmware.exceptions.VirtualizationException: javax.net.ssl.SSLException: SSL peer shut down incorrectly
at com.thirdbrigade.manager.core.virtualization.vmware.VsphereToolkit.unblockIfOutgoingBlocked(Unknown Source)
at com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread.installOrUpgradeDriver(Unknown Source)
at com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread.installDriver(Unknown Source)
at com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly
--cut--
--cut--
Jul 9, 2012 2:45:20 AM com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread run
SEVERE: Error while FastPathManagerThread was running:
com.thirdbrigade.manager.core.virtualization.vmware.exceptions.VirtualizationException: javax.net.ssl.SSLException: SSL peer shut down incorrectly
at com.thirdbrigade.manager.core.virtualization.vmware.VsphereToolkit.unblockIfOutgoingBlocked(Unknown Source)
at com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread.installOrUpgradeDriver(Unknown Source)
at com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread.installDriver(Unknown Source)
at com.thirdbrigade.manager.core.virtualization.vmware.FastPathManager$FastPathThread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly"--cut
--cut--
Jul 9, 2012 2:37:32 AM com.thirdbrigade.manager.webclient.screens.EsxWizardBean queryForDvFilterBindIpAddress
SEVERE: Error:
com.thirdbrigade.manager.core.virtualization.vmware.exceptions.VirtualizationException: javax.net.ssl.SSLException: SSL peer shut down incorrectly
at com.thirdbrigade.manager.core.virtualization.vmware.VsphereToolkit.isVmkNicConfigured(Unknown Source)
at com.thirdbrigade.manager.webclient.screens.EsxWizardBean.queryForDvFilterBindIpAddress(EsxWizardBean.java:302)
"
Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly--cut--
To prevent this issue, use SQL as database instead of the Apache Derby's Embedded database.