IBM QRadar

 View Only
Expand all | Collapse all

Qapp Deploy throwing error QRADAR 7.3.3

  • 1.  Qapp Deploy throwing error QRADAR 7.3.3

    Posted Mon January 04, 2021 11:02 AM

    Hi, we are trying to deploy application to Qradar 7.3.3 using the below given command

    qapp deploy -q <QRadar server> -u <QRadar user> -p com.mycompany.myapp.zip

    But we are getting error message after entering the user credentials.

    sudo qapp deploy -q xx.xxx.xx5.2 -u admin -p passwordxxxxxxx

    Please enter password for user admin:

    Request to host ip-xxx-xx-xx-x3.ap-southeast-1.compute.internal failed:

    HTTPSConnectionPool(host='ip-xxx-xx-xx-xx.ap-southeast-1.compute.internal', port=443): Max retries exceeded with url: /api/gui_app_framework/applications (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fad7782f6a0>: Failed to establish a new connection: [Errno -2] Name or service not known',))



    #QRadar
    #Support
    #SupportMigration


  • 2.  RE: Qapp Deploy throwing error QRADAR 7.3.3

    Posted Thu January 14, 2021 10:01 AM

    Try adding an entry to your /etc/hosts file, mapping the ip address you supplied on -q to the host name of the server. This is documented in the SDK README under section "Server communication".



    #QRadar
    #Support
    #SupportMigration