Why do I get the error "MATLAB Web App Server files not found. Verify that MATLAB Runtime appears before any installed version of MATLAB" while starting Web App Server?

21 views (last 30 days)
I have installed Web App Server after following the instructions given on documentation.
When I try to start Web App Server server executable, I receive the error -
"MATLAB Web App Server files not found. Verify that MATLAB Runtime appears before any installed version of MATLAB".
How to fix this?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 12 Apr 2018
This error is thrown when Web App could not find the required files, because a supported version of MCR is either not installed or it is not added to Windows PATH system environment variable before any installed version of MATLAB.
To resolve this issue, make sure you have installed correct version of MCR and added the MCR folder location to PATH environment variable before any other MATLAB/MCR folders.
The default location would be-
C:\Program Files\MATLAB\MATLAB Runtime\v94\runtime\win64
Once you change the PATH, Web App Server will pick up the necessary files from MATLAB Compiler and it will run smoothly.
Hope this helps!

More Answers (1)

cui,xingxing
cui,xingxing on 23 Apr 2019
微信截图_20190423120425.png
By following the above, my environment variable is set as shown Figure,but it does't work! same error ? my matlab release 2019a

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!