Java Concurrent Program Class Exception Issue when using Custom Jar File
Hi All,
Version R12.2
We are facing below issue with Java Concurrent Program when using OPTIONS to specify custom jar file in Concurrent program definition. As we have limitation for 250 chars hence which is the missing file we need to add.
Also size for ebsAppsborgManifest.jar is only 802 bytes and also added to OPTION PATH
Concurrent Log:
Current system time is 24-DEC-2018 10:05:47
+---------------------------------------------------------------------------+
java.lang.NoClassDefFoundError: oracle/adf/mds/metamodel/MMFactory
at oracle.apps.fnd.cp.request.Run.main(Run.java:126)
Caused by: java.lang.ClassNotFoundException: oracle.adf.mds.metamodel.MMFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)