I've got a fresh install of Jasmin I'm trying to get running on a GKE cluster following the instructions
here. The instructions make it clear that after applying the redis, rabbitmq and jasmin files, I should see certain lines in the log. If I don't, I'm having "
troubles somewhere" and I need to be "
solving them". Unfortunately the logging and events coming out of the pods aren't telling me much of anything. I tried increasing the log level to DEBUG, but I'm still only getting 2 INFO lines and then nothing.
What I'm getting:
2024-01-11 16:19:53 INFO 1 Starting Jasmin Daemon ...
2024-01-11 16:19:53 INFO 1 Interceptor client Started.
What I'm expecting:
INFO 1 Starting Jasmin Daemon ...
INFO 1 Interceptor client Started.
INFO 1 RedisClient Started.
INFO 1 AMQP Broker Started.
INFO 1 RouterPB Started.
INFO 1 SMPPClientManagerPB Started.
INFO 1 DLRLookup Started.
INFO 1 SMPPServer Started.
INFO 1 deliverSmThrower Started.
INFO 1 DLRThrower Started.
INFO 1 HTTPApi Started.
INFO 1 jCli Started.
I'm not sure where to get any useful information regarding why the jasmin container isn't starting the various components past "Interceptor client".
- Chad