404 errors with web version of Marvin Sketch

User 2bca917f93

21-09-2009 14:59:33

I am getting a 404 on the following file when loading the 5.2.04 Marvin sketcher:


/root_directory/marvin_5_2_04/META-INF/services/com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager


I've seen a few posts related to this and it may have something to do with the server's Java version, but I have not been able to figure this out.  Also, the sketcher appears to work without any problems.  Should I just ignore these errors?


Thanks.

ChemAxon 7c2d26e5cf

22-09-2009 09:10:16


I am getting a 404 on the following file when loading the 5.2.04 Marvin sketcher:

/root_directory/marvin_5_2_04/META-INF/services/com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager


Do not care with this 404 warning. It does not influence the working of MarvinSketch.


A factory method from the javax.xml.transform
package searches the concrete implementation of a class. It tries
loading it from several locations and chooses the first existing one.
Actually the warning about the non-existing URL is a sideeffect of
Sun's searching mechanism.