You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <de...@uima.apache.org> on 2016/10/07 18:13:20 UTC

[jira] [Comment Edited] (UIMA-5126) UIMA-AS thows an NPE if saxon9he.jar is in the classpath

    [ https://issues.apache.org/jira/browse/UIMA-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15555812#comment-15555812 ] 

Burn Lewis edited comment on UIMA-5126 at 10/7/16 6:12 PM:
-----------------------------------------------------------

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

Yes, have started with a try/catch and so far I've found one place when we pass a null to the startElement method (should be "")



was (Author: burn):
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)