Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

69 85: Conditions of use not satisfied at delete

907202Dec 23 2011 — edited Jan 24 2012
Hi all,

i'm getting the 'Condition of use not satisfied' error 69 58 if i want to delete and reinstall an applet onto the card.



cm> delete -r 68696b6f735f617070
=> 80 E4 00 80 0B 4F 09 68 69 6B 6F 73 5F 61 70 70 00
<= 69 85
Status: Conditions of use not satisfied
jcshell: Error code: 6985 (Conditions of use not satisfied)
jcshell: Wrong response APDU: 6985
Ignoring expected error



I not able to delete the applet by hand with the corresponding delete [-r] command. I'm also not able to delete the packages with the JCOP-Tools I'm using.
I tried to delete the 3 packages in any order because of dependencies with no success.

Considering every thread in here, the problem still exists. Is it possible that any array or something else causes a lock, that the packages cannot be deleted? I also implemented the uninstall() method to set the objects to NULL which are used in the main package.

I'm using GP 2.1.1, JC 2.2.2 and JCOPx 2.4.1 R3

I'm glad about every comment.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2012
Added on Dec 23 2011
3 comments
895 views