Hi,
I am using latest Jasmin docker image from Docker Hub and am using MT interceptors.
All was working fine up to a docker restart. Now I am getting interceptor errors
in http-api log, when Jasmin tries to execute an interceptor.
2021-03-01 16:18:08 DEBUG 1 RouterPB selected StaticMTInterceptor/<MTIS (pyCode=# Jasmin package is installed ..)> interceptor for this SubmitSmPDU
2021-03-01 16:18:08 ERROR 1 InterceptorPB not connected !
2021-03-01 16:18:08 ERROR 1 Error: 503: InterceptorNotConnectedError (InterceptorPB not connected !)
2021-03-01 16:18:08 DEBUG 1 Returning {'return': 'InterceptorPB not connected !', 'status': 503} to 172.18.0.1.
Logged in to the Jasmin docker and seeing this
root@a8993aed657b:/usr/jasmin# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.2 2.8 677488 56956 ? Ssl 16:17 0:00 /usr/local/bin/python /usr/local/bin/jasmind.py --enable-interceptor-client --enable-dlr-thrower --enable-dlr-lookup -u jcliadmin -p jclipwd
root 6 0.1 0.0 0 0 ? Z 16:17 0:00 [interceptord.py] <defunct>
Have tried restarting docker and downloading new image, but still the same error.
What could be wrong.
Regards,
Janari