Deployment Automation Manager

We are trying to use the Deployment Automation Scripts.  When we try to execute:deploy-application.bat -application_path "Ben E TestDeployment.zip" -username xxxxxxx -password xxxxxx -url "https://xxxxxx.appiancloud.com/suite"

We get the following response:

2018-02-15 12:22:26,298 - Port set to 443
2018-02-15 12:22:49,226 - org.apache.http.conn.HttpHostConnectException: Connect
 to xxxxxxxx.appiancloud.com:443 [xxxxxxxxx.appiancloud.com/xx.xx.xxx.xxx]
failed: Connection timed out: connect

The 'x's above are redacted values for security.

Any thoughts?

  Discussion posts and replies are publicly visible

Parents
  • Just to let you know...you only need to install the cert if you are doing http for accessing Deployment Automation Manager.
  • Hello,

    I am getting the same error. Please help.

    2018-10-08 19:24:49,597 [main] INFO com.appiancorp.ps.plugins.automatedimport.remote.ImportUtils - Port set to 443
    2018-10-08 19:24:50,267 [main] ERROR com.appiancorp.ps.plugins.automatedimport.remote.ImportApplication - org.apache.http.conn.HttpHostConnectException: Connect to xxx.com:443 [xxxx] failed: Connection refused (Connection refused)

    I am using a HA environment with 2 Jboss servers load balanced. My deployment manager is installed in the same server as in where the appian i deployed.
  • Hostname certificates hosted on LB are imported to Java keystore as mentioned above. I am still getting the same error. Can someone help me please?
  • 0
    A Score Level 2
    in reply to sohamp
    Can you please post the full error message?
  • Hello Awwin,

    Here is the full logs pasted.

    2018-10-09 04:58:56,056 [main] INFO com.appiancorp.ps.plugins.automatedimport.remote.ImportApplication - ImportManagerProperties:
    [acCustomizationPath:value not provided],
    [adminConsolePath:value not provided],
    [username:Administrator],
    [password:***],
    [applicationPath:/tmp/SPMT_\ Groups.zip],
    [ddlDs:value not provided],
    [ddlPath:value not provided],
    [flywayPath:value not provided],
    [forceImport:value not provided],
    [importCustomizationPath:value not provided],
    [inspectOnly:true],
    [proxyPort:value not provided],
    [proxyUrl:value not provided],
    [url:https://appian-dev-emea.sanofi.com/suite],
    [uuid:value not provided],

    2018-10-09 04:58:56,078 [main] INFO com.appiancorp.ps.plugins.automatedimport.remote.ImportUtils - Port set to 443
    2018-10-09 04:58:56,950 [main] ERROR com.appiancorp.ps.plugins.automatedimport.remote.ImportApplication - org.apache.http.conn.HttpHostConnectException: Connect to xxxx.com:443 [xxxx.com/xxx] failed: Connection refused (Connection refused)

Reply
  • Hello Awwin,

    Here is the full logs pasted.

    2018-10-09 04:58:56,056 [main] INFO com.appiancorp.ps.plugins.automatedimport.remote.ImportApplication - ImportManagerProperties:
    [acCustomizationPath:value not provided],
    [adminConsolePath:value not provided],
    [username:Administrator],
    [password:***],
    [applicationPath:/tmp/SPMT_\ Groups.zip],
    [ddlDs:value not provided],
    [ddlPath:value not provided],
    [flywayPath:value not provided],
    [forceImport:value not provided],
    [importCustomizationPath:value not provided],
    [inspectOnly:true],
    [proxyPort:value not provided],
    [proxyUrl:value not provided],
    [url:https://appian-dev-emea.sanofi.com/suite],
    [uuid:value not provided],

    2018-10-09 04:58:56,078 [main] INFO com.appiancorp.ps.plugins.automatedimport.remote.ImportUtils - Port set to 443
    2018-10-09 04:58:56,950 [main] ERROR com.appiancorp.ps.plugins.automatedimport.remote.ImportApplication - org.apache.http.conn.HttpHostConnectException: Connect to xxxx.com:443 [xxxx.com/xxx] failed: Connection refused (Connection refused)

Children