The repository adapter only supports synchronous operations. RequestControl.requiredInteractionStyle should not be set to "async" and RequestControl.ticket should not be set.
Ensure that the repository adapter supports the asynchronous operation. You might need to replace the adapter with another one which support this operation or use the synchronous interaction style.