Why do I get 404: component not found error when calling a function from MPS?

10 views (last 30 days)
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?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Nov 2025
Even if the CTF archive is located in the correct location, it will not be able to be properly read if the version of MATLAB Runtime used by MATLAB Production Server does not match the version that was used to compile the CTF archive. To resolve this issue, please be sure that these two MATLAB Runtime versions are the same.

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!