Hello,
I download the generic version from https://www.oracle.com/middleware/technologies/fusionmiddleware-downloads.html and than the generic "“fmw_14.1.1.0.0_wls_lite_generic.jar" installer.
Can't install weblogic on my local company laptap due to log4J-core_2.11.1 version. The virusscanner is immediatly removing the log4J-core_2.11.1 from the directory "“\oracle_common\modules\thirdparty\", so that the installation fails with the error:
java.lang.Exception: oracle.sysman.oii.oiif.oiifb.OiifbEndIterateException: java.io.FileNotFoundException: c:\DEV_TOOLS\ORACLE_HOME\oracle_common\modules\thirdparty\log4j-core-2.11.1.jar (Access is denied)
I can't even download this version from maven central repository. Version 2.18.0 is not an issue to download.
Is there an weblogic version with log4j-core 2.18.0?
Is it possible to replace the the log4j-core 2.11.1 with 2.18.0 in the “fmw_14.1.1.0.0_wls_lite_generic.jar"?