Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with starting AIL Framework #608

Open
vickywijek opened this issue Aug 13, 2024 · 4 comments
Open

Issues with starting AIL Framework #608

vickywijek opened this issue Aug 13, 2024 · 4 comments

Comments

@vickywijek
Copy link

Hi,

I have installed AIL in my Ubuntu VM, but when I launch it with ./LAUNCH.sh -l it gives me the following error. Can someone please help me fix the issue.

**************** AIL Successfully Updated *****************

* A screen is already launched
* Launching KVROCKS servers
* Launching logging process

Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
* Checking configuration
Config File: Nothing to update
Config File: Nothing to update
* Configuration up-to-date
* Launching core scripts ...
~/AIL-framework/bin ~/AIL-framework
Traceback (most recent call last):
File "/home/user1/AIL-framework/bin/./AIL_Init.py", line 19, in
from lib import ail_core
File "/home/user1/AIL-framework/bin/lib/ail_core.py", line 12, in
from lib.ConfigLoader import ConfigLoader
File "/home/user1/AIL-framework/bin/lib/ConfigLoader.py", line 12, in
import redis
ModuleNotFoundError: No module named 'redis'
/AIL-framework
* Launching scripts
* Launching Flask server
user1@user1-VMware-Virtual-Platform:
/AIL-framework/bin$

@Terrtia
Copy link
Member

Terrtia commented Aug 13, 2024

Hi @vickywijek !

Which version of Ubuntu are you using?
Did you encounter any issues during the installation?
Can you please check if the AILENV is installed and set up correctly?

@vickywijek
Copy link
Author

vickywijek commented Aug 13, 2024

Hi
Ubuntu 24.04 LTS .

No I did not have any issue during the installation. I simply did an automated installation following the instructions listed at -> https://helga.circl.lu/AIL/ail-framework/src/commit/246621f6638f88b73d61e8a803e649d88a315a2f

How can I check if AILENV is set up correctly?

@vickywijek
Copy link
Author

Hi @Terrtia

Thanks

OS -> Ubuntu 24.04 LTS .

No I did not have any issue during the installation. I simply did an automated installation following the instructions listed at -> https://helga.circl.lu/AIL/ail-framework/src/commit/246621f6638f88b73d61e8a803e649d88a315a2f

How can I check if AILENV is set up correctly?

@Terrtia
Copy link
Member

Terrtia commented Aug 14, 2024

You can Launch the module and API tests:

  1. Launch AIL:
LAUNCH.sh -l
  1. Run the tests:
LAUNCH.sh -t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants