You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/20 17:32:16 UTC

DO NOT REPLY [Bug 6584] New: - ClassNotFoundException: IncrementalSAXSource_Xerces

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6584>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6584

ClassNotFoundException: IncrementalSAXSource_Xerces

           Summary: ClassNotFoundException: IncrementalSAXSource_Xerces
           Product: XalanJ2
           Version: 2.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Xalan-CmdLine
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: ml@dina.kvl.dk


I get this for j2sdk1.4.0 (beat2) as well as jdk1.3.1:

Whenever I run

java -cp xalan.jar:xercesImpl.jar:xml-apis.jar org.apache.xalan.xslt.Process -in
<anything> -xsl <anything>

I get the following (as well as the transformation on standard out):

java.lang.ClassNotFoundException:
org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:135)
        at
org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:268)
        at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:624)
        at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1079)
        at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1057)
        at org.apache.xalan.xslt.Process.main(Process.java:864)

This happens for any stylesheet and any xml file. It even happens when I give an
invalid file name for -in (in which case I get the exception above before the
"No such file or directory" message.

Really weird as (a) the transformation works OK and (b) that class is in
xalan.jar.