KrakenTyio / eid-javascript-lib

Automatically exported from code.google.com/p/eid-javascript-lib
0 stars 0 forks source link

this.getBEIDApplet().InitLib is not a function under Mac OS X 10.5.8 and FireFox 15 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

We are trying to read eID information using the eid-js lib.
We are using exactly the same example ( eidjavascriptlib18.zip--> deploy on 
TomacatV7 server)

This example works perfectly fine under Safari and Chrome
It doesn't work under Firefox V12+ and IE 5.2.3 

Error msge : this.getBEIDApplet().InitLib is not a function 

Thanks in advance for your help

Sofiane

Original issue reported on code.google.com by nathalie...@gmail.com on 12 Sep 2012 at 10:34

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Can you try the following example:
[example_6u10.html 
http://code.google.com/p/eid-javascript-lib/downloads/detail?name=example_6u10.h
tml&can=2&q=].

It uses another way to load the JNLP files.

Does the example.html work when using Firefox V12+ on Windows?

Johan

Original comment by Johan.De...@gmail.com on 21 Oct 2012 at 6:32

GoogleCodeExporter commented 8 years ago
Hi, 
I am trying to use the eid-js lib and the card reader works correctly under IE 
9, but there is no way to make it work with any of the safari, chrome, firefox, 
maxthon browsers. 
I have an exception message which says '<htmlApplet Element> has no method 
InitLib() '. I have tried many changes, including the one mentioned above, and 
no way.
Many thanks for your help.
Kind Regards
Yas

Original comment by yassinea...@gmail.com on 18 Dec 2012 at 5:09

GoogleCodeExporter commented 8 years ago
Hi Yas,

1) On which Windows version did you test it? Windows XP, Windows 7 or Windows 8.
2) Is it a 32 bit or 64 bit version of Windows?
3) Did you test with a 32 bit or 64 bit version of IE 9?
4) Do you have a 32 bit or 64 bit Java Runtime Environment (JRE)?
5) Are you testing on a webserver (Tomcat, Apache, ASP, ...) or are you testing 
the examples locally on your computer?
6) Is Java enabled in the other browsers? Can you test if Java is enabled by 
going to this webpage http://javatester.org/enabled.html

Kind regards,

Johan

Original comment by Johan.De...@gmail.com on 25 Dec 2012 at 3:55

GoogleCodeExporter commented 8 years ago
Hello,

First thanks for your hard work regarding the javascript lib.

I got the same problem and here is the answer to your questions :

1) Win Seven 
2) 64 bits
3) IE 9 32 Bits version (no mention of 64bits)  , FIREFOX 18.0.1
4) Java Version 1.7.0_07 from Oracle Corporation 
5) Error occur on webserver (apache)
6) Java is enabled on both browser.

The strange behavior seems that :
- If i go on the applet page with firefox -> init error
- If i go to the applet page with IE and then with Firefox , it work on both 
browser 

It seems like a security feature of firefox who prevent applet to load ?

I hope this help , if you need more information feel free to ask :)

PS : Will there be a middleware 4.0 version ?

Best regards,
  Fred

Original comment by frederic...@gmail.com on 22 Jan 2013 at 1:28

GoogleCodeExporter commented 8 years ago
i am eager to hear for a response/solution !

:)

Original comment by tom.vand...@gmail.com on 14 Mar 2013 at 12:39

GoogleCodeExporter commented 8 years ago
Had a similar issue, for me the codebase for beid.jnlp was not filled in: ex
<jnlp codebase="" href="beid.jnlp">  
had to be 
<jnlp codebase="https://localhost:8085/" href="beid.jnlp">
-> found at 
http://sandrinodimattia.net/blog/posts/belgian-eid-and-net-part-3-using-the-eid-
in-dynamics-crm-2011/

Original comment by nielssch...@gmail.com on 14 Mar 2014 at 12:23

GoogleCodeExporter commented 8 years ago
Have a same problem.
I have set the beid.jlnp and beid_java_plugin.jnlp to the right codebase.
Still I have an error.
Can anbybody give me a suggestion, please?

Original comment by juliand...@gmail.com on 20 May 2014 at 12:11