SSVM NIO SSL Handshake error

2017-05-23 Thread Jason Kinsella
Hi, We recently upgraded from 4.5.0 to 4.9.2.0 and encountered a problem with the SSVM and Console Proxy. They cannot connect to the management server. The SSVM cloud.log repeats this error every couple of seconds. 2017-05-23 11:58:22,461 INFO [utils.nio.NioClient] (main:null) Connecting to 19

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Simon Weller
Jason, When I've seen this happen, it has often been related to a corrupt keystore. Trying backing up your db and following this procedure to regenerate your keystore: mysql> delete from configuration where name = "ssl.keystore" ; mv /etc/cloudstack/management/cloudmanagementserver.keystore

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Jason Kinsella
Hi Simon, I tried this already and it didn’t make a difference. jk On 23/5/17, 10:45 pm, "Simon Weller" wrote: Jason, When I've seen this happen, it has often been related to a corrupt keystore. Trying backing up your db and following this procedure to regenerate your

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Erik Weber
What's the OS? Think I saw something like this on some old CentOS 6 machines -- Erik On Tue, May 23, 2017 at 2:11 PM, Jason Kinsella wrote: > Hi, > We recently upgraded from 4.5.0 to 4.9.2.0 and encountered a problem with the > SSVM and Console Proxy. They cannot connect to the management serve

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Jason Kinsella
Hi Erik, Yes - the box is a CentOS 6 box. It hadn’t been updated in a while, but we did a full update without fixing it. Also, the dev server is exactly the same CentOS 6 version and happily running 4.9.2.0 Thanks, Jason On 23/5/17, 10:56 pm, "Erik Weber" wrote: What's the OS? Think I s

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Vivek Kumar
Hello Jason, I also faced this issue earlier with my centos 6, can you confirm the exact version of centos ?, and if possible please update all packages related to nss* and then restart the management services. Vivek Kumar Virtualization and Cloud Consultant IndiQus Technologies Pvt Ltd

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Jason Kinsella
Hi Vivek, Version is centos-release-6-5.el6.centos.11.2.x86_64 Nss* packages before update are nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64 nss-tools-3.21.3-2.el6_8.x86_64 nss-util-3.21.3-1.el6_8.x86_64 nss-softokn-3.14.3-23.3.el6_8.x86_64 nss-3.21.3-2.el6_8.x86_64 nss-sysinit-3.21.3-2.el6_8.x86_

Re: SSVM NIO SSL Handshake error

2017-05-23 Thread Yiping Zhang
Hi, Jason: By any chance, did your “full update” happen to also update your java version to IBM java? Yiping From: Jason Kinsella Reply-To: "users@cloudstack.apache.org" Date: Tuesday, May 23, 2017 at 7:19 AM To: "users@cloudstack.apache.org" Subject: Re: SSVM NIO SSL Handshake error Hi Viv