Oracle 19c Deinstall Utility on OL/RHEL 8 fails with "ERROR:null"
(Doc ID 2738856.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Standard Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Oracle 19c Deinstall Utility on OL/RHEL 8 fails with below error-
$ ./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs <Central Inventory>/logs/
############ ORACLE DECONFIG TOOL START ############
######################### DECONFIG CHECK OPERATION START #########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location <ORACLE_HOME Path>
Oracle Home type selected for deinstall is: Oracle Single Instance Database
Oracle Base selected for deinstall is: <ORACLE_BASE Path>
Checking for existence of central inventory location <Central Inventory>
ERROR: null
deinstall log would show below error stack-
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at oracle.install.db.deinstall.wrapper.Deinstall.callCheckImpl(Deinstall.java:1449)
at oracle.install.db.deinstall.wrapper.Deinstall.main(Deinstall.java:732)
Caused by: java.lang.ExceptionInInitializerError
at oracle.ops.verification.framework.util.Assert.assertPath(Assert.java:601)
at oracle.cluster.verification.ClusterVerification.setPreReqXmlFile(ClusterVerification.java:9059)
at oracle.install.db.deinstall.core.CheckInstall.checkConfig(CheckInstall.java:1083)
... 6 more
Caused by: java.lang.NullPointerException
at oracle.ops.verification.framework.storage.StorageUtil.<clinit>(StorageUtil.java:194)
... 9 more
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 |
References |