You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/10/07 09:58:52 UTC

[jira] Updated: (SM-819) Saxon NullPointerException at INFO level

     [ https://issues.apache.org/activemq/browse/SM-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-819:
-------------------------------

    Fix Version/s: servicemix-saxon-2008.01

> Saxon NullPointerException at INFO level
> ----------------------------------------
>
>                 Key: SM-819
>                 URL: https://issues.apache.org/activemq/browse/SM-819
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-saxon
>    Affects Versions: 3.0.1
>         Environment: Windows XP
>            Reporter: Noseda Anne
>            Assignee: Gert Vanthienen
>             Fix For: 3.2.3, 3.3, servicemix-saxon-2008.01
>
>         Attachments: SASplitterSaxon-1.0-SNAPSHOT.jar
>
>
> Problem with the Saxon Service Engine. 
> When I call my Service Assembly at DEBUG level, no problem and when I call my Service Assembly (without changing anything except log4j.xml) at INFO level, I have a NullPointerException :
> ERROR - SaxonComponent                 - Error processing exchange InOut[
>  id: ID:POC07-2018-1168506505759-2:0
>  status: Active
>  role: provider
>  service: {http://saxon.test.etnic.be}seSaxon
>  endpoint: endpoint
>  in: Unable to display: java.util.EmptyStackException
>  out: null
> ]
> java.lang.NullPointerException
>        at
> net.sf.saxon.event.ReceivingContentHandler.getNameCode(ReceivingContentHandler.java:299)
>        at
> net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:216)
>        at
> org.apache.servicemix.jbi.jaxp.StaxSource.parse(StaxSource.java:136)
>        at
> org.apache.servicemix.jbi.jaxp.StaxSource.parse(StaxSource.java:259)
>        at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:269)
>        at net.sf.saxon.event.Sender.send(Sender.java:124)
>        at net.sf.saxon.event.Sender.send(Sender.java:46)
>        at net.sf.saxon.Controller.transform(Controller.java:1417)
>        at
> org.apache.servicemix.saxon.XsltEndpoint.transformContent(XsltEndpoint.java:97)
>        at
> org.apache.servicemix.saxon.XsltEndpoint.transform(XsltEndpoint.java:74)
>        at
> org.apache.servicemix.saxon.SaxonEndpoint.processInOut(SaxonEndpoint.java:217)
>        at
> org.apache.servicemix.common.endpoints.ProviderEndpoint.process(ProviderEndpoint.java:109)
>        at
> org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:489)
>        at
> org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:441)
>        at
> org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
>        at
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:593)
>        at
> org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:174)
>        at
> org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:176)
>        at
> org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
>        at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
>        at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
>        at java.lang.Thread.run(Thread.java:595)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.