Hi, I wanted to try WebLogic Deploy Tooling 4.3.4 to update a domain using the command:
./weblogic-deploy/bin/updateDomain.sh -remote -admin_url
t3://example.com:7001
-admin_user <user_name> -oracle_home <oracle_home> -model_file <model_file>
But I’m getting an error:
- 1. WLSDPLY-09015: updateDomain deployment failed: ls(/AppDeployments/formsapp#14.1.2, returnType=a, returnMap=true) in online mode failed: javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.NullPointerException
I get the same error even when I go directly into WLST connect to online mode end execute:
ls('/AppDeployments/formsapp#14.1.2')
Could you please help me fix formsapp
? The command works without errors for other applications.
Thank You