Problem cast MWBuiltInArray to MWNumericArray

Hi,
I have trouble using the MCR with Java. I have a function that I call every 40 seconds that works fine for about 39 hours and suddenly I get this error message:
java.lang.ClassCastException: com.mathworks.toolbox.javabuilder.MWBuiltinArray cannot be cast to com.mathworks.toolbox.javabuilder.MWNumericArray
Every single time I try to access the function after it first failed I get the same message and after some more hours the whole software just stops.
This error appears when I try to access the output list of the function:
this.flag = ((MWNumericArray) output.get(0)).getDouble();
The value I try to access is initialized at 0 and under certain circumstance can become 1. No other value is possible.
My function usually takes 1000ms-ish to process but when it first fails it lasted for around 500~600ms and then it seems it doesn't go to the function anymore as it spends less than 1ms in it.
Does anyone have an idea why would that be?

2 个评论

Memory leak? Or just plain too big an array at that point? What size is your java heap set to?
All the datas I use are alike. they're all the same size. I've tryed using the function unitarily on a set of data that failed it works fine so it seems it is because it was running for too long. If it was a memory leak I doubt it would be so precise it's always exacly afetr the same amout of time. I set the heap size at 1Go but other operations are performed by the software so it doesn't mean anything. Furthermore I don't keep the MCR open, I close it every single time I call it.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息

标签

提问:

2012-12-26

Community Treasure Hunt

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

Start Hunting!

Translated by