shwstppr commented on issue #5035: URL: https://github.com/apache/cloudstack/issues/5035#issuecomment-846759297
Working fine on my local dev env, ``` ⇒ uname -a Linux shwstppr-ThinkPad 5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux shwstppr@shwstppr-ThinkPad:~/lab/shapeblue/cloudstack/packaging|4.15⚡ ⇒ java -version openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04) OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing) shwstppr@shwstppr-ThinkPad:~/lab/shapeblue/cloudstack/packaging|4.15⚡ ⇒ mvn -version OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Listening for transport dt_socket at address: 8787 Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 11.0.11, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-73-generic", arch: "amd64", family: "unix" shwstppr@shwstppr-ThinkPad:~/lab/shapeblue/cloudstack/packaging|4.15⚡ ⇒ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal ``` ``` [INFO] Running com.cloud.utils.rest.BasicRestClientTest 2021-05-24 10:50:00,252 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://fakelocalhost.fakelocaldomain:443/path 2021-05-24 10:50:00,253 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://fakelocalhost.fakelocaldomain:443/path 2021-05-24 10:50:00,713 DEBUG [utils.rest.BasicRestClient] (main:) Executig GET request on https://fakelocalhost.fakelocaldomain:443/path [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s - in com.cloud.utils.rest.BasicRestClientTest ``` @Pearl1594 @Spaceman1984 Are you also getting the same error @rhtyd ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
