EAR Deployment failing on JEE WebLogic Server ear-deployment-failing-on-jee-weblogic-server

Issue issue

When a user attempts to deploy the adobe-livecycle-weblogic.ear, the Null Pointer exception is encountered .

Applies to applies-to

This solution applies to:

  • AEM Forms on WebLogic JEE server version 12.2.1.x.

Solution solution

To resolve the issue, follow these steps:

  1. Go to the <domain_home>\bin directory of installed WebLogic JEE server.

  2. Edit the setDomainEnv.cmd or setDomainEnv.sh file, as applicable.

  3. Search for the last occurrence of JAVA_OPTS and add -DANTLR_USE_DIRECT_CLASS_LOADING=true to it. For example, the updated string appears as:

    code language-none
     set `JAVA_OPTIONS=%JAVA_OPTIONS% -DANTLR_USE_DIRECT_CLASS_LOADING=true`
    
  4. Save the changes.

recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2