IllegalStateException

Anders Yuran4 years ago

I get this when sms should be sent.

2020-06-04 06:32:45  WARN: SMS sending error - System error - IllegalStateException (SmppClient:247 < *:264 < ...)

Java manual state
Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.

So it seems to be a Traccar problem. I use the embedded java

Please advice