Hello, Mr Osterode,
can you say which variable this is? I find and OCFisStarted, but this is boolean, and it is set to false as required in shutdown(). Thanks! Wolfgang Rosner ___________________________________________________ IP-Web GmbH IT Service & Training Oskar-von-Miller-Stra�e 21 D-92442 Wackersdorf Tel.: +49 (0) 94 31 / 79 05 07 Home Office: +49 (0) 96 33 / 91 97 74 Cell: +49 (0) 170 312 68 52 Fax.: +49 (0) 94 31 / 79 05 08 http://www.ip-web.de [EMAIL PROTECTED] Gunnar Osterode To: "H.Yasudo" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: e> Subject: Re: [OCF] applet reload 27.08.01 10:52 Hi! Whithin the shutdown() method the thread is stopped but the static variable indicating that the thread is running is not be set to 'null'. Because it is a private static variable no workaround is possible. You have to change the code of the shutdown method. Kind regards Gunnar Osterode >We have same problem as follows. >Do you have an idea to solve the problem ? > >H.Yasudo > >----- Original Message ----- >From: "marilen" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, August 20, 2001 5:21 PM >Subject: [OCF] applet reload > > > > Hi, i've found this message which describes exactly my problem. Did you > > found a fix? > > Thanks in advance, Marilen > > > > " Hi, > > > > I've written an applet using OCF and the Java PlugIn. In the method >start() > > I invoke SmartCard.start(). In the method destroy() I invoke > > SmartCard.shutdown(). > > > > If I start the browser an load the applet all works well. OCF is > > initialized and starts polling the reader. Now I move to another site and > > the method destroy is invoked and the 'shutdown' is completed without any > > exceptions. If I now return to the applet the OCF is initialized again > > without exceptions, but it does NOT start polling the reader. > > > > The last trace I get is: > > > > [DEBUG ] opencard.core.service.SmartCard.<start> > > --- message finished > > --- thread Thread[thread > > applet-Test,4,http://www.java-club.de/OCF/EventDriven/-threadGroup] > > --- source class opencard.core.service.SmartCard > > > > ...and then there's nothing but silence. :( > > > > Has anybody recognized similar problems and know how to avoid them?? > > > > Thanks in advance > > > > Kind regards > > Gunnar Osterode" > > > > > > > > --- > > > 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. > > > > > > > >--- > > 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. Celo Communications GmbH Wei�enfelser Stra�e 46a 06217 Merseburg Telefon: 03461-3318161 Fax : 03461-415072 --- > 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. --- > 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.
