昨天又在使用vmware server 2.0 出现了两个很重要的问题,以致无法使用,本人花了3个小时的时间,终于找出来错误的原因,现在发表在这里,供大家参考!
1.安装后在配置时web Access 一直无法启动,
/etc/init.d/vmware-mgmt restart 也是无法正常启动
查看日志:
vim /var/log/messages
Mar 16 15:44:00 file VMware[init]: /usr/lib/vmware/bin/vmware-hostd: error while loading shared libraries: /usr/lib/vmware/vmacore/libvmacore.so.1.0: cannot restore segment prot after reloc: Permission denied
解决办法:
/etc/SELinux/config
SELinux=permissive
然后要reboot
2.在浏览器中输入 server not avilalbe 此为503错误
查看日志
#vim /var/log/vmware/webAccess/proxy.log
[2010-03-16 17:53:22,479,http-8308-1<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:54:15,872,http-8308-2<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:56:26,489,http-8308-2<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:56:34,657,http-8308-1<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:56:36,176,http-8308-2<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:56:37,743,http-8308-1<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:56:40,590,http-8308-2<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
[2010-03-16 17:56:43,665,http-8308-1<=>,RequestProcessor] Error processing action request /action/login : [ServiceNotAvailableException] (503)Service Unavailable
解决办法
[root@file ~]# vim /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
#192.168.3.196 file.yourdomain.com localhost
127.0.0.1 file.yourdomain.com localhost
::1 localhost6.localdomain6 localhost6
将hosts文件中第一行不要写当前IP,要写成127.0.0.1,此时问题解决
阅读(3717) | 评论(0) | 转发(1) |