Oracle coherence 12c 12.2.1.2
Hi,
we have created oracle coherence clusters and the corresponding coherence managed servers but when we try to start oracle cojerence servers they fail with the below errors.
I have searched few articles and they say to include below class path
2. Set the classpath to include:
$MIDDLEWARE_HOME/modules/features/weblogic.server.modules.coherence.server_<version>.jar
But we don't have any modules. Coherence file in the installation my query is how I can get it
Exception in thread “main” java.lang.NoClassDefFoundError: weblogic/nodemanager/server/provider/WeblogicCacheServer
Caused by: java.lang.ClassNotFoundException: weblogic.nodemanager.server.provider.WeblogicCacheServer
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)