You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
When running OPatch on Windows it fails to run the command due to errors. After installing fmw_jdk (1.8.0_172) and fmw_wls (12.2.1.3) the commands fail when presented with the -jre switch.
sbschef.local ---- Begin output of D:\OT\WebLogic\12c\OPatch\opatch.bat apply -silent -jre D:\OT\jdk8/jre -oh D:\OT\WebLogic\12c D:\temp/27342434 ----
sbschef.local STDOUT:
sbschef.local STDERR: The filename, directory name, or volume label syntax is incorrect.
sbschef.local The syntax of the command is incorrect.
sbschef.local ---- End output of D:\OT\WebLogic\12c\OPatch\opatch.bat apply -silent -jre D:\OT\jdk8/jre -oh D:\OT\WebLogic\12c D:\temp/27342434 ----
sbschef.local Ran D:\OT\WebLogic\12c\OPatch\opatch.bat apply -silent -jre D:\OT\jdk8/jre -oh D:\OT\WebLogic\12c D:\temp/27342434 returned 255
I tried normalising the paths to \ instead of /, but this made no difference. I found the only ways to fix the issue was to either remove the -jre switch or to change it to point to a JDK instead by using the -jdk switch.
When running OPatch on Windows it fails to run the command due to errors. After installing
fmw_jdk
(1.8.0_172) andfmw_wls
(12.2.1.3) the commands fail when presented with the-jre
switch.I tried normalising the paths to \ instead of /, but this made no difference. I found the only ways to fix the issue was to either remove the
-jre
switch or to change it to point to a JDK instead by using the-jdk
switch.The text was updated successfully, but these errors were encountered: