Project

Profile

Help

Bug #2343

closed

IncompatibleClassChangeError

Added by O'Neil Delpratt about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Internals
Sprint/Milestone:
Start date:
2015-03-31
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:

Description

Reported by user:

The following error occurs when the bytecode generation feature is on:

Exception in thread "main" java.lang.IncompatibleClassChangeError: Class net.sf.saxon.value.StringValue does not implement the requested interface net.sf.saxon.om.NodeInfo

       at EE_main_01585635178.process(file:/P://test.xsl:22)

       at com.saxonica.ee.bytecode.CompiledExpression.process(CompiledExpression.java:66)

       at net.sf.saxon.expr.instruct.Template.expand(Template.java:373)

       at net.sf.saxon.Controller.transformDocument(Controller.java:2119)

       at net.sf.saxon.Controller.transform(Controller.java:1705)

       at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:547)

       at net.sf.saxon.Transform.processFile(Transform.java:1056)

       at net.sf.saxon.Transform.doTransform(Transform.java:659)

       at net.sf.saxon.Transform.main(Transform.java:80)

Please register to edit this issue

Also available in: Atom PDF