You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Pa...@lotus.com on 2000/08/28 21:53:53 UTC

Re: does xalan-1.2d01 require jvm1.2?

Donald asks:
does xalan-1.2d01 require jvm1.2?

No,  actually it was build with version 1.1.8 of the JVM.  What was the
exact error
that you got?

Paul


Re: does xalan-1.2d01 require jvm1.2?

Posted by Donald Ball <ba...@webslingerZ.com>.
On Mon, 28 Aug 2000 Paul_Dick@lotus.com wrote:

> 
> Donald asks:
> does xalan-1.2d01 require jvm1.2?
> 
> No,  actually it was build with version 1.1.8 of the JVM.  What was the
> exact error
> that you got?

Error found handling the request.

java.lang.IncompatibleClassChangeError: Unimplemented interface method
                                at
sun.net.www.MimeTable.(MimeTable.java:20)
                                at
org.apache.xalan.xslt.XSLTEngineImpl.createResultTreeFrag(XSLTEngineImpl.java:2083)
                                at
org.apache.xalan.xslt.ElemVariable.getValue(ElemVariable.java:180)
                                at
org.apache.xalan.xslt.ElemVariable.execute(ElemVariable.java:146)
                                at
org.apache.xalan.xslt.Stylesheet.pushTopLevelVariables(Stylesheet.java:976)
                                at
org.apache.xalan.xslt.Stylesheet.pushTopLevelVariables(Stylesheet.java:945)
                                at
org.apache.xalan.xslt.XSLTEngineImpl.resolveTopLevelParams(XSLTEngineImpl.java:3035)
                                at
org.apache.xalan.xslt.StylesheetRoot.process(StylesheetRoot.java:432)
                                at
org.apache.xalan.xslt.XSLTEngineImpl.process(XSLTEngineImpl.java:631)
                                at
org.apache.cocoon.transformer.XalanTransformer.transform(XalanTransformer.java:101)
                                at
org.apache.cocoon.processor.xslt.XSLTProcessor.process(XSLTProcessor.java:110)
                                at
org.apache.cocoon.Engine.handle(Engine.java:305)
                                at
org.apache.cocoon.Cocoon.service(Cocoon.java:167)
                                at
javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
                                at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
                                at
org.apache.jserv.JServConnection.run(JServConnection.java:188)
                                at java.lang.Thread.run(Thread.java)

or

Error found handling the request.


java.lang.NoClassDefFoundError: org/apache/xalan/xslt/ResultTreeFrag
                                at
sun.net.www.MimeTable.(MimeTable.java:20)
                                at
org.apache.xalan.xslt.XSLTEngineImpl.createResultTreeFrag(XSLTEngineImpl.java:2083)
                                at
org.apache.xalan.xslt.ElemVariable.getValue(ElemVariable.java:180)
                                at
org.apache.xalan.xslt.ElemVariable.execute(ElemVariable.java:146)
                                at
org.apache.xalan.xslt.Stylesheet.pushTopLevelVariables(Stylesheet.java:976)
                                at
org.apache.xalan.xslt.Stylesheet.pushTopLevelVariables(Stylesheet.java:945)
                                at
org.apache.xalan.xslt.XSLTEngineImpl.resolveTopLevelParams(XSLTEngineImpl.java:3035)
                                at
org.apache.xalan.xslt.StylesheetRoot.process(StylesheetRoot.java:432)
                                at
org.apache.xalan.xslt.XSLTEngineImpl.process(XSLTEngineImpl.java:631)
                                at
org.apache.cocoon.transformer.XalanTransformer.transform(XalanTransformer.java:101)
                                at
org.apache.cocoon.processor.xslt.XSLTProcessor.process(XSLTProcessor.java:110)
                                at
org.apache.cocoon.Engine.handle(Engine.java:305)
                                at
org.apache.cocoon.Cocoon.service(Cocoon.java:167)
                                at
javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
                                at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
                                at
org.apache.jserv.JServConnection.run(JServConnection.java:188)
                                at java.lang.Thread.run(Thread.java)

- donald