cancel
Showing results for 
Search instead for 
Did you mean: 

JCO$AbapException - Help

Former Member
0 Kudos

Hi,

I am calling a Java function from ABAP. It normally works fine but all of a sudden on one particular system it started giving this exception

****************EXCEPTION TEXT STARTS *******************

[EXCEPTION]

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

at com.sap.ip.mi.ejb.mcd.MobileContainerLocalLocalObjectImpl0.processFunction(MobileContainerLocalLocalObjectImpl0.java:649)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

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

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

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

at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113)

at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171)

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:100)

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

Caused by: com.sap.mw.jco.JCO$AbapException: (126) INTERNAL_ERROR: Mobile Solution Descriptor: Main Table

at com.sap.mw.jco.JCO$Function.getException(JCO.java:18766)

at com.sap.ip.mi.ejb.mcd.MobileContainerBean.processFunction(MobileContainerBean.java:119)

at com.sap.ip.mi.ejb.mcd.MobileContainerLocalLocalObjectImpl0.processFunction(MobileContainerLocalLocalObjectImpl0.java:642)

... 11 more

com.sap.mw.jco.JCO$AbapException: (126) INTERNAL_ERROR: Mobile Solution Descriptor: Main Table

at com.sap.mw.jco.JCO$Function.getException(JCO.java:18766)

at com.sap.ip.mi.ejb.mcd.MobileContainerBean.processFunction(MobileContainerBean.java:119)

at com.sap.ip.mi.ejb.mcd.MobileContainerLocalLocalObjectImpl0.processFunction(MobileContainerLocalLocalObjectImpl0.java:642)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

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

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

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

at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113)

at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171)

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:100)

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

***************EXCEPTION TEXT ENDS******************

Can somebody help me with this. What is the reason of this and how can it be resolved ?

Regards,

Parminder

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Parminder

Check whether the File/Include u r refering in the program exist in that System ????

Thanks

Kay

Former Member
0 Kudos

Hi Kay,

All the files are exisiting.

Regards,

Parminder

htammen
Active Contributor
0 Kudos

Hi Parminder,

in line 649 of your session bean (method processFunction) there is an error. Have a look what´s going wrong there.

Maybe debugging is a good idea.

Regards

Helmut

Answers (0)