Closed
Bug 157584
Opened 23 years ago
Closed 21 years ago
java applet dies
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: devotip, Assigned: nidheesh)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a+) Gecko/20020712
BuildID: 2002071208
it may be a java only issue but it works from within ns4.79
Reproducible: Always
Steps to Reproduce:
1. open http://chronocomprod.glmultimedia.com/PRLine/txt/bourse_en.asp
Actual Results: one of the two applets dies
Expected Results: graph
from java console
Java(TM) Plug-in: Version 1.4.0
Using JRE version 1.4.0 Java HotSpot(TM) Client VM
User home directory = C:\WINDOWS
Proxy Configuration: Browser Proxy Configuration
----------------------------------------------------
java.lang.StringIndexOutOfBoundsException: String index out of range: 43
at java.lang.String.charAt(String.java:455)
at sun.applet.ActivatorAppletImageRef$1.run(ActivatorAppletImageRef.java:93)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.ActivatorAppletImageRef.reconstitute(ActivatorAppletImageRef.java:37)
at sun.misc.Ref.get(Ref.java:46)
at
sun.plugin.viewer.context.DefaultPluginAppletContext.getImage(DefaultPluginAppletContext.java:123)
at java.applet.Applet.getImage(Applet.java:226)
at java.applet.Applet.getImage(Applet.java:248)
at Histo2000b.init(Histo2000b.java:207)
at sun.applet.AppletPanel.run(AppletPanel.java:341)
at java.lang.Thread.run(Thread.java:536)
java.lang.NullPointerException
at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:48)
at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:715)
at sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:147)
at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2782)
at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2772)
at Histo2000b.init(Histo2000b.java:208)
at sun.applet.AppletPanel.run(AppletPanel.java:341)
at java.lang.Thread.run(Thread.java:536)
Comment 1•23 years ago
|
||
-> Oji
Assignee: sgehani → joe.chou
Component: XP Apps → OJI
QA Contact: paw → pmac
Comment 2•23 years ago
|
||
I have the same Problem with IE6. I made the experiance that there are a lot of
JAVA-applets which work witn JAVA 1.3 (or NN4.7), but not wiht JAVA 1.4. Can
anyone test this page with java 1.3?
Comment 4•23 years ago
|
||
It seems that the example-URI does no longer exist.
If there are no more examples for this bug we should close it.
Comment 5•23 years ago
|
||
I have tried various Sun Microsystem Java Applets (versions 1.4.1 and of 1.3.1
as requested) from their website using the latest nightly build of Mozilla
(version 1.4a, 16th April 2003 (Gecko build. 20030416)) on the Microsoft Windows
XP platform (NT Version 5.1, build 2600) (service pack 1), using Sun Microsystem
Java 2 platform (Standard edition) version 1.4.1 and the Java applets work as
expected. The original observer may have used a poorly written Java applet or
the observer did not leave enough time for the applet to be downloaded fully or
the Java SDK may had stalled. Again, the Java applets work as expected.
Simon Pang
Footnotes:
Java 1.3.1 demostrations: http://java.sun.com/products/plugin/1.3.
1_01a/demos/applets.html
Java 1.4.1 demostrations: http://java.sun.com/products/plugin/1.4.
1/demos/applets.html
Comment 6•21 years ago
|
||
resolving as invalid,
as original URL can´t be seen, site exists, but page is blank, about:blank.
as original problem was also seen in IE, using then current Java 1.4.0
Or feel free to reopen, and resolve as WORKSFORME according to nearly two year
old comment #5
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•