OPatch Error: "Malformed input or input contains unmappable characters" When applying a Patch
(Doc ID 2757693.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Standard Edition - Version 11.2.0.4 and laterOracle Database - Enterprise Edition - Version 11.2.0.4 and later
Information in this document applies to any platform.
Symptoms
After applying the patch to DB HOME with opatch or opatchauto,
the following error occurs during the directory cleanup process in opatch log.
opatch log:
---------------------------------
[Timestamp] [INFO] Stack Description: java.lang.RuntimeException: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: $ORACLE_HOME/.patch_storage/NApply/2021-02-10_15-13-43?????? <<<<<<<-----
at oracle.opatch.opatchutil.OUSession.cleanup(OUSession.java:1647)
...
[Timestamp] [INFO] Composite patch 31537677 successfully applied. <<<<<<<-----
[Timestamp] [SEVERE] OUI-67073:UtilSession failed: null
---------------------------------
[Timestamp] [INFO] Stack Description: java.lang.RuntimeException: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: $ORACLE_HOME/.patch_storage/NApply/2021-02-10_15-13-43?????? <<<<<<<-----
at oracle.opatch.opatchutil.OUSession.cleanup(OUSession.java:1647)
...
[Timestamp] [INFO] Composite patch 31537677 successfully applied. <<<<<<<-----
[Timestamp] [SEVERE] OUI-67073:UtilSession failed: null
---------------------------------
Changes
If you apply PSU with LANG=C in the environment
where PSU was applied with LANG = ja_JP.UTF-8 in the past,
this issue may occurs.
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 |
Changes |
Cause |
Solution |