Closed
Bug 115064
Opened 24 years ago
Closed 16 years ago
Tarantella.com - pages won't load - gives file missing error
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ccurtis0, Unassigned)
References
()
Details
Attachments
(1 file)
3.61 KB,
text/html
|
Details |
Sorry for the vague description here, but if you go to any tarantella server
(the above is a free online demo) Mozilla [Linux; 2001121206 and previous] will
not load the leftmost frame (Java Required). Instead, Tarantella reports a
missing file. However, this works correctly with Netscape 4, IE 5 & 6, and
Konqueror (iirc). The rewritten URL (once you log in) is
http://tarantella.allegrix.net/cgi-bin/ttawebtop.cgi/resources/webtops/sco/tta/demowebtop/locale=en-us/?no=10&ts=Thu+Dec+13+10%3A11%3A56+EST+2001
and I can verify on my own system that this does indeed exist. The URL that
appears in Netscape 4.77 starts with
http://tarantella.allegrix.net/cgi-bin/ttawebtop.cgi/resources/webtops/sco/tta/demowebtop/locale=en-us/left.html?
Comment 1•24 years ago
|
||
using build 2001121312 on Linux with JRE 1.3.1, I do not even get there, here's
Java console output:
Applet Figaro Scroller 1.1
APPLET tag missing CODE parameter.
java.lang.NullPointerException: name
at java.util.zip.ZipFile.getEntry(ZipFile.java:138)
at java.util.jar.JarFile.getEntry(JarFile.java:181)
at java.util.jar.JarFile.getJarEntry(JarFile.java:168)
at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:551)
at sun.misc.URLClassPath.getResource(URLClassPath.java:138)
at sun.misc.URLClassPath.getResource(URLClassPath.java:147)
at java.lang.ClassLoader.getBootstrapResource(ClassLoader.java:827)
at java.lang.ClassLoader.getResource(ClassLoader.java:731)
at java.lang.ClassLoader.getResource(ClassLoader.java:729)
at java.lang.ClassLoader.getResource(ClassLoader.java:729)
at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:895)
at sun.applet.AppletPanel$2.run(AppletPanel.java:587)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:583)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1178)
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.net.MalformedURLException: no protocol: null&px=DIRECT
Tarantella 3.11.903: No proxy server configured.
Tarantella 3.11.903: Commencing Bootstrap
java.net.MalformedURLException: no protocol: null&px=DIRECT
Component: Form Submission → OJI
Comment 2•24 years ago
|
||
-> to component owner
Assignee: alexsavulov → joe.chou
QA Contact: vladimire → pmac
Comment 3•23 years ago
|
||
Confirming on WinXP with JRE 1.3.1 and 1.4.
I think we are using the EMBED tag which doesn't have a CODE attribute, but a
"java_CODE". Does it work if that is changed to "CODE"?
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Comment 4•23 years ago
|
||
This is second frame which loads tarantella applets.
It can be used for testing w/o interferring with 'applet missing CODE attr'
exception.
If you open java console, you'll see message
"Tarantella 3.11.903: No proxy server configured".
You ask me how they do get proxy server?
Well, they do some good job detecting what OS applet is running on and
trying to behave correspondingly. There is only one small problem - they
do that based on value of java property "java.vendor" and test it only
against "Microsoft" and "Netscape" values.... hah, Mozilla uses Sun's
java :-)))
So I propose to close this bug as INVALID
Comment 5•23 years ago
|
||
Well, actually I meant not to close it, but to say that I cannot do anything else,
cause I'm behind firewall :-)
Comment 6•23 years ago
|
||
-->over to Evangelism
From Denis' description, sounds like Tarantella needs to update their web site.
Assignee: joe.chou → aruner
Component: OJI → Plugins
Product: Browser → Tech Evangelism
QA Contact: pmac → mgalli
Version: other → unspecified
Comment 7•23 years ago
|
||
removing myself from cc:
Comment 8•23 years ago
|
||
Updated URL as previous one didn't exist anymore.
Comment 9•22 years ago
|
||
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: Plugins → English US
QA Contact: mgalli → english-us
Summary: Tarantella pages won't load - gives file missing error → Tarantella.com - pages won't load - gives file missing error
Comment 10•16 years ago
|
||
domain gone
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•