Code Snippet

Just another Code Snippet site

[Weblogic] Migration (minor version)

Install the new version using generic installer :

java -jar wls....jar

(X11 must be set as there is no console installation anymore)

Go to the new Oracle home dir :

/path/to/Oracle_Home/oracle_common/common/bin directory

Execute :

reconfig.sh

Select the domain to migrate and continue :
Weblogic_Upgrade_Domain

Caution : If a custom authentication provider is defined, it must be removed before migration (from config.xml and lib folder) and then re-set in the upgraded weblogic.


In case of issue with X11 client, see attached workaround (Issue with OFM Configuration wizard)


One thought on “[Weblogic] Migration (minor version)

  • Olivier says:

    Workaround : If fields are not editable in OFM Wizard, change the JDK version (to JDK 8 for example)

    cd /path/to/Oracle_Home/oracle_common/common/bin
    vi setHomeDirs.sh
    

    replace “COMMON_JAVA_HOME=/path/to/jdk1.7”
    by “COMMON_JAVA_HOME=/path/to/jdk1.8”

    ./setHomeDirs.sh
    

Leave a Reply to Olivier Cancel reply

Your email address will not be published. Required fields are marked *