Issue
ES does not start. In the error log, the following errors are present:
- nsp.util.SQLite SQLite: Error. Error code: 778
- nsp.util.SQLite SQLITE: Unrecoverable error. Will exit(1).'
Product Line
EcoStruxure Building Operation
Environment
Enterprise server
Cause
If the hard drive is damaged or full, the Enterprise Server will not be able to write data to the disk and the error log will contain error 778. This error means:
(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 hard drive or clear out some data depending on what the issue is.