Gekko Forum
SQLITE_CORRUPT error - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html)
+--- Thread: SQLITE_CORRUPT error (/thread-1476.html)



SQLITE_CORRUPT error - chad.mercer - 02-12-2018

Installed gekko on Bash for Windows per the instructions.  UI is working fine.  (Still can't get tulind to install, but that's not the purpose of this post.)

I'm doing a number of imports, and I keep getting errors like this in between "Child process has died." popups:

Quote:{ Error: SQLITE_CORRUPT: database disk image is malformed errno: 11, code: 'SQLITE_CORRUPT' }

The import process seems just a bit flaky.

Any thoughts?


RE: SQLITE_CORRUPT error - SettusBlake - 02-14-2018

Me too. Did you find a solution?


RE: SQLITE_CORRUPT error - caafff - 02-16-2018

(02-12-2018, 08:40 PM)chad.mercer Wrote: Installed gekko on Bash for Windows per the instructions.  UI is working fine.  (Still can't get tulind to install, but that's not the purpose of this post.)

I'm doing a number of imports, and I keep getting errors like this in between "Child process has died." popups:

Quote:{ Error: SQLITE_CORRUPT: database disk image is malformed errno: 11, code: 'SQLITE_CORRUPT' }

The import process seems just a bit flaky.

Any thoughts?

You can find some threads on Gekko Github.
I had the same issue and fixed it.
I followed other users' advice too.

Plugins/Sqlite/handle.js 
55 lines; change 1500 to 5000~15000. 
5000 is 50/50. So, please use over 7000.

Then you won't get any issue about Sqlite busy.
Good luck [Image: smile.png]


RE: SQLITE_CORRUPT error - susitronix - 02-16-2018

@caeff
Very nice post!
@chad.mercer
Could you Please EDIT YOUR POST and write in the subject Field: [SOLVED]