Someone kindly help me look into this.
I checked the jasmin installation guide and as it turned out, some of the prerequesites and dependencies were already installed on my vps. For those that were not installed, I installed the ones I was able to install and asked my hosting provider to help me install the rest, and finally install jasmin. I can not ask my hosting provider to help me look into this as it is out of the scope of my package. Someone kindly help me look into it. I will really be grateful.
When ever I try to connect I get
telnet 127.0.0.1 8990
Trying 127.0.0.1...
telnet: connect to address
127.0.0.1: Connection refused
Below is my jasmin cfg file
[jasmind]
log_level = DEBUG
log_file = /var/log/jasmin/jasmin.log
[amqp]
hostname = 127.0.0.1
port = 5672
username = guest
password = guest
[redis]
host = 127.0.0.1
port = 6379
[jcli]
bind = 127.0.0.1
port = 8990
authentication = TRUE
admin_username = myusername
admin_password = mypassword_in_md5
log_level = INFO
log_file = /var/log/jasmin/jcli.log
log_format = %(asctime)s %(levelname)-8s %(process)d %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
[smpp-server]
id ="smpps_01"
port = 2775
log_level = INFO
log_file = /var/log/jasmin/default-smpps_01.log
I check the ports but no result was returned, which I believe the port is free.
sudo netstat -tuln | grep 8990
sudo netstat -tuln | grep 2775