Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WLST - ls(/AppDeployments/formsapp#14.1.2) in online mode error

Vladimír LešekMay 15 2025

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

Comments
Post Details
Added on May 15 2025
2 comments
183 views