Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Opera 7.60p4: Java woes

4 views
Skip to first unread message

Tais M. Hansen

unread,
Dec 18, 2004, 5:48:54 PM12/18/04
to
Hi,

Opera 7.60p4 seems to have issues with Java. Can't log into my bank anymore.
The login applet keeps crashing on me. Worked fine with p3.

--
Regards,
Tais M. Hansen
OSD

Steven V. Gunhouse

unread,
Dec 19, 2004, 11:46:34 PM12/19/04
to
On Sat, 18 Dec 2004 23:48:54 +0100, Tais M. Hansen <spam...@osd.dk> wrote:

> Hi,
>
> Opera 7.60p4 seems to have issues with Java. Can't log into my bank
> anymore.
> The login applet keeps crashing on me. Worked fine with p3.
>

Does Java work at all? Did you install the same package version (as in,
Qt-static or shared)?

Here's a page which I use to test Java:
http://www.verostko.com/turing-f0.html Not a very complex applet, should
work in any version of Java, though th fact that there are 11 applets on
that page may tax slower machines.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Eirik Byrkjeflot Anonsen

unread,
Dec 20, 2004, 3:27:37 AM12/20/04
to
"Tais M. Hansen" <spam...@osd.dk> writes:

> Hi,
>
> Opera 7.60p4 seems to have issues with Java. Can't log into my bank anymore.
> The login applet keeps crashing on me. Worked fine with p3.
>


Tools->Advanced->Java Console

Are there any error messages?


eirik

Tais M. Hansen

unread,
Dec 24, 2004, 5:03:31 AM12/24/04
to
Eirik Byrkjeflot Anonsen wrote:

>> Opera 7.60p4 seems to have issues with Java. Can't log into my bank
>> anymore. The login applet keeps crashing on me. Worked fine with p3.
> Tools->Advanced->Java Console
> Are there any error messages?

Yes.

java.lang.NullPointerException
at com.ibm.cbt.thinclient.netbank.LogonApplet.start(LogonApplet.java:394)
at com.opera.PluginPanel.startApplet(PluginPanel.java:302)
at com.opera.PluginPanel.run(PluginPanel.java:429)
at java.lang.Thread.run(Unknown Source)

Tais M. Hansen

unread,
Dec 24, 2004, 5:09:36 AM12/24/04
to
Steven V. Gunhouse wrote:

> Does Java work at all? Did you install the same package version (as in,
> Qt-static or shared)?

Same package I've always used ... 5-shared-qt.


> Here's a page which I use to test Java:
> http://www.verostko.com/turing-f0.html Not a very complex applet, should
> work in any version of Java, though th fact that there are 11 applets on
> that page may tax slower machines.

The Java Console gives me the following error:

java.lang.StringIndexOutOfBoundsException: String index out of range: 24
at java.lang.String.charAt(Unknown Source)
at com.opera.PluginContext.getImage(PluginContext.java:127)
at java.applet.Applet.getImage(Unknown Source)
at java.applet.Applet.getImage(Unknown Source)
at marquee1.init(marquee1.java)
at com.opera.PluginPanel.run(PluginPanel.java:425)
at java.lang.Thread.run(Unknown Source)

At first I just saw one big grey box where the applets are supposed to be
running. Dragging the java console window over it and away again removed
the grey box and now I see scrolling yellow zeros and ones.

Tais M. Hansen

unread,
Dec 24, 2004, 5:14:26 AM12/24/04
to
I wrote:

> Opera 7.60p4 seems to have issues with Java. Can't log into my bank
> anymore. The login applet keeps crashing on me. Worked fine with p3.

It does pop up a Java Security requester (A signed applet is requesting
additional privileges...). I click Accept and then it writes "Applet
Crashed" in the applet.

Tried with both Java 1.4.2 and 1.5.0 under Opera 7.60p4.

Tais M. Hansen

unread,
Dec 28, 2004, 5:15:12 PM12/28/04
to
Tais M. Hansen wrote:

> Opera 7.60p4 seems to have issues with Java. Can't log into my bank
> anymore. The login applet keeps crashing on me. Worked fine with p3.

Changed Opera to identify as Opera instead of the default MSIE 6.0 (which
I've always thought was a half-heartedly decision and borderline stupid
default).

The login applet no longer crashes and I can log in again. Not a pretty
sight though. My bank account can't be that bad. It must be a bug in Java
or something. :D

Eirik Byrkjeflot Anonsen

unread,
Dec 30, 2004, 4:18:32 AM12/30/04
to
"Tais M. Hansen" <spam...@osd.dk> writes:


As long as you don't get any SecurityException (or whatever they're
called) in the Java Console, I would think that the "additional
privileges" isn't the problem. A NullPointerException in
com.ibm.cbt.thinclient.netbank.LogonApplet.start doesn't tell me much
about what really goes wrong, though...

eirik

Eirik Byrkjeflot Anonsen

unread,
Dec 30, 2004, 4:28:10 AM12/30/04
to
"Tais M. Hansen" <spam...@osd.dk> writes:

> Tais M. Hansen wrote:
>
>> Opera 7.60p4 seems to have issues with Java. Can't log into my bank
>> anymore. The login applet keeps crashing on me. Worked fine with p3.
>
> Changed Opera to identify as Opera instead of the default MSIE 6.0 (which
> I've always thought was a half-heartedly decision and borderline stupid
> default).
>

Ah, I see. Probably the applet checks for the browser version and
then does something that isn't possible on the current system. That
explains the NullPointerException.

> The login applet no longer crashes and I can log in again. Not a pretty
> sight though. My bank account can't be that bad. It must be a bug in Java
> or something. :D
>
>


There are some problems with java applets and layout from the simple
fact that some things actually look different with different java
implementations. So some items have different sizes on e.g. windows
and linux, thus breaking the pixel-by-pixel layout that is the typical
way of designing java applets.

Many applets I've seen makes edit fields that are so small I can only
see the top two or three pixels of the characters I type...


eirik

Tais M. Hansen

unread,
Dec 31, 2004, 4:43:15 AM12/31/04
to
Eirik Byrkjeflot Anonsen wrote:

>> The login applet no longer crashes and I can log in again. Not a pretty
>> sight though. My bank account can't be that bad. It must be a bug in Java
>> or something. :D
> There are some problems with java applets and layout from the simple
> fact that some things actually look different with different java
> implementations. So some items have different sizes on e.g. windows
> and linux, thus breaking the pixel-by-pixel layout that is the typical
> way of designing java applets.
> Many applets I've seen makes edit fields that are so small I can only
> see the top two or three pixels of the characters I type...

Sure. Many applets have various layout issues, often because of lazy
programmers. But in this case, I was just making a humorous comment about
the current state of my bank account. :)

0 new messages