I have a Java agent that runs fine on my Notes client. When I try and run it as a scheduled agent on the server I get the following error
error message: java.lang.NoClassDefFoundError: org.apache.xmlrpc.common.TypeFactoryImpl (initialization failure)
I have copied the JAR files(xmlrpc-common-3.1.3.jar) to \jvm\lib\ext where the Domino server is installed
Do I need to place the JAR files somewhere else or change some other setting