Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeException: Unable to copy database file. #53

Open
sentry-io bot opened this issue Oct 15, 2023 · 1 comment
Open

RuntimeException: Unable to copy database file. #53

sentry-io bot opened this issue Oct 15, 2023 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 15, 2023

Sentry Issue: NOTIFICATION-DICTIONARY-Z

ErrnoException: open failed: ENOENT (No such file or directory)
    at libcore.io.Linux.open(Linux.java)
    at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
    at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
    at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
    at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7460)
...
(11 additional frame(s) were not displayed)

FileNotFoundException: /data/data/com.xtreak.notificationdictionary/databases/dictionary.db: open failed: ENOENT (No such file or directory)
    at libcore.io.IoBridge.open(IoBridge.java:496)
    at java.io.FileInputStream.<init>(FileInputStream.java:159)
    at z0.l.D(SQLiteCopyOpenHelper.java:4)
    at z0.l.J(SQLiteCopyOpenHelper.java:11)
    at z0.l.B(SQLiteCopyOpenHelper.java:2)
...
(6 additional frame(s) were not displayed)

RuntimeException: Unable to copy database file.
    at z0.l.J(SQLiteCopyOpenHelper.java:13)
    at z0.l.B(SQLiteCopyOpenHelper.java:2)
    at androidx.room.e.a(RoomDatabase.java:1)
    at g.o.c(LayoutIncludeDetector.java:4)
    at q3.e.run
...
(3 additional frame(s) were not displayed)
@tirkarthi
Copy link
Owner

The steps to reproduce this is not clear. Adding this issue in case someone can add steps. The issue can happen when the app is downloaded without downloading the dictionary due to internet issues due to which the file is not present or the file cannot be unzipped with dictionary being 100MB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant