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