Hi,
I'm having an issue after the upgrade of PO 7.2 SP 12 to SP 16.
It's a simple REST (Sender) to oDATA (Receiver) interface, I've changed nothing and now I'm receiving the next error when I try to consume the REST Service.
Error while sending message to module processor: Sender Channel 'REST_SND_ProductService' (ID: 07d4a24c930039d79af26300a282a589): Catching exception calling messaging system: com.sap.aii.af.lib.ra.cci.XIAdapterException: :
In the Message Log I can see this.
10/30/2019 03:51:50.226 PMErrorOData call failed.
10/30/2019 03:51:50.226 PMErrorcom.sap.aii.adapter.lib.component.odata.exception.OsciException: 500 : HTTP/1.0 : Internal Server Error
10/30/2019 03:51:50.227 PMErrorMessage could not be forwarded permantely to the JCA adapter. Reason: {0}
10/30/2019 03:51:50.227 PMErrorMessage could not be forwarded to the JCA adapter. Reason: Permanent error: Adapter call failed. Reason: com.sap.aii.af.lib.ra.cci.XIAdapterException:
10/30/2019 03:51:50.227 PMErrorMP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException:
10/30/2019 03:51:50.232 PMErrorException caught by adapter framework: {0}
10/30/2019 03:51:50.233 PMErrorTransmitting the message using connection REST_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException:
10/30/2019 03:51:50.254 PMErrorMessage status set to FAIL
10/30/2019 03:51:50.255 PMErrorReturning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException:
10/30/2019 03:51:50.267 PMErrorMP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException:
In the NWA trace I can see this.
Catching java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key OData call failed.
I was looking for notes, threads, etc, but I could not find nothing. Any help will be real apreciate it.