• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[Java Card Error] 6881: Function not supported - Logical channel not supported/open

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I'm developing an application in Java Card with the following specs:
  • Java Card 2.2.2
  • Global Platform 2.1.1
  • 3DES Visa Open Platform

  • I can already upload the applet on the card, and everything works fine, but when I try to send an APDU command to it, I handle the error bellow:
    "6881: Function not supported - Logical channel not supported/open"

    I've seen that this is related to a byte within the manufacturer's info and/or logical channel through the CLA byte, but I have tried sending everything (1, 2 or 3 for 3DES keys) and it didn't work.

    Additionally, I couldn't find any tutorial, or tip at forums that has helped me with this issue.

    Does anyone know what it could be?
     
    Don't get me started about those stupid light bulbs.
    reply
      Bookmark Topic Watch Topic
    • New Topic