cancel
Showing results for 
Search instead for 
Did you mean: 

Error during processing local bean: localejbs/RfcAFBean

Former Member
0 Kudos

Hello,

We are getting below error in the mapping.

'Error during processing local bean: localejbs/RfcAFBean'

Please find more information below from the trace file.

Cannot perform RFC lookup at com.sap.aii.mappingtool.flib7.RfcLookup.cacheMore(RfcLookup.java:105) at com.sap.aii.mappingtool.tf7.rt.AMultiResIterator$MultiOutIterator.gotoNextContext(AMultiResIterator.java:95) at com.sap.aii.mappingtool.tf7.AMappingProgram.processNode(AMappingProgram.java:315) ... 44 more Caused by: com.sap.aii.mapping.lookup.LookupException: Error when calling an adapter by using the communication channel RFC_receiver (Party: *, Service: INTEGRATION_SERVER_P08, Object ID: c26ace16e58a3a2baa35b89b9b707c58) XI AF API call failed. Module exception: 'Error during processing local bean: localejbs/RfcAFBean'. Cause Exception: 'Exception during lookup operation of object with name localejbs/RfcAFBean, cannot resolve object reference.'. at com.sap.aii.ibrun.server.lookup.AdapterProxyLocal.process(AdapterProxyLocal.java:92) at com.sap.aii.ibrun.server.lookup.SystemAccessorInternal.call(SystemAccessorInternal.java:55) at com.sap.aii.mapping.lookup.RfcAccessor.call(RfcAccessor.java:81) at com.sap.aii.mappingtool.flib7.RfcLookup.cacheMore(RfcLookup.java:81) ... 46

com.sap.aii.af.service.api.AdapterAccess.sendMsg(AdapterAccess.java:190) ... 51 more Caused by: javax.naming.NamingException: Error occurs while the EJB Object Factory trying to resolve JNDI reference Reference Class Name: Type: clientAppName Content: sap.com/com.sap.aii.adapter.rfc.app Type: interfaceType Content: local Type: ejb-link Content: RfcAFBean Type: jndi-name Content: RfcAFBean Type: local-home Content: com.sap.aii.af.lib.mp.module.ModuleLocalHome Type: local Content: com.sap.aii.af.lib.mp.module.ModuleLocal javax.ejb.EJBException: nested exception is: java.rmi.RemoteException: [ERROR CODE DPL.DS.6125] Error occurred while starting application locally and wait.; nested exception is: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5070] Already started operation with application sap.com/com.sap.aii.adapter.rfc.app in the cluster. No other operation with this application is allowed at the moment, because it is locked in the enqueue server or the lock from there has been manually removed. at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.startApp(DefaultContainerRepository.java:236) at

Could you please help to check the below issue

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please make sure that the RFC receiver channel is activated. You may also try to recreate the channel but remove the *** on the Party of your RFC communication channel.

You may use the snippets below when calling the RFC lookup.

Channel channel = LookupService.getChannel(system,"RFC_receiver ");

// Get a RFC accessor for the channel.

accessor = LookupService.getRfcAccessor(channel);

Regards,

Jenny

Former Member
0 Kudos

Hi,

Please make sure that the RFC receiver channel is activated. You may also try to recreate the channel but remove the *** on the Party of your RFC communication channel.

You may use the snippets below when calling the RFC lookup.

Channel channel = LookupService.getChannel(system,"RFC_receiver ");

// Get a RFC accessor for the channel.

accessor = LookupService.getRfcAccessor(channel);

Regards,

Jenny