Application ID: DEC6B808-645B-7B62-FF97-8D7C3B617700
Error UID: 311A3662-E630-40DC-92DA-C3BACC4981B3
Backendless encountered an error while handling the request. An internal trouble ticket with ID bl-server:311A3662-E630-40DC-92DA-C3BACC4981B3 has been created and we will be investigating the issue.
com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
java.lang.RuntimeException: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
at com.backendless.persistence.RelationsService.deleteAllRelations(RelationsService.java:191)
at com.backendless.persistence.RelationsService.lambda$setRelation$0(RelationsService.java:160)
at com.backendless.datamodel.application.dao.AppJpaTransaction.executeSync(AppJpaTransaction.java:135)
at com.backendless.datamodel.application.dao.AppJpaTransaction.executeSync(AppJpaTransaction.java:217)
at com.backendless.datamodel.application.dao.AppJpaTransaction.execute(AppJpaTransaction.java:56)
at com.backendless.datamodel.dao.JpaTransactionService.executeApp(JpaTransactionService.java:47)
at com.backendless.persistence.RelationsService.setRelation(RelationsService.java:159)
at com.backendless.monitoring.PerformanceMonitoring.invoke(PerformanceMonitoring.java:32)
at com.backendless.services.persistence.internal.PersistenceService.lambda$setRelation$9(PersistenceService.java:620)
at com.backendless.datamodel.application.dao.AppJpaContext.executeSync(AppJpaContext.java:228)
at com.backendless.datamodel.application.dao.AppJpaContext.lambda$execute$0(AppJpaContext.java:54)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at com.backendless.async.BackendlessExecutorService.lambda$execute$1(BackendlessExecutorService.java:153)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Suppressed: java.util.concurrent.ExecutionException: java.lang.RuntimeException: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
at com.backendless.async.AsyncUtils.safeGet(AsyncUtils.java:69)
at com.backendless.services.persistence.internal.P
Problem description
Describe what you did in console that led to the error. Please provide a description of what actually happens. Be descriptive: “it doesn’t work” does not describe what the behavior actually is. This will help us with reproducing the problem.
Steps to reproduce
Please describe steps to reproduce starting from the first action.