I am trying installation on my VMWare workstation using CentOS 8. I was able to successfully install and test HTTP API messages on Ubuntu 20. But lots of issues with CentOS 8. First I faced issue with Docker installation, as it would always return error docker.service not found. After managing to go through forums I found an older working version of docker to work. Now, after completing the installation, when trying telnet to 127.0.0.1 8990 its refuses connection. Turns out jasmind fails to start. After restarting it sometimes stays up for few seconds before going down again. I have all other services running, (Docker, Redis, RabbitMQ).
[root@localhost bugs]# systemctl status jasmind
● jasmind.service - Jasmin SMS Gateway
Loaded: loaded (/usr/lib/systemd/system/jasmind.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2021-02-11 21:09:35 IST; 15min ago
Main PID: 151810 (code=exited, status=1/FAILURE)
Feb 11 21:09:33 localhost.localdomain systemd[1]: Started Jasmin SMS Gateway.
Feb 11 21:09:35 localhost.localdomain jasmind[151810]: Traceback (most recent call last):
Feb 11 21:09:35 localhost.localdomain jasmind[151810]: File "/usr/local/bin/jasmind.py", line 17, in <module>
Feb 11 21:09:35 localhost.localdomain jasmind[151810]: from jasmin.interceptor.configs import InterceptorPBClientConfig
Feb 11 21:09:35 localhost.localdomain jasmind[151810]: ModuleNotFoundError: No module named 'jasmin'
Feb 11 21:09:35 localhost.localdomain systemd[1]: jasmind.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 21:09:35 localhost.localdomain systemd[1]: jasmind.service: Failed with result 'exit-code'.