Usually I see that error when I try to log a step in a model or engine callback. Some of the callbacks that are already in the model have logging turned off for the sequence but if you create your own callbacks then you may need to turn that off for them or just don't have any steps log data when clients override.
Hope this helps,