Windows error 0x8010002F, -2146435025

Detailed Error Information

SCARD_E_COMM_DATA_LOST[1]

MessageA communications error with the smart card has been detected. Retry the operation.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode16 (0x010)
NameFACILITY_SCARD[2][1]
DescriptionThe source of the error code is the Smart-card subsystem.[2][1]
Error Code47 (0x002f)

Questions

2votes
0answers

Javacard error when trying to create RSA 2048 key pair

I'm developing a piece of code in which I need to create an RSA key pair. My java card is an FM1280-ID006 card which has written in its information sheet that It supports java card 2.2.2 specification. When I try to create an RSA key pair KeyPair(KeyPair.ALG_RSA,KeyBuilder.LENGTH_RSA_2048) and install it [...] read more
javacard
key-pair
1vote
1answer

Trouble Converting Smart Card Program to UWP

I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
uwp
raspberry-pi
smartcard
windows-10-iot-core
smartcard-reader
0votes
1answer

Java smartcardio APDU response timeout

I am using javax.smartcardio to send APDU command to smart card through CardChannel.transmit(CommandAPDU command). However it seems that there is a timeout somewhere defined as I always get sun.security.smartcardio.PCSCException: Unknown error 0x8010002f when I do not recieve APDU response from smart card. It is happening when I would like to [...] read more
java
exception
timeout
smartcard
pcsc
0votes
1answer

Java Card A communication error with the smart card has been detected

I building a project on Java Card using Java Card 2.1.2 SDK and GPShell as the way of communicating with the device.I tested the helloworld example from GpShell and I managed to send Simple APDU . However when I try to send APDU to a bigger .cap file the device [...] read more
java
eclipse
javacard
apdu
0votes
1answer

Getting PCSC Exception 0x8010002f

/** * */ package testing; import javacard.framework.APDU; import javacard.framework.ISO7816; import javacard.framework.Applet; import javacard.framework.ISOException; import javacard.framework.OwnerPIN; import javacard.framework.Util; /** * @author amitp * */ public class Testing extends Applet { final static byte CLASS_ONE = (byte) 0x00; final static byte CLASS_TWO = (byte) 0xA0; final static byte INS_VERIFY = (byte) 0x20; [...] read more
javacard
globalplatform
jcop

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0