Closed
Bug 422287
Opened 18 years ago
Closed 18 years ago
Live connect is broken
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 421855
People
(Reporter: mossop, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
274 bytes,
text/html
|
Details |
Load the testcase if you have java installed.
You should see the current date. On Firefox 2 it works. On Firefox 3 it does not work.
Additionally the javascript is failing at the attempt to instantiate java.lang.Date without throwing any message into the error console, just a silent failure.
Flags: blocking1.9?
| Reporter | ||
Comment 1•18 years ago
|
||
Works ok on Windows, so looks like a Mac only issue.
| Reporter | ||
Comment 2•18 years ago
|
||
Debug log:
For application/x-java-vm found plugin MRJPlugin.plugin
[loaded plugin /Users/dave/mozilla/build/minefield-debug/plugin/oji/JEP/MRJPlugin.plugin]
### MRJPlugin: getPluginBundle() here. ###
### MRJPlugin: CFBundleGetBundleWithIdentifier() succeeded. ###
### MRJPlugin: CFURLGetFSRef() succeeded. ###
WARNING: CreateSecureEnv OK: file /Users/dave/mozilla/source/trunk/mozilla/modules/oji/src/ProxyJNI.cpp, line 1729
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
initialization error: Can't load class netscape/javascript/JSObject
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
MRJ Plugin JEP: JavaScript-to-Java LiveConnect failed -- no security manager!
initialization error: Can't load class java/lang/Object
LiveConnect was unable to reflect one or more components of the Java runtime.
Go to http://bugzilla.mozilla.org/show_bug.cgi?id=5369 for details.
| Reporter | ||
Comment 3•18 years ago
|
||
Simple litmus testcase:
Visit the testcase.
In a machine with java installed and enabled it should display todays date.
In a machine without java or with java disabled or blocklisted it should display nothing, the error console should display an error about java being undefined.
Flags: in-litmus?
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 5•18 years ago
|
||
I created https://litmus.mozilla.org/show_test.cgi?id=5283 in the duped bug to cover this case.
Flags: in-litmus? → in-litmus-
| Reporter | ||
Updated•17 years ago
|
Flags: blocking1.9?
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•