The Deployment Automation Manager shared component works correctly in the web browser, but using the command line tool fails. Running the command with the correct parameters as per the instructions is not able to successfully complete and the deployment processes stop. This behavior was observed when using WebLogic as an application server.
The following error can be seen in the generated deploymentautomation_XXXX.log:
[main] DEBUG org.apache.http.headers - http-outgoing-0 << HTTP/1.1 401 Unauthorized
The deployment fails because the command line tool sends a POST request to the application server with basic authentication headers, however WebLogic requires any POST request with basic authentication to be validated. Thus, it strips the authentication headers before sending it to Appian. Appian will then receive a request without authentication details and returns Error 401 - Unauthorized.
To make sure WebLogic validates the deployment tool requests:
-username
-password
A workaround would be disabling the WebLogic setting, but it is a security risk as this controls whether or not the system should allow requests with invalid HTTP BASIC authentication credentials to access unsecured resources. Disable the enforce-valid-basic-auth-credentials flag in WebLogic by following these steps.
enforce-valid-basic-auth-credentials
This article applies to all versions of Appian using WebLogic as application server.
Last Reviewed: February 2017