Closed
Bug 58074
Opened 24 years ago
Closed 24 years ago
Java applets not running
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: swalker, Assigned: joe.chou)
Details
I went to the following url: http://www.fightersquadron.com/flightline/
The page had me download the new Java2 JRE (1.3).
The javascripts still don't run, and I get no error messages. I rebooted and
returened to the page, the problem still existed. I checked the Javacontrol
panel to make sure it was looking in the right direcory.
This page works fine in Explorer, StarOffice, and NS Communicator 4.74
Sam
The only JavaScript I see on that page is the stuff that writes out the tracking
image, and it works fine for me (Mozilla 2000102511 from the trunk).
I'll reassign this to the OJI guys, in case it's really a bug in OJI, but you
should also include the Mozilla build you're using.
Assignee: rogerl → edburns
Component: Javascript Engine → OJI
QA Contact: pschwartau → shrir
good for you, but i get out of memory exceptions w/ netscape4.76.
Please try again in one week w/ a newer JRE, the currently available one is
broken, see bug 55537.
Summary: Java scripts not running → Java applets not running
Comment 3•24 years ago
|
||
I see this on linux trunk 2000-11-14-08, jre 1.3.0_01 (from 6.0 release ftp dir).
Confirming. OS -> All
From the Java console:
java.lang.VerifyError: (class: ISO8859, method: HTMLtoISO signature:
(Ljava/lang/String;)I) Unsorted lookup switch
at TickerTape.init(TickerTape.java:108)
at sun.applet.AppletPanel.run(AppletPanel.java:344)
at sun.plugin.navig.motif.MotifAppletViewer.maf_run(MotifAppletViewer.java:127)
at sun.plugin.navig.motif.MotifAppletViewer.run(MotifAppletViewer.java:123)
at java.lang.Thread.run(Thread.java:484)
java.lang.ClassFormatError: mmairstrikemenu (Local variable name has bad
constant pool index)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:142)
at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:221)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:108)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:366)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:579)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1157)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:515)
at sun.applet.AppletPanel.run(AppletPanel.java:293)
at sun.plugin.navig.motif.MotifAppletViewer.maf_run(MotifAppletViewer.java:127)
at sun.plugin.navig.motif.MotifAppletViewer.run(MotifAppletViewer.java:123)
at java.lang.Thread.run(Thread.java:484)
java.lang.VerifyError: (class: ISO8859, method: HTMLtoISO signature:
(Ljava/lang/String;)I) Unsorted lookup switch
at TickerTape.init(TickerTape.java:108)
at sun.applet.AppletPanel.run(AppletPanel.java:344)
at sun.plugin.navig.motif.MotifAppletViewer.maf_run(MotifAppletViewer.java:127)
at sun.plugin.navig.motif.MotifAppletViewer.run(MotifAppletViewer.java:123)
at java.lang.Thread.run(Thread.java:484)
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Unfortunately, this is another applet that is running into the problem with the
more strict classloader in jdk1.3.0_01. This applet needs to be re-compiled
with jdk1.3.0_01 in order to work correctly with Netscape 6.
Connecting http://www.fightersquadron.com/flightline/_fpclass/fphover.class
with proxy=webcache-cup.eng.sun.com:8080
java.lang.ClassFormatError: mmairstrikemenu (Local variable name has bad
constant pool index)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
I have contacted the webmaster at this site. Hopefully they will re-compile
the applets.
Comment 6•23 years ago
|
||
SPAM: reassigning OJI bugs to new QA, pmac. (227 bugs)
QA Contact: shrir → pmac
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: edburns → petersen
Comment 8•22 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•