ERROR DEBUGGING APPLICATION

Hi,

I tried debugging my application using JCOP Tool Plug-in for Eclipse. But I get this errors in the debug window.

- /term "Remote|localhost:2062"

> /card -a a000000003000000 -c com.ibm.jc.CardManager

ATR: 3BE900008131FE454A434F503431563232A7

ATR: T=1, N=0, IFSC=254, BWI=4/CWI=5, Hist="JCOP41V22"

cm> set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f 255/3/DES-ECB/404142434445464748494a4b4c4d4e4f

cm> init-update 255

cm> ext-auth plain

cm> delete b00000000600010c0502

jcshell: Error code: 6a88 (Reference data not found)

jcshell: Wrong response APDU: 6A88

Ignoring expected error

cm> delete f234123456101000

jcshell: Error code: 6a88 (Reference data not found)

jcshell: Wrong response APDU: 6A88

Ignoring expected error

cm> upload "C:\Documents and Settings\socx\My Documents\Eclipse\workspace\EmployeeBadge\bin\employeeBadge\javacard\employeeBadge.cap"

cm> install -i b00000000600010c0502 -q C9#() f234123456101000 b00000000600010c0502

jcshell: Error code: 6a80 (Wrong data)

jcshell: Wrong response APDU: 6A80

Unexpected error; aborting execution

What is responsible for this?

Also is there any tutorial i can get on using the JCOP Tool Eclipse plug-in to develop JavaCard application.

Regards,

Regards,

[1441 byte] By [socxa] at [2007-10-3 0:37:19]
# 1
Most likely, your applet is throwing an exception in the constructor or the install() method. Can you post your code, it'll be easier for us to help you if we can see what you're actually doing.
mkdataa at 2007-7-14 17:31:11 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

I think your problem in this string:

cm> install -i b00000000600010c0502 -q C9#() f234123456101000 b00000000600010c0502

Try to enter some data in C9#(). I think it's your PIN. For example:

install -i b00000000600010c0502 -q C9#(01020304) f234123456101000 b00000000600010c0502

Message was edited by:

UkrDen

UkrDena at 2007-7-14 17:31:11 > top of Java-index,Java Mobility Forums,Consumer and Commerce...