I am developing an Android App using PhoneGap. The App receives the frontend data fron a backend on the internet and make it an offline app using cache manifest. This worked for half a year now perfectly, but now, if the app is trying to update, it downloads everything but at the end, I get the error
03-24 19:42:41.304: E/SQLiteLog(2951): (13) statement aborts at 10: [INSERT INTO CacheResourceData (data, path) VALUES (?, ?)]
03-24 19:42:41.304: E/SQLiteLog(2951): (1) statement aborts at 2: [ROLLBACK] cannot rollback - no transaction is active
on the LogCat logs. Dose anyone now, what this means, what the problem is and maybe, how I can solve this? The AppCacheMaxSize
is already set to 100MB
and this is much more then the application really needs.