Applet on-card execution problems

Hello,
I am a beginner in JavaCard technology. I use Infenion jTOP cards with two different both contact and contactless readers.
The applets, that I'd developed using trial version of Aspects Developer 2.1, were working correctly with simulator of refrenced tool.
But when I uploaded them into card and send apdu-commands were returning error 6F 00.
I fixed with trial-and-error method that every call of API-classes, inner classes of my applet or even global array-object provoke this error.
Now am trying to solve this problem. Might You help me, please?

Dear Colleague,
Which version of jTOP you are using? Which APDU command issues 6F00 return code?
Dmitri

Similar Messages

  • Class 6 SD card causes problems / lock ups in Droid 2 Global

    My Droid 2 Global phone came with an 8GB SD card and I want to increase it to a 16GB card.  I purchased an adata 16GB Class 6 micro SD card.
    I copied all my data from my 8GB card to my laptop.  I then copied the data from the laptop to the 16GB card.  Put it in the phone and started the phone. 
    The phone had difficulty seeing the SD card and locked up.  Removed battery, reinstalled, restarted.  Similar problem.  Tried various apps and calls - worked (poorly) on some tasks, and locked up on others.
    Formatted the card in the camera and then used the USB cable to move data from the laptop - similar symptoms.
    Formatted the card in the laptop, placed the card in the phone, and used the USB to copy data to the card - same problems.
    Stepped up the process by performing a hard reset on the phone, formatting the SD card, reinstalled apps and tested before adding personal data - still locks up.
    I reset the phone again and put my original 8GB card in - once apps were reinstalled and data was pulled onto the card and everything works normally.
    I really want to use the larger SD card, but I haven't been able to get it functioning..
    I even saw a message somewhere that stated the Droid 2 has problems with Class 6 cards but have found nothing supporting that concept.
    Any ideas?
    Thanks, Grandpa777

    When I replaced the SD in my D2G card with a 16GB one, I researched several cards and class ratings.  Two things seemed to crop up over and over.  Class ratings as an indication of maximum speed are not the same across manufacturers.  Some Class 2 were faster than Class 4 and class 4 faster than Class 6, etc.  Not all, but it was a crap shoot.  Second, Class 10 cards did not work well in all Droids, nor did some Class 6. So I bought the following: 
    SanDisk 16 GB microSDHC Flash Memory Card SDSDQ-016G Class 2.
    It has worked flawlessly for 8 months.  And seems fast enough for my needs.
    My recommendation, for what it's worth: Buy a 16GB SanDisk SD card no higher than Class 4.

  • I have a ipod touch and i got it for christmas with an iTunes card .the problem is that i downloaded videos and now it said that there is not enough space and i only downloaded 8 and now 5 don't download how do i erase them.can  get my money back

    i have a ipod touch and i got it for christmas with an iTunes card .the problem is that i downloaded videos and now it said that there is not enough space and i only downloaded 8 and now 5 don't download how do i erase them.can  get my money back

    Whatever you read about iTunes is wrong unless you're actually referring to feature movies, not videos. Videos, apps, music and iBooks you can re-download:
    http://support.apple.com/kb/ht2519
    Download to your computer and then sync to your iPod touch whatever will fit.
    And no, I can't say with certainty that they won't give you a refund, but it's unlikely. The most probable outcome, if you do indeed mean movies, not TV shows or other videos, is that they would set up an additional download. For other content they'll probably just direct you to the same instructions on re-downloading I just posted.

  • Video Or Graphic Card Driver Problem After Clean And Re-Install Windows 7 32-bit

    Video Or Graphic Card Driver Problem After Clean And Re-Install Windows 7 32-bit I m Tired I m Finding & Finding Drivers
    But I Wont be Able To Play Games & Other Apps  Please Solve This And Give Me Link For Video Card Driver Or
    Graphic Card Driver For Windows 7 32-bit (x86)
    THANKS
    PROFESSOR TOM........................................

    Hi:
    See if this W7 32 bit graphics driver works...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-100029-2&cc=us&dlc=en&lc=en​...

  • N97 memory card. big problem

    Hi all, I have the latest firmware installed on my N97, but after the latest upgrade (clean install was done, mass mem refromatted, hard reset,  etc') On checking over the phone I started getting messages that the Mass mem' was full (rubbish) I eventually traced it to my 8 gig mem' card, cos after this was removed the phone worked perfectly again, I tried reformatting the card via the pc , same problem when the card was put back in, tried a brand new card , same problem, lastly tried a known working 4 gig mem' card, same problem???? anyone have ANY  idea whats happening here?  and how to fix this???
    Regards to all..........

    I forgot to say that I get the message thet the memory card is corrupt but it is not, as I have tried 3 different cards (working ok ijn other phones) all reformatted to fat 32 and each time a card is inserted the phone slows down and displays the message that mass mem' is full and on checking the card I get "card is corruupt" message!

  • Will multiple Lan cards cause problems using rmi?

    Will multiple Lan cards cause problems using rmi? If a host has two or more network cards (only one of which is Internet-enabled), how does RMI know which IP address to use? There seems to be a problem when such a client registers with an RMI service, and has a client-side callback method invoked by the server.

    You can tell RMI the address you want by defining java.rmi.server.hostname at the JVM which exports the remote object.

  • I want to change the payment mode to credit card the problem that am still having some cents in my account how i can fix it ?

    I want to change the payment mode to credit card the problem that am still having some cents in my account how i can fix it ?

    You need to contact Apple so they can zero out the balance for you >  Contacting Apple for support and service

  • Second Time, RFC execution Problem!

    Hi all,
    Has any one encountered this problem, when calling RFC First time fine and getting data from BAPI, when i call same RFC again, Second Time, RFC execution Problem!. Any idea!, Now i restarted server, that may cause the problem. Other than this, please give me your idea.
    Thanks
    Ravi Golla

    Hi Bhavik,
    <b>In View Controller:</b>
    public void onActionCreateProject(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionCreateProject(ServerEvent)
        wdThis.wdGetArchCompController().CreateProject();
         wdThis.wdFirePlugOutToProjectCreationResult();
        //@@end
    <b>In Custom Controller:
    </b>
    wdDoInit()
    __Arch__Arm_Project_Create_Input create = new __Arch__Arm_Project_Create_Input();
         wdContext.node__Arch__Arm_Project_Create_Input().bind(create);
    public void CreateProject( )
        //@@begin CreateProject()
         try
                             wdContext.current__Arch__Arm_Project_Create_InputElement().modelObject().execute();
                             wdContext.nodeOutput().invalidate();
                        catch(WDDynamicRFCExecuteException ex)
                             wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(ex.toString());
                             ex.printStackTrace();
        //@@end
    I am using other functional modules they all working fine, this is one only has problem
    Thanks  Bhavic.
    Regards
    Ravi

  • From paid to free because of the credit card billing problem?

    Hi, I have recently received an email.
    It told me that my Creative Cloud membership has been transitioned from paid to free because of the credit card billing problem.
    However, I have checked my credit card bill and found that already charged me for the Photography Program.
    How could I fix it?

    Hi Risching,
    Welcome to Adobe Forum,
    I have checked the order number, the renewal date was January 26th 2014, the Bank had not permitted the transaction, please contact the Bank & respond back.
    Please inbox me in private & I will follow it up accordingly.(the space allocated is still reflecting as 20 gb)
    Regards,
    Rajshree

  • HDR CX380 card slot problem

    Purchased HDR CX380 Nov.29,2013. Returned for repair Nov.12,2014. Could not insert card in SD slot. This was on EVENT ID: E60644077. Now on June 30,2015, card will not click into place in slot. Have only used slot a maximum of 3 times since the repair. A $400.00 camera should not have these issues. We have 2 Sony TV's, DVD Player, and other equipment. I expect a company with the reputation of Sony to do something about this continuing SD card slot problem. IF NOT, I will be forced to find another camera without the Sony name on it. 

    Hi gregruthswanson,
    Pls ensure you are using the supported type and capacity of Memory Card media for use with the camera. Insert the Memory Card in a correct direction until it clicks. Push the center portion of the visible edge of the memory card (pls see this guide for instructions) .
    You can also try to use other memory cards just to make sure that the memory card you're currently using isn't damaged.
    If the issue is still unresolved, service may be required.
    If my post answers your question, please mark it as "Accept as Solution"
    Thanks. -Anthony
     

  • Rules of installing JAVA applet to card

    Hi !
    I just started studying JAVA card.
    Please let me know JAVA card world.
    I want to know rules of installing JAVA applet to card.
    I read "java_card_kit-2_2_2-rr-doc-protprofile-overview",
    and understand "closed card / open card".
    Could you teach me where more detail specification is.

    Hi !
    I just started studying JAVA card.
    Please let me know JAVA card world.
    I want to know rules of installing JAVA applet to card.
    I read "java_card_kit-2_2_2-rr-doc-protprofile-overview",
    and understand "closed card / open card".
    Could you teach me where more detail specification is.

  • QA08 execution problem

    Hi all,
    QA08 execution problem, one material lying in QA32 stock that is cancel condition only (qa32 status for the material is LTCA, CALC) so I canu2019t deactivate the insp type through QA08, kindly help me to solve the problem.

    Hi,
    Thanks a lot your suggestion is 100% correct, problem has solved.
    Regards,
    Karthick.

  • Card Reader problem with MSI K8T Neo

    Hi,
    I have the K8T Neo motherboard, and every once and a while my Atech Flash 9 in 1 card reader  (http://www.newegg.com/app/ViewProductDesc.asp?description=20-176-003&depa=0) doesn't power up, thus I can't use it.
    What's odd is that all my other USB devices work flawlessly.
    The only way I'm able to use the card reader again is to power down my computer and then flip the power switch on the psu, then turn it back on, or unplug the reader from the usb header on the motherboard and plug it back in.
    I've noticed other people have had similar issues...
    Any ideas what causes this, or any ideas on how to fix this?
    Bio Haz

    Yes, I had the same hanging problems as well with older BIOS versions then 1.7.
    But that isn't the problem I'm talking about, the computer always starts up, it's just a matter if the usb reader will work or not.
    Maybe MSI has yet to make a BIOS that is compatible with all card readers.
    BioHaz
    Quote
    Originally posted by me_AMD
    ...yes, I had USB card reader problems but it caused the computer to hang during POST, and that was fixed with BIOS v1.7...
    ...I've had what you describe happen on another machine with a Mitsumi card reader/floppy drive combo...not sure what caused it...had to disconnect it and then plug it back in...???...

  • APPLET'S STOP METHOD - PROBLEM!!

    I'm learning java on my own, and I have a problem. Could you help me.
    The stop()** method in my applet does not show on the appletviewer until I close the appletviewer.
    I open another program like notepad, but when I come back to the appletviewer it doesen't show!
    It only shows right before I close it.
    Why is that?
    Thanks
    stop() {
    showStatus("STOPPED");

    Dear JustAnotherProgramer,
    pillaged from the docs
    stop
    public void stop()
    Called by the browser or applet viewer to inform this applet that it should stop its execution. It is called when the Web page that contains this applet has been replaced by another page, and also just before the applet is to be destroyed.
    It seems that if you run it in a browser and you go to the other page(same browser) it will be called.
    I guess by changing focus between different application(notepad) it will not work.
    Thank
    Joey

  • Credit card payment problems

    I've tried contacting Adobe over chat to try and resolve this, but the chat applet just hangs each time I've tried it (tested in Safari and Chrome browsers on a 2013 Macbook pro running Mavericks) I've got a couple of messages from Adobe indicating that they couldn't take payment from my credit card.  Same credit card that they've been using for over a year.  I spoke to the credit card company, they say there is no problem with the card and that Adobe has not tried to take payment.  I got them to check twice, so they are 100% sure that this is the case.
    There doesn't seem to be any point in re-entering the credit card details, it's a corporate credit card and nothing has changed.
    I can't find a telephone number to speak to Adobe about this and the emails sent to me are from a "noreply" email address.
    Help!  How do I speak to someone to find out what the problem is and fix it?

    Hi there,
    it seems I have the same problem. But what is worst is that I am receving contradictory messages from Adobe, so I really don't know how to behave!
    On the one hand, I have received an invoice that Adobe sent me on 29th December, attesting the correct payment for my monthly subscription of the Creative Cloud Student and Teacher Edition (one-year). On the other hand, in the "My product and services" page, I still see a message saying "payment error" for the same invoice!
    Now I am extremely worried because if I don't fix this issue my subscription will expire in the next three days, cancelling all my websites hosted on the CC! I have contacted the Adobe help via chat yesterday - they kindly suggested me to update my credit card details and to see what happens on the next day. That's what I did. But still today everytime I open ID or PS I read the message regarding the payment issue!
    It is absolutely crazy that I do have received this invoice from Adobe telling that the payment has been done, but at the same time it seems that there's been an error!
    Please can you help me? It's urgent
    Thank you

Maybe you are looking for