java.lang.NullPointerException - After weblogic upgrade from 10.3.6 - 12.1.3
Dear Legends,
I'm facing a issue with "CCG" Deployments. I did a upgrade of "CCG" Weblogic Server from 10.3.6 to 12.1.3. Upgrade went successfully and completed. All the post upgrade script changes are done. The issue is
OLD DOMAIN Path - /u01/app/oracle/product/FMW_11G/user_projects/domains/ccg_domain/
I don't want the above path to be used for WL 12c (12.1.3). So I installed weblogic 12c(12.1.3) in the following location
NEW MW_HOME - /u01/app/oracle/FMW_1213/
NEW DOMAIN_PATH - /u01/app/oracle/FMW_1213/user_projects/domains/ccg_domain/
I changed the Domain path in "domain-registry.xml" and some startup and stop scripts it was also successfull.