JimmyXC commented on issue #11189: URL: https://github.com/apache/cloudstack/issues/11189#issuecomment-3106399267
> [@JimmyXC](https://github.com/JimmyXC) , You have a DB initialisation error. There are Spring and SQL exceptions from the start of your log, which usually means a DB configuration error. Next, it looks like your systemvm template is the x86 version. I think an arm64 version is needed. It might be that x86 is just the default as nothing is loaded in the first place due to the errors above. Yes, the problem lies in the architecture recognition issue. We confirmed that the uploaded template file is for arm64, but it seems that the code fails to recognize the current system's architecture and thus defaults to x86. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org