I have problems running the simulation using the Gemxpresso211 package and am 
getting the error "I/O error listening socket is unavailable" when running 
the client applet when starting the simulator.

1. I'm starting the simulator with "java com.gemplus.javacard.gse.Simulator 
-port 5000 -card 211_is -version" just fine:
        GSE is starting the simulation of the "GXP211_IS" card
        GSE version 2.09.002 of May 1, 2000
        Supporting VisaOpenPlatform 2.0
        Simulator is listening on port 5000...

2. The following is the code sequence that is supposed to connect to the 
running simulator:
        ..
        SmartCard.start(),
        ..
        CardRequest cr = new CardRequest(0); 
        ..
        // Start simulator
        Simulator gse = new Simulator();   
        gse.start(5000,"GXP211_PK");       

The call to start fails with the following error: --> I/O error listening 
socket is unavailable.
At the same time the simulator shows that somebody did connect:
    Socket connected...
    Connection closed !

What am I missing? Is there any additional configuration that I would need to 
check? Thanks for any input.

In addition, does anybody have a source for documentation for the tools 
provided with the Gemxpresso211 package. Thanks.


---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to