Issue
- nsp.util.SQLite SQLite: Error. Error code: 778
- nsp.util.SQLite SQLITE: Unrecoverable error. Will exit(1).'
- ES server do not start
Product Line
SmartStruxure Solution
Environment
Enterprise server
Cause
If the harddrive is damaged or full the enterprise server will not be able to write data to the disk and you will see in the error log error 778. The error means the following:
(778) SQLITE_IOERR_WRITE
The SQLITE_IOERR_WRITE error code is an extended error code for SQLITE_IOERR indicating an I/O error in the VFS layer while trying to write into a file on disk. This error might result from a hardware malfunction or because a filesystem came unmounted while the file was open. This error should not occur if the filesystem is full as there is a separate error code (SQLITE_FULL) for that purpose.
Resolution
Change the harddrive or clear out some data depending on what the issue is.