DB Patch Installation Is Not Working
(Doc ID 2558105.1)
Last updated on SEPTEMBER 11, 2020
Applies to:
Oracle Financial Services Revenue Management and Billing - Version 2.5.0.1.0 and laterInformation in this document applies to any platform.
Goal
The goal of this article is describe how to resolve the error below after installing critical patch 27110459. A problem with installing database patches is encountered in the Oracle Revenue Managements (ORMB) environments. It is impossible to install database patches by running the command: ksh ouafDatabasePatch.sh.
The following error is displayed:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger
at com.oracle.ouaf.database.patch.OUAFPatch.(OUAFPatch.java:50)
at com.oracle.ouaf.database.patch.OUAFPatch.main(OUAFPatch.java:154)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more
Solution
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
Goal |
Solution |
References |