xsl-list
[Top] [All Lists]

RE: Saxon8 ok but Saxon8.2 crashes

2004-12-31 06:19:16
Saxon 8.2 requires JAXP 1.3.

Please read the installation instructions: to run Saxon 8.2 you must either
use Java JDK 1.5, or JDK 1.4 plus the separately-downloaded JAXP 1.3
package.

Michael Kay
http://www.saxonica.com/
 

-----Original Message-----
From: michella(_at_)post(_dot_)ch [mailto:michella(_at_)post(_dot_)ch] 
Sent: 31 December 2004 12:54
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Saxon8 ok but Saxon8.2 crashes

Hi again,

I updated saxon from ver 8 to 8.2. Unfortunately, everything 
won't work
anymore!

Here is the command line used :

java -Xmx256m -jar ..\..\Tools\Librairies\saxon8.jar -o test.txt
..\XML\PM-EA-AA_IA_PA_TA.xml ..\XSL-T\PA_Prozess_pch_Vert.xsl

And here the error message :

Exception in thread "main" java.lang.NoClassDefFoundError:
org/w3c/dom/TypeInfo
        at net.sf.saxon.tree.TreeBuilder.open(TreeBuilder.java:75)
        at 
net.sf.saxon.event.ProxyReceiver.open(ProxyReceiver.java:88)
        at 
net.sf.saxon.style.UseWhenFilter.open(UseWhenFilter.java:45)
        at 
net.sf.saxon.event.ProxyReceiver.open(ProxyReceiver.java:88)
        at 
net.sf.saxon.event.ProxyReceiver.open(ProxyReceiver.java:88)
        at net.sf.saxon.event.Stripper.open(Stripper.java:177)
        at 
net.sf.saxon.event.ProxyReceiver.open(ProxyReceiver.java:88)
        at
net.sf.saxon.event.ReceivingContentHandler.startDocument(ReceivingCon
tentHandler.java:82)
        at org.apache.crimson.parser.Parser2.parseInternal(Unknown
Source)
        at org.apache.crimson.parser.Parser2.parse(Unknown Source)
        at 
org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)
        at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:212)
        at net.sf.saxon.event.Sender.send(Sender.java:110)
        at net.sf.saxon.event.Sender.send(Sender.java:44)
        at
net.sf.saxon.PreparedStylesheet.loadStylesheetModule(PreparedStyleshe
et.java:174)
        at
net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:111)
        at
net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryIm
pl.java:124)
        at net.sf.saxon.Transform.doMain(Transform.java:440)
        at net.sf.saxon.Transform.main(Transform.java:58)


It seems to be a java error... but I'm unable to find the problem...

Regards

Lawrence

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>