Tflite android multithread error in process function. Object not locked by thread before wait()

Good day.
Android application start throws an error about
java.lang.IllegalMonitorStateException: object not locked by thread before wait()
in this line of code
outputs = model.process(inputFeature0)

Could someone helps to solve this problem?