Error 'java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level' Starting Iccserver After Upgrading to OFSAA 8.1
(Doc ID 2770669.1)
Last updated on FEBRUARY 16, 2023
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.1.0.0.0 to 8.1.0.0.0 [Release 8.1]Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Symptoms
After upgrading to OFSAA 8.1, the following error occurs when starting the iccserver from $FIC_APP_HOME/icc/bin:
FIC_HOME=/u01/app/ofsaa81
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
at com.iflex.fic.icc.iccal.common.Log.<clinit>(Log.java:46)
at com.iflex.fic.icc.iccal.common.ServerInitializer.initSystem(ServerInitializer.java:122)
at com.iflex.fic.icc.iccal.iccserver.ICCServer.<init>(ICCServer.java:55)
at com.iflex.fic.icc.iccal.iccserver.ICCServer.main(ICCServer.java:115)
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 4 more
Additionally, the iccserver.log is not created in $FIC_APP_HOME/logs.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |