When I include the SC library in our environment, I keep getting the following error. I currently have
have the following jars:
- commons-collections
- commons-jxpath
- commons-pool
- isc-jakarta-oro
- isomorphic_core_rpc
- isomorphic_js_parser
- velocity
What can be causing this issue? I've never seen it before 8.3
have the following jars:
- commons-collections
- commons-jxpath
- commons-pool
- isc-jakarta-oro
- isomorphic_core_rpc
- isomorphic_js_parser
- velocity
What can be causing this issue? I've never seen it before 8.3
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/spi/RootLogger Caused by: java.lang.ClassNotFoundException: org.apache.log4j.spi.RootLogger at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 2 more
Comment