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

android.database.sqlite.SQLiteFullException: database or disk is full (code 13) #172

Open
pilhuhn opened this issue Mar 18, 2014 · 3 comments

Comments

@pilhuhn
Copy link
Owner

pilhuhn commented Mar 18, 2014

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:299)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
Caused by: android.database.sqlite.SQLiteFullException: database or disk is full (code 13)
at android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)
at android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:548)
at android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession.java:437)
at android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:401)
at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:522)
at de.bsd.zwitscher.TweetDB.storeValues(TweetDB.java:1035)
at de.bsd.zwitscher.TwitterHelper.persistStatus(TwitterHelper.java:858)
at de.bsd.zwitscher.TwitterHelper.getTimeline(TwitterHelper.java:98)
at de.bsd.zwitscher.TweetListActivity.getTimlinesFromTwitter(TweetListActivity.java:258)
at de.bsd.zwitscher.TweetListActivity.access$100(TweetListActivity.java:56)
at de.bsd.zwitscher.TweetListActivity$GetTimeLineTask.doInBackground(TweetListActivity.java:672)
at de.bsd.zwitscher.TweetListActivity$GetTimeLineTask.doInBackground(TweetListActivity.java:571)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
... 4 more
@DIYwei
Copy link

DIYwei commented Mar 19, 2016

I also have a problem with it.Can you tell me how to solve this issue?
Thank you.

@luohaoxin
Copy link

I also have the problem,can anyone tell me how to solve it

@pilhuhn
Copy link
Owner Author

pilhuhn commented Aug 9, 2016

There is a menu item "clean up" that may help. I Zwitscher should from time to time just call this in a background job

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

No branches or pull requests

3 participants