cancel
Showing results for 
Search instead for 
Did you mean: 

XML Parser Exception for JMS Receiver - acknowledgements

Former Member
0 Kudos

Hello,

We have an interface JMS to ECC where in we also send JMS Acknowledgements back to JMS receiver. We are using Websphere MQ 5.3. It is a working interface and after we upgraded the SP, from PI 7.0 SP12 to SP14, we are having an exception in our acknowledgements.

Delivery of the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException'': com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException'.

The messages go into holding status in adapter engine and errors our with this exception when it enters the transform class.

Any ideas?? Thank you for any help..

Thank you

Thanujja

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Are u using file content conversion at JMS sender? This format related exception comes usually in that case. If yes, then recheck the content parameters. The possible use of QOS EOIO may push the message to holding status.

Regards,

Prateek

ravi_raman2
Active Contributor
0 Kudos

Hi,

Typically issue like this are caused when one of the java classes has changed, See if you can find the jars that were upgraded as a result of the service pack.

We ran into a similar issue when using xi in a combination of WebSphere and Mq and the issue was with a java class that had some parameters changed as the sun java class was overridden by a SAP java class with a different signature and return ...

Hope that helps

Regards

Ravi Raman