Can't connect to Virtualization Manager
Hi All,
I just installed RHEV, following the installation document, and everything seemed to go well. When trying to connect to the admin portal from a web broswer (https://server_name:8443/ or http://server_name:8080), the connection times out. Looking in /var/log/jbossas/rhevm-slimmed/server.log, I see the following error:
java.lang.Exception: No Certificate file specified or invalid file format
at org.apache.tomcat.jni.SSLContext.setCertificate(Native Method)
at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:660)
... etc
A whole bunch of other errors follow (and probably caused by) the above.
When RHEV install completed, I got the "**** Installation completed successfully ****" and the "Additional information" section seemed to indicate that the SSL cert and SSH public keys got created ok.
I am not using iptables and there are no intermnediate firewalls.
I've tried doing a rhevm-cleanup and a reinstall, but the problem persists.
Any ideas?
Regards,
Steve.
Responses
Hi Steve
Did you install the certificateas the first, when you connect to http://server_name:8080 ?
and after that log in as admin.
br,
Peter Calum, DEnmark
Hi Steve
try
netstat -an | grep 8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
service jbossas status
jbossas (pid 1855) is running
service jbossas stop
service jbossas start
br,
Peter
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
