JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Experiencing 6F00 when calling one method many times
Experiencing 6F00 when calling one method many times
I have completed a javacard applet. And there is a method which is used to generate a hash result. When I uploaded my applet in card and call this method, it worked fine and returned expected result. But when I put it to a loop and call this method for many times. After about 90 times, it only returned 0x6F00. What does this status mean?
Re: Experiencing 6F00 when calling one method many times
That error may be due to out of memory.
Re: Experiencing 6F00 when calling one method many times
add a try-catch block to your code and check the getReason() method of the exception
Re: Experiencing 6F00 when calling one method many times
Thank you very much for all the answers! My problem was solved!
It's just because of memory leaks in my applet. So for the memory of objects and arrays allocated via new keyword, I did them in the applet constructor. Thanks again~
It's just because of memory leaks in my applet. So for the memory of objects and arrays allocated via new keyword, I did them in the applet constructor. Thanks again~
Who is online
Users browsing this forum: No registered users and 22 guests