apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
1.84k stars 1.07k forks source link

Many "Unknown API command" errors in version 4.11.3 #4080

Closed jl0x61 closed 4 years ago

jl0x61 commented 4 years ago
ISSUE TYPE
COMPONENT NAME
API
CLOUDSTACK VERSION
4.11.3
CONFIGURATION
OS / ENVIRONMENT

Ubuntu 18.04.3 LTS

SUMMARY

I installed Cloudstack 4.13.1 yesterday but the system VMs were stuck at "starting". So I switch to version 4.11.3 today. The system VMs is running correctly. But there are many "Unknown API command" error when I click the management web UI. For example:

When I look up API Reference of version 4.11.X, thoes APIs doesn't exist actually. But why the web UI of 4.11.X invoke them?

STEPS TO REPRODUCE

Install CloudStack downloaded from http://download.cloudstack.org/ubuntu/dists/xenial/4.11/pool/
EXPECTED RESULTS
No "Unknown API command" error.
ACTUAL RESULTS
Many "Unknown API command" errors.
rohityadavcloud commented 4 years ago

How did you switch back to 4.11.3? It appears the 4.13.1 UI was not removed, can you try reinstalling the 4.11.3 management server package?

jl0x61 commented 4 years ago

@rhtyd I use dpkg -P to remove all the packages of 4.13.1 and install 4.11.3. I don't know the reson, so I go back to version 4.13.1 and it is running correctly now...