You are on page 1of 1

java.lang.IllegalStateException: The file system on the device is in a bad state.

WorkManager cannot access the app's internal data store.


at androidx.work.impl.utils.ForceStopRunnable.run(SourceFile:8)
at o.dh6$a.run(SourceFile:1)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: android.database.sqlite.SQLiteDatabaseLockedException: database is
locked (code 5 SQLITE_BUSY[5])
at android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)
at
android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:957)
at
android.database.sqlite.SQLiteSession.beginTransactionUnchecked(SQLiteSession.java:
325)
at
android.database.sqlite.SQLiteSession.beginTransaction(SQLiteSession.java:300)
at
android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:772)
at
android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:682)
at o.ej2.ͺ(SourceFile:1)
at androidx.work.impl.WorkDatabase$b.ˎ(SourceFile:2)
at androidx.work.impl.WorkDatabase_Impl$a.ˏ(SourceFile:6)
at androidx.room.k.ʻ(SourceFile:3)
at o.fj2$a.onOpen(SourceFile:2)
at
android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:50
1)
at
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:
387)
at o.fj2$a.‫(ـ‬SourceFile:2)
at o.fj2.ʽ(SourceFile:1)
at androidx.room.RoomDatabase.inTransaction(SourceFile:1)
at androidx.room.RoomDatabase.assertNotSuspendingTransaction(SourceFile:1)
at o.e57.ˋ(SourceFile:2)
at o.g57.ʽ(SourceFile:3)
at androidx.work.impl.utils.ForceStopRunnable.ˊ(SourceFile:2)
at androidx.work.impl.utils.ForceStopRunnable.ˋ(SourceFile:1)
at androidx.work.impl.utils.ForceStopRunnable.run(SourceFile:5)
... 4 more

You might also like