[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 453] Jetty: Caused by: java.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory. (Use org.eclipse.jetty.util.ssl.SslContextFactory$Server or org.eclipse.jetty.util.ssl.[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 449] Jetty: SslContextFactory$Client instead)[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 449] Jetty: at org.eclipse.jetty.util.ssl.SslContextFactory.newSniX509ExtendedKeyManager(SslContextFactory.java:1275)[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 449] Jetty: at org.eclipse.jetty.util.ssl.SslContextFactory.getKeyManagers(SslContextFactory.java:1256)[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 449] Jetty: at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:374)[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 449] Jetty: at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:245)[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186298865408 INFO] [managedJetty, 449] Jetty: at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186954495744 INFO] [managedJetty, 466] Jetty terminated.[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186954495744 ERROR] [managedJetty, 502] Jetty unexpectedly stopped with status 254. Starting new one.[YYYY-MM-DD HH:MM:SS 'managedJetty' 140186954495744 ERROR] [managedJetty, 529] Jetty server keeps crashing! Giving up.-rw-rw-r-- 1 svc.datamover support 195M May 12 09:41 core.worker.10382
-rw-rw-r-- 1 svc.datamover support 201M May 12 09:41 core.worker.11185
-rw-rw-r-- 1 svc.datamover support 194M May 12 09:41 core.worker.11689
-rw-rw-r-- 1 svc.datamover support 194M May 12 09:41 core.worker.12585
-rw-rw-r-- 1 svc.datamover support 194M May 12 09:41 core.worker.19495VMware vCenter Server Appliance 6.7.x
VMware vCenter Server 7.0.x
This issue is seen due to missing keyword ($Server) in /usr/lib/vmware-updatemgr/bin/jetty-vum-ssl.xml.
To workaround this issue, please follow below steps :
/usr/lib/vmware-updatemgr/bin/jetty-vum-ssl.xml and check for the line mentioned below for missing $Server entry :
<Configure class="org.eclipse.jetty.util.ssl.SslContextFactory" id="sslContextFactory">
<?xml version="1.0"?> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd"> <Configure class="org.eclipse.jetty.util.ssl.SslContextFactory" id="sslContextFactory"> <Set name="KeyStorePath"> <Property default="." name="jetty.home"/>/../ssl/vmware-vum.keystore</Set> <Set name="KeyStorePassword">OBF:1wn91zev1xtd1y7z1xu51zef1wmx </Set>
<Configure class="org.eclipse.jetty.util.ssl.SslContextFactory$Server" id="sslContextFactory">
<Set name="KeyStorePath">
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd"><Configure class="org.eclipse.jetty.util.ssl.SslContextFactory$Server" id="sslContextFactory"><Set name="KeyStorePath"><Property default="." name="jetty.home"/>/../ssl/vmware-vum.keystore</Set>
service-control --stop vmware-updatemgr && service-control --start vmware-updatemgr