openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #07510
Bug#649926: openjdk-7-jre: Cannot access www.bb.com.br. Web banking security enforcing app fails with openjdk-7
tag 649926 + confirmed
thanks
Hi Hugo,
I've done a quick check to www.bb.com.br login and got this error in my
~/.xsession-errors file :
-------------------
java.lang.reflect.InvocationTargetException
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at
sun.applet.PluginAppletSecurityContext$5.run(PluginAppletSecurityContext.java:943)
at java.security.AccessController.doPrivileged(Native Method)
at
sun.applet.PluginAppletSecurityContext.handleMessage(PluginAppletSecurityContext.java:940)
at
sun.applet.AppletSecurityContextManager.handleMessage(AppletSecurityContextManager.java:68)
at
sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:235)
at
sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:78)
Caused by: java.lang.NumberFormatException: For input string: "15000,000000"
at
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1242)
at java.lang.Double.valueOf(Double.java:492)
at java.lang.Double.<init>(Double.java:584)
... 10 more
-------------------
So it seems, that this website does something wrong with formating (","
is the wrong separator for double/float, they should use "." not locale
dependents).
Could you please check that you get the same error message ?
Regards
--
Damien