Error during saving an object

Hi,
When I try to save an object Backendless returns an error: BackendlessException{ code: ‘Server.Processing’, message: ‘java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction’ }

Hi,
What business logic code do you have for this request?
Please post it here
Artur

I use Android SDK: Backendless.Persistence.save(entity)

I mean business logic code (event handlers).

Sent to support mail

Hi DK,
Please, describe the use case which causes the error.
I just want to clarify in which case is the error occurring - when you create a new entity or when you update existing entity?
Are these event handlers in the production of your app? If yes - please provide us your app id.

Regards Ilya

Answered to support mail

Can’t reproduce the problem.(
Please, provide us minimal sample to run in browser and get this error.