Matlab Production Server Vs Production Server Compiler tester from Matlab

Why my matlab function its working fine on Matlab Production Server Compiler tester and when i delpoy it it´s not working on Matlab Production Server:
In Production Server Compiler tester:
MPSTester.png
and from Matlab Production Server i get:
MPSworking.png
working fine:
...d-62b1b2503ff0/requests","lastModifiedSeq":1,"state":"READING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":2,"state":"IN_QUEUE","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":2,"state":"IN_QUEUE","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":2,"state":"IN_QUEUE","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":2,"state":"IN_QUEUE","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":3,"state":"PROCESSING","client":"client100"}
...d-62b1b2503ff0/requests","lastModifiedSeq":4,"state":"READY","client":"client100"}
and then
{"error":{"id":"","message":"Invalid values","stack":[{"file":"C:\\MPS\\Dashboard\\mps_workspace\\Instances\\mps_8\\.mps_deployed\\CASI_test\\value_selection.m","line":65,"name":"value_selection"},{"file":"C:\\MPS\\Dashboard\\mps_workspace\\Instances\\mps_8\\.mps_deployed\\CASI_test\\CASI_test\\CASI_test.m","line":24,"name":"CASI_test"}],"type":"matlaberror"}}

1 Comment

What's the line 65 of value_selection.m doing?
You didn't find any error when you put a breakpoint on the same line in Production Server Compiler Test Client mode?

Sign in to comment.

 Accepted Answer

File is working fine that´s why works on Production Server Compiler Tester.
I already found the error, was at compile time i needed to add a folder for the compiler to found an specific file that the analyser was not finding, it instead was finding another file with the same name, thats why the compiler did not give errors and the compilation was fine.
Thanks.

More Answers (0)

Categories

Products

Release

R2018b

Community Treasure Hunt

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

Start Hunting!