Hi
All the mapping scenarios which were were working fine suddenly started failing with the following error
-<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">GENERIC</SAP:Code>
<SAP:P1>com/sap/xi/tf/_MM_Inbound_Delivery_Create_Out_TO_~</SAP:P1>
<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>
<SAP:P3>while trying to invoke the method javax.xml.parser</SAP:P3>
<SAP:P4>s.SAXParserFactory.newSAXParser() of a null objec~</SAP:P4>
<SAP:AdditionalText/>
<SAP:Stack>com/sap/xi/tf/ XXXXXXXXXXXX_TO_~com.sap.aii.utilxi.misc.api.BaseRuntimeException:while trying to invoke the method javax.xml.parsers.SAXParserFactory.newSAXParser() of a null objec~</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
the Pi trace is looks like this.
Thrown:
com.sap.aii.utilxi.misc.api.BaseRuntimeException: while trying to invoke the method javax.xml.parsers.SAXParserFactory.newSAXParser() of a null object loaded from static field com.sap.aii.mappingtool.tf7.rt.xparser.MTSaxHandler.saxParserFactory
at com.sap.aii.mappingtool.tf7.Transformer.checkParserException(Transformer.java:193)
We already did a full PI recycle, but i am still getting the same error.