cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with connection usning system

Former Member
0 Kudos

Hi,

I have an EP application which uses a system that I have created on the portal. When i run this application on one landscape it works fine. But when I run it on a different landscape using another system that i created which is connection tested successfully, it gives the following exception :

<b>Caused by: java.lang.NoClassDefFoundError: com/sap/util/monitor/jarm/TaskMonitor

at com.sap.mw.jco.util.Jarm.getRequestMonitor(Jarm.java:57)

at com.sap.mw.jco.JCO$Repository.getFunctionInterface(JCO.java:19209)

at com.sap.mw.jco.JCO$BasicRepository.getFunctionTemplate(JCO.java:18291)

at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:93)

at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:411)

at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:433)</b>

Any idea how I can resolve this? The application runs perfectly on one server but throws this error if run on another one????

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

I guess you are missing jARM.jar file.

If you have NDS installed in your local m/c, then this jar file would be found in the following path:

<i><drive>:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.jarm\lib</i>

(or) you can also find it on your server at:

<i><drive>:\usr\sap\<ID>\JC00\j2ee\cluster\server0\bin\ext\com.sap.util.monitor.jarm</i>

Hope it helps.

Regards,

SK

<i>PS: Plz consider rewarding points if helpful!</i>

Former Member
0 Kudos

Hey SK,

I have already tried adding the JARM file from the plugins folder, but that didn help either. Any other solution ??

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sunil,

Have you used any native sql statements in your portal. Replace any native sql statements with opensql statements and try again.