Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SQLiteDatabaseCorruptException: file is encrypted or is not a database (code 26) #41

Open

Description

In certain cases I get reports of the following error, however, I am unable to reproduce it reliably right now. I am not sure if it has to do directly with this library, but I am using it in my project. I do not have file encryption.

Does this happen for someone else as well, by any chance. Do you have a clue, of it is caused by the library, or if it is an error of SQLLite or the android file system.

According to this: https://sqlite.org/rescode.html#notadb the db file was not existing, which shouldn't be the case.

2018年11月19日 10:48:30.751 12786-12859/? E/AndroidRuntime: FATAL EXCEPTION: Thread-13
 Process: com.myapp.example, PID: 12786
 android.database.sqlite.SQLiteDatabaseCorruptException: file is encrypted or is not a database (code 26)
 at android.database.sqlite.SQLiteConnection.nativeExecuteForLong(Native Method)
 at android.database.sqlite.SQLiteConnection.executeForLong(SQLiteConnection.java:599)
 at android.database.sqlite.SQLiteSession.executeForLong(SQLiteSession.java:652)
 at android.database.sqlite.SQLiteStatement.simpleQueryForLong(SQLiteStatement.java:107)
 at android.database.DatabaseUtils.longForQuery(DatabaseUtils.java:842)
 at android.database.DatabaseUtils.longForQuery(DatabaseUtils.java:830)
 at android.database.sqlite.SQLiteDatabase.getVersion(SQLiteDatabase.java:940)
 at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:311)
 at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:262)
 at com.colintmiller.simplenosql.db.SimpleNoSQLDBHelper.getEntities(SimpleNoSQLDBHelper.java:116)
 at com.colintmiller.simplenosql.db.SimpleNoSQLDBHelper.getEntities(SimpleNoSQLDBHelper.java:107)
 at com.colintmiller.simplenosql.threading.DataDispatcher.retrieve(DataDispatcher.java:121)
 at com.colintmiller.simplenosql.threading.DataDispatcher.run(DataDispatcher.java:83)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /