#InstallationandAdministration I'm trying to run the auto deployment script

#InstallationandAdministration I'm trying to run the auto deployment script using Deployment Automation Manager-1.0.3 in LINUX through command line.

deploy-application.sh -application_path "PATH TO APPLICATION ZIP" -username SERVICE_ACCOUNT_USERNAME -password SERVICE_ACCOUNT_PASSWORD -url APPIAN_URL -port APPIAN_PORT -update_db_schema false

Getting error : "Error 401 - Unauthorized"
Full Stacktrace given below

However the deployment is successfull using same credentials in a Web Browser UI - hostname:port/suite/plugins/servlet/deploymentautomation

Can somene help me with what might be going on ?


<html>
<head>

<link rel="shortcut icon" href="hostname:port/.../1436992399000" />

<style>
body.appian-body,
body{background: url(hostname:port/.../wallpaper_cfdfea.png) repeat scroll center center #cfdfea;}
.appian-body
.message,
.message{ color: red;}
.appian-...

OriginalPostID-162451

OriginalPostID-162451

  Discussion posts and replies are publicly visible

Parents
  • ...body
    form .field input,
    form .field input{ color: #333; border-color: #ccc;}
    .appian-body
    #copyright,
    #copyright{ color: #ffffff; background-color: #395a81;}
    .appian-body
    .submitButton,
    .submitButton { background-color: #E8E8E8; border:1px solid #B0B0B0; color:#333333; font-size:11px; font-weight:bold; font-family:Helvetica,Arial,Tahoma,Sans-Serif;}
    .appian-body
    .error_box,
    .error_box,
    .appian-body
    .login_box_inner,
    .login_box_inner{border:4px solid #395a81;box-shadow: 0 0 12px #6398BB;}
    </style>

    <link rel="stylesheet" href="/suite/portal/css/error_common.css;jsessionid=Wyko28fh8mgNamQ6ggheQGHIMmMGHz5D0dvwgnb3pCcVeWAqUah1!52415697" type="text/css"/>


    <title>Error 401 - Unauthorized</title>
    </head>
    <body>
    <div class="error_box">
    <p>
    <b>
    <span class="message_large">Error 401</span>
    <span class="message_med"> - Unauthorized</span>
    </b>
    </p>
    <span class="message_small">
    Sorry, your request could not be processed.
    <br...
Reply
  • ...body
    form .field input,
    form .field input{ color: #333; border-color: #ccc;}
    .appian-body
    #copyright,
    #copyright{ color: #ffffff; background-color: #395a81;}
    .appian-body
    .submitButton,
    .submitButton { background-color: #E8E8E8; border:1px solid #B0B0B0; color:#333333; font-size:11px; font-weight:bold; font-family:Helvetica,Arial,Tahoma,Sans-Serif;}
    .appian-body
    .error_box,
    .error_box,
    .appian-body
    .login_box_inner,
    .login_box_inner{border:4px solid #395a81;box-shadow: 0 0 12px #6398BB;}
    </style>

    <link rel="stylesheet" href="/suite/portal/css/error_common.css;jsessionid=Wyko28fh8mgNamQ6ggheQGHIMmMGHz5D0dvwgnb3pCcVeWAqUah1!52415697" type="text/css"/>


    <title>Error 401 - Unauthorized</title>
    </head>
    <body>
    <div class="error_box">
    <p>
    <b>
    <span class="message_large">Error 401</span>
    <span class="message_med"> - Unauthorized</span>
    </b>
    </p>
    <span class="message_small">
    Sorry, your request could not be processed.
    <br...
Children
No Data