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

Login/Register doesn't work (LIST hosting on Cisco Cat9500) #150

Open
HusLam opened this issue Nov 11, 2022 · 6 comments
Open

Login/Register doesn't work (LIST hosting on Cisco Cat9500) #150

HusLam opened this issue Nov 11, 2022 · 6 comments

Comments

@HusLam
Copy link

HusLam commented Nov 11, 2022

Hello :)

EBU LIST has been successfully installed on the cisco catalyst platform as the iox application. The application is up and running.
The corresponding package.yaml file needed to be written and generated together with the ebutech/pi-list docker image as iox package (.tar file) in the ioxclient environment in order to correctly install LIST on the switch. The web gui / web server is reachable, but I am not able to login ("The credentials used are not correct") or to register ("The username is already being used"). The version on the start page looks odd, too. Instead of "v2.2.2 @ 36b3975" is shown "vundefined.undefined.undefined @ undefined".

Do you have any experience with LIST app hosting on the cisco platform? Do you have any idea how to fix this problem?

Thanks in advance!

Kind regards,
Lamija

@pedro-alves-ferreira
Copy link
Contributor

Hello,

Thanks for reporting this. I am not aware of anyone running LIST on that platform.
I'm afraid that error message may be misleading. That error along with the fact that the version is not made available to the GUI indicates that the backend server is not running properly.
From your message, it isn't obvious if you are running the other required containers, as defined here. Can you please confirm that? If yes, can you send me the logs of the containers?

@HusLam
Copy link
Author

HusLam commented Nov 15, 2022

Hi Pedro,

thanks for your prompt response! It's a pity that you don't have any experience with list running on this platform.
In the Iox environment of the switch there is no possibility to run docker-compose.yaml file and docker containers as in the docker environment. I've been able to run all 4 images as 4 apps. I am in contact with the cisco regarding this issue.
Here are the connection outputs to the ebutech/list-pi container. Maybe you can identify some errors that need to be fixed for list to work properly. Otherwise, we can close this issue here and I will proceed with the issue on the vendor side.

connection_webserver.txt
debug.txt

@pedro-alves-ferreira
Copy link
Contributor

pedro-alves-ferreira commented Nov 15, 2022 via email

@HusLam
Copy link
Author

HusLam commented Nov 15, 2022

After restarting all the apps / docker images, the connection to the webserver container looks better, but some skript cannot be executed. Here is a correspoding log file.
connection_webserver.txt
debug.txt

@HusLam
Copy link
Author

HusLam commented Nov 15, 2022

After terminating all the running processes from the node the nodemon started working as expected. But now there is another issue:

Health checker: trying to create receiver
[AMQP] connecting to amqp://rabbitmq:5672
Health checker: trying to create receiver
[AMQP] connecting to amqp://rabbitmq:5672
Error connecting to AMQP broker: Error: getaddrinfo EAI_AGAIN rabbitmq

On the rabbitmq-server container itself:

rabbitmq-server

ERROR: node with name "rabbit" already running on "68568daeb9c0"

Thanks in advance!!
Lamija

@MohammadQurt
Copy link

Hi,
I faced same issue on Ubuntu 22.04, while using docker compose.

Issue: login ("The credentials used are not correct") and when try to register any username ("The username is already being used")

Cause of the issue: server diskspace was full.

Fixed by cleaning "/var/lib/docker/volumes/ebu_listserver/_data/" directory.

I have tried "docker system prune --volumes" before deleting the directory, but it didn't help.

I'm sharing this post to help anyone facing this issue.

Also, if someone have better handle for this, please let me know

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

3 participants