Why do I get 404: component not found error when calling a function from MPS?
显示 更早的评论
I am using MATLAB Production Server using Microsoft Azure. I create the deployable archive MATLAB function using productionServerCompiler. I then try to call the function by using POST and GET. When I use GET, I am receiving a 404 error stating that the component was not found. I looked up this error message using this MathWorks Documentation page:
This states that this error message is appearing because the CTF archive was not found. I made sure that the deployable archive (CTF) was located in the auto_deploy folder of the running server instance as mentioned here:
I am compiling the archive using MATLAB R2020b. Why is the archive not being found, and how can I resolve this issue?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deployable Archive Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!