Java.lang.NoClassDefFoundError: oracle/aurora/util/Categorization on fndcct.jar
Error:
Calling /<COMMON_TOP>/util/jre/1.1.8/bin/jre ...
java.lang.NoClassDefFoundError: oracle/aurora/util/Categorization
at oracle.aurora.server.tools.loadjava.LoadJava.noteClass(LoadJava.java:1993)
Cause:
The cause of the issue is because the Categorization.class is not listed in the files in the
CLASSPATH environment variable.
The CLASSPATH has an entry /<COMMON_TOP>/java/appsborg.zip and the categorization class is not included there:
unzip -l appsborg.zip | grep -i categorization
No output received for the command.
Solution:
To implement the solution, please execute the following steps::
1. Add the loadjava.zip entry to the current CLASSPATH:
export CLASSPATH=$CLASSPATH:/<COMMON_TOP>/java/loadjava.zip
NOTE:
Please replace <COMMON_TOP> with complete physical path to COMMON_TOP directory
2. Re-run the patch.
Reference metalink Doc ID 459470.1
Error:
Calling /<COMMON_TOP>/util/jre/1.1.8/bin/jre ...
java.lang.NoClassDefFoundError: oracle/aurora/util/Categorization
at oracle.aurora.server.tools.loadjava.LoadJava.noteClass(LoadJava.java:1993)
Cause:
The cause of the issue is because the Categorization.class is not listed in the files in the
CLASSPATH environment variable.
The CLASSPATH has an entry /<COMMON_TOP>/java/appsborg.zip and the categorization class is not included there:
unzip -l appsborg.zip | grep -i categorization
No output received for the command.
Solution:
To implement the solution, please execute the following steps::
1. Add the loadjava.zip entry to the current CLASSPATH:
export CLASSPATH=$CLASSPATH:/<COMMON_TOP>/java/loadjava.zip
NOTE:
Please replace <COMMON_TOP> with complete physical path to COMMON_TOP directory
2. Re-run the patch.
Reference metalink Doc ID 459470.1
No comments:
Post a Comment