cancel
Showing results for 
Search instead for 
Did you mean: 

Error while calling the java proxy with the ValueMapping repl scenario

former_member181928
Participant
0 Kudos

Hi All

I am trying to upload values in the RWB for vaue mapping using the standard ValueMappingReplication interface . But I can see the following message in the Message Display Tool of the RWB .This scenario was working fine sometime back suddenly after some days we started to see this exception .

JPR could not process the message. Reason: No such method valueMappingReplication (for the asynchronous replication scenario) in proxy bean localejbs/sap.com/com.sap.xi.services/ValueMappingApplication

Delivery of the message to the application using connection JPR failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: No such method valueMappingReplication (for the asynchronous replication scenario) in proxy bean localejbs/sap.com/com.sap.xi.services/ValueMappingApplication: com.sap.aii.proxy.xiruntime.core.XmlInboundException: No such method valueMappingReplication (for the asynchronous replication scenario) in proxy bean localejbs/sap.com/com.sap.xi.services/ValueMappingApplication.

Can anyone please guide me what could be the done to resolve this .

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

This may happen when the java proxy is not registered. Use the following URL to do so

http://<Server>:<Port>/ProxyServer/register?ns=http://sap.com/xi/XI/System&interface=ValueMappingRep...

Regards,

Prateek

Answers (1)

Answers (1)

former_member181928
Participant
0 Kudos

Hi Prateek

Thanks for you response . My issue was solved after registering the proxy from the url mentioned in your reply.

regards

NIlesh