Skip to content

Instantly share code, notes, and snippets.

@quentin23soleil
Created August 6, 2013 15:31
Show Gist options
  • Save quentin23soleil/6165555 to your computer and use it in GitHub Desktop.
Save quentin23soleil/6165555 to your computer and use it in GitHub Desktop.
08-06 17:28:09.528: E/SQLiteLog(26897): (14) cannot open file at line 30191 of [00bb9c9ce4]
08-06 17:28:09.528: E/SQLiteLog(26897): (14) os_unix.c:30191: (24) open(/data/data/com.jv.falcon.pro/databases/tweets.db-journal) -
08-06 17:28:09.528: E/SQLiteLog(26897): (14) cannot open file at line 30191 of [00bb9c9ce4]
08-06 17:28:09.528: E/SQLiteLog(26897): (14) os_unix.c:30191: (24) open(/data/data/com.jv.falcon.pro/databases/tweets.db-journal) -
08-06 17:28:09.528: E/SQLiteLog(26897): (14) statement aborts at 156: [SELECT * FROM tweets WHERE (user = "kentin_dommerc" AND mention= 0 AND dm= 0 ) AND (pubdate > 1375716489534 AND content IS NULL AND img LIKE 'http%' AND (( fromUser = ? ) OR fav = 1))
08-06 17:28:09.528: E/SQLiteQuery(26897): exception: unable to open database file (code 14); query: SELECT * FROM tweets WHERE (user = "kentin_dommerc" AND mention= 0 AND dm= 0 ) AND (pubdate > 1375716489534 AND content IS NULL AND img LIKE 'http%' AND (( fromUser = ? ) OR fav = 1)) ORDER BY pubdate DESC LIMIT 200
08-06 17:28:09.538: W/System.err(26897): android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file (code 14)
08-06 17:28:09.538: W/System.err(26897): at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
08-06 17:28:09.538: W/System.err(26897): at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:845)
08-06 17:28:09.538: W/System.err(26897): at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
08-06 17:28:09.538: W/System.err(26897): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
08-06 17:28:09.538: W/System.err(26897): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:144)
08-06 17:28:09.538: W/System.err(26897): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:133)
08-06 17:28:09.538: W/System.err(26897): at android.content.ContentResolver.query(ContentResolver.java:433)
08-06 17:28:09.538: W/System.err(26897): at android.content.ContentResolver.query(ContentResolver.java:357)
08-06 17:28:09.538: W/System.err(26897): at sr.b(SourceFile:507)
08-06 17:28:09.538: W/System.err(26897): at com.jv.falcon.pro.service.RefreshIntentService.onHandleIntent(SourceFile:180)
08-06 17:28:09.538: W/System.err(26897): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
08-06 17:28:09.538: W/System.err(26897): at android.os.Handler.dispatchMessage(Handler.java:99)
08-06 17:28:09.538: W/System.err(26897): at android.os.Looper.loop(Looper.java:137)
08-06 17:28:09.538: W/System.err(26897): at android.os.HandlerThread.run(HandlerThread.java:61)
@nsathish41
Copy link

hi, how to solve this sqliteLog error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment