Tag: Could not connect to https://vcenter_address:7331/
-
Could not connect to vmware console https://vcenter_address:7331/
This usually happens from the vSphere web client while opening a console session with virtual machine. and the log (/var/log/vmware/vsphere-client/logs/vsphere_client_virgo.log) shows something like: [ERROR] Thread-42 System.err INFO:oejsh.ContextHandler:started o.e.j.w.WebApp Context{/console,file:/tmp/jetty-0.0.0.0-7331-console.war-_console-any-/webapp/},/usr/lib/vmware-vsphere-client/server/work/tmp/console-distro/webapps/console.war To fix this set the environment variable VMWARE_JAVA_HOME to proper path: – SSH to vcenter # vi /usr/lib/vmware-vsphere-client/server/wrapper/conf/wrapper.conf – Under Environment variables add: set.default.VMWARE_JAVA_HOME=/usr/java/jre-vmware – Restart…