[
https://issues.apache.org/jira/browse/UIMA-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15555812#comment-15555812
]
Burn Lewis commented on UIMA-5126:
----------------------------------
Problem starts with:
class load: javax/xml/transform/FactoryFinder from:
/opt/ibm-java-x86_64-70-SR4/jre/lib/xml.jar
In working case it finds:
class load: com/ibm/xtq/xslt/jaxp/AbstractTransformerFactory from:
/opt/ibm-java-x86_64-70-SR4/jre/lib/xml.jar
class load: com/ibm/xtq/xslt/jaxp/compiler/TransformerFactoryImpl from:
/opt/ibm-java-x86_64-70-SR4/jre/lib/xml.jar
in failing case:
class load: net.sf.saxon.jaxp.SaxonTransformerFactory from:
file:/users1/burn/Downloads/Saxon/saxon9he.jar
class load: net.sf.saxon.TransformerFactoryImpl from:
file:/users1/burn/Downloads/Saxon/saxon9he.jar
So far I've found place when we pass a null to the startElement method (should
be "")
> UIMA-AS thows an NPE if saxon9he.jar is in the classpath
> --------------------------------------------------------
>
> Key: UIMA-5126
> URL: https://issues.apache.org/jira/browse/UIMA-5126
> Project: UIMA
> Issue Type: Bug
> Components: Async Scaleout
> Reporter: Burn Lewis
> Priority: Minor
> Fix For: 2.9.0AS
>
>
> Works OK if saxon8 is in the classpath. Failure occurs when replying to a
> getmeta request. The stack trace is in UIMA-5117
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)