View Full Version : [ubuntu] VMware Server 2 error - Web service not available
ZebCarnell
October 13th, 2008, 08:57 PM
Hi Guys,
When I'm logging into VMware Server 2 web interface on Hardy I get "Web service not available."
I have got IPv6 disabled:
/etc/modprobe.d/aliases
alias net-pf-10 off
/etc/hosts -
# The following lines are desirable for IPv6 capable hosts
#::1 ip6-localhost ip6-loopback
#fe00::0 ip6-localnet
#ff00::0 ip6-mcastprefix
#ff02::1 ip6-allnodes
#ff02::2 ip6-allrouters
#ff02::3 ip6-allhosts
When I run "sudo /etc/init.d/vmware restart" I get:
Starting VMware services:
Virtual machine monitor done
Virtual machine communication interface done
VM communication interface socket family: done
Virtual ethernet done
Bridged networking on /dev/vmnet0 done
Host-only networking on /dev/vmnet1 (background) done
DHCP server on /dev/vmnet1 done
Host-only networking on /dev/vmnet8 (background) done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
VMware Server Authentication Daemon (background) done
Shared Memory Available done
Starting VMware management services:
VMware Server Host Agent (background) done
VMware Virtual Infrastructure Web Access
Starting VMware autostart virtual machines:
Virtual machines done
Can anyone give me a hand with this one?
Cheers,
Zeb
ZebCarnell
October 20th, 2008, 12:15 AM
Bump
KayEss
October 21st, 2008, 03:59 AM
I get the same error and haven't worked out what to do about it yet.
ZebCarnell
October 26th, 2008, 08:57 PM
Anyone else come across this issue and resolved it?
colinlr
October 28th, 2008, 11:12 PM
VMware Virtual Infrastructure Web Access doesn't seem to have started up, I had a similar problem and used
/etc/rc.d/init.d/vmware-mgmt restart
and all worked fine
dmizer
October 29th, 2008, 11:13 AM
Same problem here.
VMware Virtual Infrastructure Web Access doesn't seem to have started up, I had a similar problem and used
/etc/rc.d/init.d/vmware-mgmt restart
and all worked fine
For Ubuntu, the command is /etc/init.d/vmware-mgmt restart
However, even that did not fix this issue for me. I am still unable to access the web interface either locally or remotely.
leopoldog
October 29th, 2008, 12:05 PM
Hi, I've the same problem.
On my Core 2 Duo the VMWare 2.0.0 Build 116487 works correctly, on the old Pentium 4 I receive the "Web service not available" error.
I've installed the Ubuntu Hardy (last patches) on both machines.
I've tried disabling the IPv6 on the Pentium but I've the same error. Note that on the Core 2 Duo the IPv6 is activated!
On the hostd.log I have this error:
[2008-10-29 17:03:10.334 'Proxysvc' 3074156880 warning] SSL Handshake on client connection failed: SSL Exception:
[2008-10-29 17:03:42.846 'Proxysvc Req00011' 3074156880 warning] PendingServerStrm: client write-completion error: SSL Exception: error:00000001:lib(0):func(0):reason(1)
But I don't known if this error and the "Web access not available" are related.
ask4jm
October 30th, 2008, 05:27 AM
have u tried
http://localhost:8222
or
https://localhost:8333
thanks
leopoldog
October 30th, 2008, 02:22 PM
have u tried
http://localhost:8222
or
https://localhost:8333
thanks
I don't know what have made the others but I've tried to connect with 127.0.0.1, localhost and the machine name and I've tried also with the LAN address but the answer was the same (on the Core 2 Duo all works).
Now I've downgraded the version to the 1.0.7 because I need a working VMware and I can't wait more time. But I can try on a pentium 4 at home to see if I have the same problems.
qlinux
January 14th, 2009, 12:19 AM
It is possible that your system has received a kernel upgrade and vmware has to be reconfigured...
try running this..
sudo /usr/bin/vmware-config.pl
answer all the config questions (I leave all the default answers that are in the [square] brackets) and you should be good.
Hope this helps.
Q!
Elf-king
February 23rd, 2009, 02:33 AM
OK, while I am not running Ubuntu, I ran into a similar issue and as it turned out for me the problem was in the vmware-watchdog script; it was looking for setsid tool which I didn't have on my system so it kept on dying. Installing util-linux-ng helped.
Now this shouldn't really be a problem on most ubuntu systems but, a way to trace YOUR problem may be to remove the redirection to /dev/null from /etc/init.d/vmware-mgmt script around line 905 ...
Specifically the line that says:
$watchdog -s webAccess -u 30 -q 5 "$webAccess $webAccessOpts start" > /dev/null 2>&1 &
Should be replaced by
$watchdog -s webAccess -u 30 -q 5 "$webAccess $webAccessOpts start" > /tmp/webaccess.log 2>&1 &
You can then examine /tmp/webaccess.log to see what's actually going on
Hope this helps.
EK
Corsari
May 25th, 2010, 03:29 PM
Happen to me too.
Tried to re-run vmware-config.pl , no way.
The log output of the watchdog, returns a huge 100Kb file with some java warnings and errors.
Any tip?
Thank you
R.
sbehnam73
July 28th, 2010, 10:03 PM
Hi all,
I had several issues with the VMWare Web UI and serveral browsers.
Most of the issues are caused by the browser settings.
For Firefox this fixed the problem for me:
Edit --> Preferences --> Privacy (Use custom settings for history) --> check Clear_history when Firefox closes.
For (German) IE the solution is:
Extras --> Internetoptionen --> Sicherheit --> Vertrauenswürdige Sites --> Sites ( add there the URL to the VMWare server just like https://blabla.
Thats it :)
before I could see the following errors in "/var/log/vmware/hostd.log"
################################################## ######
endingServerStrm: client write-completion error: SSL Exception: error:00000001:lib(0):func(0):reason(1)
Exception while processing request: SSL Exception: error:00000001:lib(0):func(0):reason(1)
An error occurred reading the SOAP request: The HTTP client closed the stream prematurely.
......
################################################## ######
Hope this helps
Saman
The VMWare Console Plug-in is incompatible with Firefox 3.6 :(.
VMWare is some times a p... in the a...
I personally use KVM for production use and I am very happy with it.
speculatrix
September 9th, 2010, 12:36 PM
On the hostd.log I have this error:
[2008-10-29 17:03:10.334 'Proxysvc' 3074156880 warning] SSL Handshake on client connection failed: SSL Exception:
[2008-10-29 17:03:42.846 'Proxysvc Req00011' 3074156880 warning] PendingServerStrm: client write-completion error: SSL Exception: error:00000001:lib(0):func(0):reason(1)
But I don't known if this error and the "Web access not available" are related.
enable sslv2: http://planetvm.net/blog/?p=1087
curioshop
October 1st, 2010, 02:46 PM
enable ssl v2 in firefox's about:config page.
sw34963
January 5th, 2011, 09:53 PM
enable ssl v2 in firefox's about:config page.
:p This is the only thing that worked for me, thanks Curioshop!
I spent ages looking through logs etc and reinstalling and it was mearly a setting in FF.!! Thanks
EngineerBill
August 23rd, 2011, 07:03 PM
Same problem with Firefox version 6. Typed about:config in the address bar and found security.enable_ssl2, set it to true and the problem was solved! Thanks!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.