|
I Created a build from SVN checkout of Spine (main) last night.
Building the Code to executables works fine, but I get the following runtime errors:
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
, SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'device_id' in 'where clause'' (Spine parent)
Building spine from the 0.8.7.e Branch do not lead into this error.
But If I build from the 0.8.7 branch I get massive errors on deplucate entries.
02/02/2010 02:50:29 PM - SPINE: Poller[0] ERROR: SQL Failed! Error:'1062', Message:'Duplicate entry '54758-errors_in-2010-02-02 14:50:25' for key 1', SQL Fragment:'INSERT INTO poller_output_boost (local_data_id, rrd_name, time, output) VALUES (54758,'errors_in','2010-02-02 14:50:25','0'),(54758,'discards_in','2010-02-02 14:50:25','0'),(54758,'discards_out','2010-02-02 14:50:25','0'),(54758,'errors_out','2010-02-02 14:50:25','0'),(54759,'errors_in','2010-02-02 14:50:25','0'),(54759,'discards_in','2010-02-02 14:50:25','0'),(54759,'discards_out','2010-02-02 14:50:25','0'),(54759,'errors_out','2010-02-02 14:50:25','0'),(54760,'errors_in','2010-02-02 14:50:25','0'),(54760,'discards_in','2010-02-02 14:50:25','0'),(54760,'discards_out','2010-02-02 14:50:25','0'),(54760,'errors_out','2010-02-02 14:50:25','0'),(54761,'errors_in','2010-02-02 14:50:25','0'),(54761,'discards_in','2010-02-02 14:50:25','0'),(54761,'discards_out','2010-02-02 14:50:25','0'),(54761,'errors_out','2010-02-02 14:50:25','0'),(54762,'errors_in','2010-02-02 14:50:25','0'),(54762,'discards_in','2010-02-02 14:50:25','0'),(54762,'discards_out','2010-02-02 14:50:25','0'),(54762,'errors_out','2010-02-02 14:50:25''
02/02/2010 02:50:29 PM - SPINE: Poller[0] ERROR: SQL Failed! Error:'1062', Message:'Duplicate entry '54758-errors_in-2010-02-02 14:50:25' for key 1', SQL Fragment:'INSERT INTO poller_output (local_data_id, rrd_name, time, output) VALUES (54758,'errors_in','2010-02-02 14:50:25','0'),(54758,'discards_in','2010-02-02 14:50:25','0'),(54758,'discards_out','2010-02-02 14:50:25','0'),(54758,'errors_out','2010-02-02 14:50:25','0'),(54759,'errors_in','2010-02-02 14:50:25','0'),(54759,'discards_in','2010-02-02 14:50:25','0'),(54759,'discards_out','2010-02-02 14:50:25','0'),(54759,'errors_out','2010-02-02 14:50:25','0'),(54760,'errors_in','2010-02-02 14:50:25','0'),(54760,'discards_in','2010-02-02 14:50:25','0'),(54760,'discards_out','2010-02-02 14:50:25','0'),(54760,'errors_out','2010-02-02 14:50:25','0'),(54761,'errors_in','2010-02-02 14:50:25','0'),(54761,'discards_in','2010-02-02 14:50:25','0'),(54761,'discards_out','2010-02-02 14:50:25','0'),(54761,'errors_out','2010-02-02 14:50:25','0'),(54762,'errors_in','2010-02-02 14:50:25','0'),(54762,'discards_in','2010-02-02 14:50:25','0'),(54762,'discards_out','2010-02-02 14:50:25','0'),(54762,'errors_out','2010-02-02 14:50:25','0'),'
Last edited by Deviloper on Tue Feb 02, 2010 8:56 am, edited 1 time in total.
|