Skip to Content
0
Apr 28, 2010 at 02:26 PM

Exception in the dev_jrfc.trc file

78 Views

Hi,

We are seeing the following message in our dev_jrfc.trc file every 5 minutes. Any Suggestions?

Exception thrown [Wed Apr 28 06:27:33,504]:Exception thrown by application running in JCo Server

com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method processFunction.

at com.sap.lcrabapapi.ejb.AbapSLDRequestObjectImpl0_0.processFunction(AbapSLDRequestObjectImpl0_0.java:310)

at sun.reflect.GeneratedMethodAccessor2120.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)

at $Proxy157.processFunction(Unknown Source)

at sun.reflect.GeneratedMethodAccessor2119.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:284)

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)

at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Caused by: javax.ejb.EJBException: java.lang.NullPointerException: Value must not be null for KEYVALUE

at com.sap.lcrabapapi.ejb.AbapSLDRequestBean.processFunction(AbapSLDRequestBean.java:55)

at com.sap.lcrabapapi.ejb.AbapSLDRequestObjectImpl0_0.processFunction(AbapSLDRequestObjectImpl0_0.java:259)

... 15 more

I have checked our SLD connection via the following:

You can test the CIM Client connection via Visual Admin --> Services --> SLD Data Supplier --> Tab (at the bottom) "CIM Client Generation Settings" Also check the HTTP connection via tab "http settings" while you are in Visual Admin.

In addition you can maintain and check the RFC connections via http:// : /webdynpro/dispatcher/ sap.com/tc wdtools/Explorer.

Login to AS ABAP and execute transaction SLDCHECK which should also check the ABAP RFC connections.

Cheers

Todd