pilhuhn / ZwitscherA

A micro blogging client for Android
http://bsd.de/zwitscher
Other
71 stars 30 forks source link

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

Open pilhuhn opened 10 years ago

pilhuhn commented 10 years ago
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 commented 8 years ago

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

luohaoxin commented 8 years ago

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

pilhuhn commented 8 years ago

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