com.atlassian.stash.internal.migration.MigrationException: One or more database connections were not closed within the allotted timeout. To prevent corruption due to inconsistent state, the migration has been aborted. Please try your migration again when the system is under less load.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Atlassian JIRA by Thomas Bright [Atlassian], 1 year ago
via Atlassian JIRA by Thomas Bright [Atlassian], 1 year ago
com.atlassian.stash.internal.migration.MigrationException: One or more database connections were not closed within the allotted timeout. To prevent corruption due to inconsistent state, the migration has been aborted. Please try your migration again when the system is under less load.
at com.atlassian.stash.internal.migration.DefaultMigrationService.drainDataSource(DefaultMigrationService.java:603)
at com.atlassian.stash.internal.migration.DefaultMigrationService.writeBackup(DefaultMigrationService.java:388)
at com.atlassian.stash.internal.backup.AbstractBackupSupport.backup(AbstractBackupSupport.java:92)
at com.atlassian.stash.internal.migration.DefaultMigrationService.performMigration(DefaultMigrationService.java:714)
at com.atlassian.stash.internal.migration.DefaultMigrationService.access$100(DefaultMigrationService.java:63)
at com.atlassian.stash.internal.migration.DefaultMigrationService$1.run(DefaultMigrationService.java:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at com.atlassian.stash.internal.concurrent.StateTransferringExecutor$StateTransferringRunnable.run(StateTransferringExecutor.java:68)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)