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 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. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira