Hello!
Any ideas on how to fix this error on my wrapper.log?
org.sqlite.SQLiteException: [SQLITE_IOERR_DELETE] I/O error within xDelete (disk I/O error)
Caused by: java.lang.RuntimeException: Unable to configure sqlite log appender.
I tried already deleting the logs/system.logs.idb but didn´t work
Any ideas welcome.
Is that the entire logged error message?
is an error appear on the wrapper.log, can´t start the gateway.
Navigate into Ignition's install folder. Find the file logs/wrapper.log
. Open in a text editor and examine the last few hundred lines for clues. If the answer doesn't jump out at you, share those last few hundred lines here. (Post them as if they were code.)
(My guess is that you've run out of disk space.)
4 Likes
I found error on the wrapper.log
org.sqlite.SQLiteException: [SQLITE_BUSY] The database file is locked (database is locked)
I guess was a memory problem because I was using many namedquery bindings with many script transform without saving them...
I tried to rename the data/db/config.idb to change it for another backed data\db\autobackup\config.idb,
but can´t as it´s being use by java.exe, also can´t kill java.exe from cmd...
taskkill /PID 1234 /F
Aniway now I reinstalled ignition, and I will use the .gwbk file I got to restore the gateway...this .gwbk gateway is a bit old,
Alejandro_Alaco:
bit old
Save early, safe often... plus you have the option to schedule backups.
1 Like
Yes, I will shedule backups next time. I will find how to do it. Thanks @jlandwerlen !
It is extremely unlikely that has any relation to the actual problem you were having.
2 Likes