Page 1 of 1

Boolean errors

Posted: Sun Jan 23, 2005 8:37 pm
by madmax
Does anyone know why I would get the following errors while viewing live video?

Jan 23 15:23:06 localhost nph-zms[20350]: WAR [Attempt to fetch boolean value for ZM_WATCH_MAX_DELAY, actual type is decimal]
Jan 23 15:23:06 localhost nph-zms[20350]: WAR [Attempt to fetch boolean value for ZM_FORCED_ALARM_SCORE, actual type is integer]
Jan 23 15:23:06 localhost nph-zms[20350]: WAR [Attempt to fetch boolean value for ZM_BULK_FRAME_INTERVAL, actual type is integer]
Jan 23 15:23:06 localhost nph-zms[20350]: WAR [Attempt to fetch boolean value for ZM_JPEG_FILE_QUALITY, actual type is integer]

Posted: Sun Jan 23, 2005 8:52 pm
by zoneminder
This is usually because you've built a new version, and run zmconfig.pl which has populated the DB with changed config. However you probably have the old version still running, if you have either not installed, or not restarted since doing so. The config items are actually keyed on an index in the binary files so when new config is added some of them shift up or down.

Phil