Re: Cloudstack 4.11.2.0, Maven Error: testIsMockServerCanUpgradeConnectionToSsl (javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure)

2019-06-03 Thread Eric Pretorious
Thanks, Rohit: Passing Maven the -DskipTests=true flag was a success! i.e., root@cloudstack:/usr/local/src/apache-cloudstack-4.11.2.0-src# mvn -P deps -DskipTests=true ...completed successfully. *Onward to the next steps: "*Setting up an APT repo*" & "*Configuring your machines to use the APT

Re: Cloudstack 4.11.2.0, Maven Error: testIsMockServerCanUpgradeConnectionToSsl (javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure)

2019-06-03 Thread Eric Pretorious
Thanks, Rohit: I commented the XML stanzas inside of services/console-proxy-rdp/rdpconsole/pom.xml that seemed related to testing... But the result was the same:

Re: Cloudstack 4.11.2.0, Maven Error: testIsMockServerCanUpgradeConnectionToSsl (javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure)

2019-06-03 Thread Eric Pretorious
> perhaps you are hitting the same issues - i.e. *try to keep your jdk lower version than this.* Thanks, Andrija - *But I'm not sure what that means!* (i.e., I know nothing about Java!) I did *however* go in search of the setting - and I found it! But the setting is in a binary format:

Can't start systemVM in a new advanced zone deployment

2019-06-03 Thread Yiping Zhang
Hi, list: I am struggling with deploying a new advanced zone using ACS 4.11.2.0 + vSphere 6.5 + NetApp volumes for primary and secondary storage devices. The initial setup of CS management server, seeding of systemVM template, and advanced zone deployment all went smoothly. Once I enabled the

RE: Unable to ping/ssh my VMs after a stop/start

2019-06-03 Thread daniel bellido
Hello Ivan, Adding this on the hypervisor (to stop network bridge traffic from traversing IPtables / ARPtables) fixed the issue : net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-arptables = 0 Thanks De :

RE: Unable to ping/ssh my VMs after a stop/start

2019-06-03 Thread daniel bellido
Hello Ivan, Thanks a lot for your reply. Indeed the next step will be to be able to ping from elsewhere than the hypervisor but some additional network configs are required and I didn't look at it yet. So for the moment I'm just trying to ping/ssh my VMs from the hypervisor node where the

Re: Cloudstack 4.11.2.0, Maven Error: testIsMockServerCanUpgradeConnectionToSsl (javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure)

2019-06-03 Thread Rohit Yadav
Eric, you can skip that unit test via pom.xml, or delete that test or pass -DskipTests=true while building using mvn. Regards. Regards, Rohit Yadav From: Andrija Panic Sent: Monday, June 3, 2019 12:57:23 PM To: users Subject: Re: Cloudstack 4.11.2.0, Maven

Re: Unable to ping/ssh my VMs after a stop/start

2019-06-03 Thread Ivan Kudryavtsev
Daniel, why you think you should be able to ping from the hypervisor? Normally, you have to add ip in the same net to the bridge to ping tun/tap. I'm not sure, but if it doesn't work after the step above, check your iptables/ebtables to check every rule is ok. Commands: Iptables-save Ebtables -t

Unable to ping/ssh my VMs after a stop/start

2019-06-03 Thread daniel . bellido
Hello, I'm a new cloudstack user. I've started with a fresh install on 2 ubuntu 18.04 boxes : 1 for the management server , 1 for a KVM node. I'm able to create ubuntu VMs to which I can connect via ssh from the KVM node. But when I stop/start the VMs, I can no longer ping or ssh the VMs.

Re: Cloudstack 4.11.2.0, Maven Error: testIsMockServerCanUpgradeConnectionToSsl (javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure)

2019-06-03 Thread Andrija Panic
Hi Eric, please check email thread on DEV ml, from Rohit, titled "Master breaking with jdk 1.8.0_201+" from 13th May I believe - perhaps you are hitting the same issues - i.e. try to keep your jdk lower version than this. "I've found the issue to be specific to newer JDK versions that disable