cancel
Showing results for 
Search instead for 
Did you mean: 

Exception in the dev_jrfc.trc file

todd_miller2
Explorer
0 Kudos

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://<portalhost>:<port>/webdynpro/dispatcher/sap.com/tcwdtools/Explorer.

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

Cheers

Todd

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

Do you have any error during the navigation or only the one in the logs?

Because these are Java exceptions that are related to calls of the SLD programming interface in ABAP.

These trace messages usually appear during normal operation and are not connected to errors from ABAP application errors that use SLD.

You can therefore ignore them or upgrade to one of the following Support Packages:

7.00 SP13

6.40 SP21

6.20 SP63

todd_miller2
Explorer
0 Kudos

Hello Anderson,

We are only seeing the errors in the log file. I will ignore them.

Thank You!

Cheers

Todd

Answers (0)