Tomcat
訪問 CloudStack UI 時出現 HTTP 狀態 404 錯誤
我已經按照本指南安裝了 CloudStack 管理伺服器:
版本
- 雲棧:4.9
- 中央作業系統:6.8
最後我啟動伺服器:
# cloudstack-setup-management Starting to configure CloudStack Management Server: Configure Firewall ... [OK] Configure CloudStack Management Server ...[OK] CloudStack Management Server setup is Done!
並從瀏覽器訪問它:
http://192.168.33.101:8080/client
我收到了這個錯誤:
HTTP Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/6.0.24
為什麼?
看起來 apache 無法連接到 Cloudstack 數據庫。請檢查 mysql 服務是否正在執行並且 csm 是否指向正確的數據庫伺服器。
您可以重新初始化數據庫:
# cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password>
然後啟動管理伺服器:
# cloudstack-setup-management