cancel
Showing results for 
Search instead for 
Did you mean: 

RFC -File Sync Async bridge RFC Adapter Exception

former_member190389
Active Contributor
0 Kudos

Hi

I am using sync async bridge to send a response back to rfc.

Although there is no error in sxmb_moni as well as the auditlog shows that the response was sent successfully to rfc.. still the RFC adapter gives the following error with no response sent to RFC..

Error in processing caused by: com.sap.aii.af.rfc.RfcAdapterException: failed to identify XML document:java.lang.Exception: javax.xml.parsers.FactoryConfigurationError: Provider com.sap.engine.lib.jaxp.SAXParserFactoryImpl not found

please help

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190389
Active Contributor
0 Kudos

Solved the problem..

The problem could be due to the following..

1. the response structure was just a single character..while i was sending a whole string..

2. I restarted the server...probably the problem

javax.xml.parsers.FactoryConfigurationError: Provider com.sap.engine.lib.jaxp.SAXParserFactoryImpl not found

system property must have set mismatch for the SAXFactoryImpl.... by deploying modules before in which i was using SAX parser.. may be the i set the system property earlier to other provider dont remember...

Hope this information will be useful to someone in future using Sync/Async bridge