#12523: Remove Jmol related code that generates 404 not found error
------------------------+---------------------------------------------------
Reporter: gutow | Owner: gutow
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: notebook | Keywords: Jmol, notebook
Work_issues: | Upstream: N/A
Reviewer: | Author: gutow
Merged: | Dependencies: 11503
------------------------+---------------------------------------------------
Any cell that launches Jmol generates an error of the following type
{{{
Failed to load resource: the server responded with a status of 404 (NOT
FOUND) -- http://sagenb.org/home/pub/4316/JmolApplet
}}}
This error does not seem to break Jmol. It appears there is some stray
code that is making an improper call for an applet. The call should be
for {{{JmolApplet0.jar}}} and should be to the directory where Jmol is
stored.
The proper call is being made because Jmol works.
Find the stray code and remove it. Likely locations jmol_lib.js(has been
check), jmol.js(supplied with jmol) and plot3d/base.py.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12523>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.