ail-framework icon indicating copy to clipboard operation
ail-framework copied to clipboard

cant install ail-framework on ubuntu or debian =(

Open jotaah123 opened this issue 2 years ago • 2 comments

i have an ubuntu 18.04 server (clean instalation) and i have error with the instalation: i follow the official instalation but dont work:

root@vmi806047:~/ail-framework/bin# ./LAUNCH.sh -l

    * Checking configuration

Config File: Nothing to update Config File: Nothing to update * Configuration up-to-date


  •                    Updating AIL ...                        *
    

Check if this repository is a fork: This repository is a fork

... Updating fork ... Fork Auto-Update disabled in config file

Aborting ...


  •                AIL Not Updated                             *
    

    * A screen is already launched
    * A screen is already launched
    * A screen is already launched
    * A screen is already launched

Could not connect to Redis at 127.0.0.1:6382: Connection refused 6382 ARDB not ready Script not started, waiting 5 more secondes

jotaah123 avatar May 03 '22 20:05 jotaah123

Are you activating the ail environment? Try to ./LAUNCH.sh -k before ./LAUNCH.sh -l Try to use sudo to run ./LAUNCH.sh -l and to kill

TonyJabbour avatar May 03 '22 20:05 TonyJabbour

root@vmi806047:~/ail-framework/bin# ./LAUNCH.sh -k Gracefully closing redis servers Gracefully closing ardb servers Could not connect to Redis at 127.0.0.1:6382: Connection refused Killing all No Sockets found in /run/screen/S-root. * 24421 24451 24470 24496 killed.

root@vmi806047:~/ail-framework/bin# ./LAUNCH.sh -l * Checking configuration Config File: Nothing to update Config File: Nothing to update * Configuration up-to-date


  •                    Updating AIL ...                        *
    

Check if this repository is a fork: This repository is a fork

... Updating fork ... Fork Auto-Update disabled in config file

Aborting ...


  •                AIL Not Updated                             *
    

    * Launching Redis servers
    * Launching ARDB servers
    * Launching logging process
    * Launching all the queues

Could not connect to Redis at 127.0.0.1:6382: Connection refused 6382 ARDB not ready Script not started, waiting 5 more secondes Could not connect to Redis at 127.0.0.1:6382: Connection refused 6382 ARDB not ready Script not started Script not started, waiting 5 more secondes

(i used sudo)

jotaah123 avatar May 03 '22 20:05 jotaah123

This is an ARDB install issue. Fixed in AIL v5.0 The database has been migrated from ARDB to Kvrocks.

Terrtia avatar Jun 06 '23 09:06 Terrtia