Closed
Bug 88683
Opened 24 years ago
Closed 24 years ago
java applet can't initialize
Categories
(Core Graveyard :: Java: OJI, defect)
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
Comment 1•24 years ago
|
||
- 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)
Comment 2•24 years ago
|
||
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ΰ
Comment 3•24 years ago
|
||
>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?
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
| Assignee | ||
Comment 8•24 years ago
|
||
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.
| Assignee | ||
Updated•24 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 9•24 years ago
|
||
Change the bug to INVALID because of the last comment made.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•