Closed Bug 88683 Opened 24 years ago Closed 24 years ago

java applet can't initialize

Categories

(Core Graveyard :: Java: OJI, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: pavel1r, Assigned: xiaobin.lu)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010628 BuildID: 2001062815 I'm not sure if it's a browser or site problem. Java applet on the site throws a security exception. In IE and Netscape 4 it works properly. Reproducible: Always Steps to Reproduce: 1. open site http://www.ynet.co.il Actual Results: java news ticker does not run Expected Results: news ticker should run
- occurs on Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010628 Running this with the JRE appletviewer results in this: java.lang.NoClassDefFoundError: netscape/javascript/JSObject at Scroller2001.init(Scroller2001) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Current thread:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin: No AThread OJIPlugin acq Spontaneous pipe=10 Trying to enter spont monitor: 0 OJIPlugin release for:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin releasePipe - exiting spont monitor Current thread:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin: No AThread OJIPlugin acq Spontaneous pipe=10 Trying to enter spont monitor: 0 OJIPlugin release for:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin releasePipe - exiting spont monitor Current thread:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin: No AThread OJIPlugin acq Spontaneous pipe=10 Trying to enter spont monitor: 0 OJIPlugin release for:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin releasePipe - exiting spont monitor Current thread:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin: No AThread OJIPlugin acq Spontaneous pipe=10 Trying to enter spont monitor: 0 OJIPlugin release for:Thread[thread applet-Scroller2001.class,4,http://www.ynet.co.il/home/-threadGroup] OJIPlugin releasePipe - exiting spont monitor java.lang.SecurityException: Evaluation expired, please contact www.netfun.co.il at Scroller2001.init(Scroller2001) 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) Current thread:Thread[Finalizer,8,system] OJIPlugin: No AThread OJIPlugin acq Spontaneous pipe=10 Trying to enter spont monitor: 0 OJIPlugin release for:Thread[Finalizer,8,system] OJIPlugin releasePipe - exiting spont monitor yΰ
>java.lang.NoClassDefFoundError: netscape/javascript/JSObject That'll be a missing implementation of LiveConnect. The sun JRE doesn't support this, I think. Pavel, are you using the sun JRE or another JVM?
I'm using jre
Assignee: asa → edburns
Component: Browser-General → OJI
QA Contact: doronr → shrir
pavel, you do realize you managed to give a 100% useless nonanswer? JRE = Java Runtime Environment. If you get a java app that works in a C# runtime environment then you have one whacky app, otherwise it will only run in a JRE, be it a JVM or a JPM (assuming a Java Physical Machine could exist...). anyways, giving this bug to the sun oji guys. what version of what jre are you running? on windows there are at least: 1.3.0_01, .0_02, .1 and 1.4beta
i'm using sun jre 1.3.1 hope this answer is less useless
Reassign to Xiaobin.
Assignee: edburns → xiaobin.lu
I am using JRE1.3.1 and JRE1.4 to run the url above and I got exception like this: java.lang.SecurityException: Evaluation expired, please contact www.netfun.co.il at Scroller2001.init(Scroller2001) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) I think the applet may use some certificates which has been expired.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Change the bug to INVALID because of the last comment made.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
v
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.