RHEV 3 Beta Manager Debug
Hi,
I am evaluating REHV 3 Beta.
I am trying the minimal path. Currently I have just installed RHEV 3 Manager and run rhevm-setup with success.
I have a Windows XP SP3 where I have IE7, and .NET 4.0 installed.
I am visiting: rhev3.mydomain.com:8080/ and trying to use RHEVManager from it.
I am getting this error:
Could not connect to RHEV Manager Service, please try to refresh the page. If the problem persists contact your System Administration.
How to debug this?
* Is there any log file in the machine where Manager is that I could check?
* Is there any debug switch than I can activate so that when visiting RHEVManager from IE7 I get a bunch of debug messages?
Thank you very much for any hint you might give me.
P.S.: The only non-standard thing that I have is that sshd is not listening in port 22 and root cannot login via ssh. Just in case it helps.
Responses
Hi Adrian,
The message means that the GUI could not connect to the RHEV-Manager service, that is running on JBoss. Please check that jbossas service is started, and that the client machine can reach the WPF ports, as described here: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Virtualization/3.0/html/Administration_Guide/List-of-Ports.html
(ports 8006-8009)
Hope this helps,
Dan
Bit of a shot in the dark, but I do like to keep all bases covered - is the RHEV-Manager in the Trusted Sites list in the IE?
Try to also restart the jbossas service, just in case. Then take a look at /var/log/rhevm/rhevm.log, see if there are any errors listed there
The log snippet is not much of an indication of a problem, just a warning. Have you tried using the https access to the GUI instead of http? That's port 8443
Try browsing with IE to:
https://{your host name}:8443/rhevm-rhevm-genericapi/GenericApiService?wsdl
If you get a message like:
"The security certificate presented by this website was not issued by a trusted certificate authority"
then it's a CA certificate not trusted.
If you get a message on host name, then it's dns, and you may work around it using an entry in etc\hosts.
Piccolo Aiuto,
controlla il file /etc/resolv.conf
e controlla l'hostname.
Ho avuto lo stesso problema e l'ho risolto controllando questi file.
----little- english-------
Little Help,
control the file /etc/resolv.conf
e control the name of host
The my problem was solved with these controls.
Mauro
Hi Adrian,
Can we try something a bit different instead:
1. Start up IE, and browse to http://your.rhev-m.com:8080
2. In there, click the "Administrator Portal (no SSL) link
3. At this point you should be presented with the certificate installation prompt, or if you already installed it, you should see the client downloaded and started in the IE window.
4. Once the client is started, you should be presented with the login prompt. As I understand, this is where you get the message about service connection failure.
Please confirm this is exactly how you get to this point
Any firewalls/proxies between your client machine and the RHEV-M?
it seems more and more like you have a rhev-m setup gone wrong, OR there might be some really serious network weirdness happening there. Did RHEV-M install without issues? Any chance of trying to connect to the GUI without virtualbox in the way, some Windows laptop in a dark corner of the building maybe?
Great to hear it worked for you, thanks for keeping at it while we tried to figure out what was going on
Looking at my setup, I also don't see it listening to ports 8006-8009, this is likely a documentation bug I'll report in a minute. These ports were relevant in RHEV 2.x, when the WPF portal was running on IIS, so I do apologise for misleading you there.