spine 0.8.8d running error

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
shijiaqi
Posts: 1
Joined: Fri Jun 12, 2015 1:17 am

spine 0.8.8d running error

Post by shijiaqi »

I compile the spine 0.8.8d and change the poller type to spine,and when i view the log , I get the following error:
06/12/2015 02:30:00 PM - SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'polling_time' in 'field list'' (Spine thread)
06/12/2015 02:30:00 PM - POLLER: Poller[0] WARNING: There are '1' detected as overrunning a polling process, please investigate
06/12/2015 02:30:00 PM - SYSTEM STATS: Time:298.9135 Method:spine Processes:1 Threads:1 Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0
06/12/2015 02:30:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.

Does anyone have the same problem? And could someone help me?
Thanks!
norah10
Posts: 7
Joined: Wed May 20, 2015 6:27 am

Re: spine 0.8.8d running error

Post by norah10 »

Same here...
switched back to cmd.php untill I find a solution
User avatar
Happiness0
Cacti User
Posts: 63
Joined: Wed Oct 29, 2014 5:01 am
Contact:

Re: spine 0.8.8d running error

Post by Happiness0 »

Does the version of spine must be the same that the version of cacti?
User avatar
Happiness0
Cacti User
Posts: 63
Joined: Wed Oct 29, 2014 5:01 am
Contact:

Re: spine 0.8.8d running error

Post by Happiness0 »

The thing I find strange is that if we look for the spine.c file, we have this line:

Code: Select all

 snprintf(query1, BUFSIZE, "UPDATE host SET polling_time='%g' WHERE id=%i", poll_time, host_id);
Or, there is no column "polling_time" in the table host , so it might be related to the problem.
cigamit
Developer
Posts: 3367
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Re: spine 0.8.8d running error

Post by cigamit »

Please submit a bug for this. And we will get it taken care of. It does appear that some code from a later revision made it into there.

http://bugs.cacti.net/
cigamit
Developer
Posts: 3367
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Re: spine 0.8.8d running error

Post by cigamit »

The downloadable version of spine 0.8.8d does not contain this line of code. Where did you download it from?
User avatar
Happiness0
Cacti User
Posts: 63
Joined: Wed Oct 29, 2014 5:01 am
Contact:

Re: spine 0.8.8d running error

Post by Happiness0 »

Wrong file, sorry. The line is in poller.c, line 1289. Downloaded from the official website. http://www.cacti.net/downloads/spine/ca ... .8d.tar.gz

EDIT:issue reported here http://bugs.cacti.net/view.php?id=2576
User avatar
jmb
Posts: 17
Joined: Tue Jul 29, 2008 2:32 pm

Re: spine 0.8.8d running error

Post by jmb »

Can you please add 0.8.8d to the list of product versions on bugs.cacti.net so that we can report against it?
User avatar
Happiness0
Cacti User
Posts: 63
Joined: Wed Oct 29, 2014 5:01 am
Contact:

Re: spine 0.8.8d running error

Post by Happiness0 »

I'm certainly missing something obvious, but I do not see an edit buton on the issue, while being logged in.
neox01
Posts: 34
Joined: Thu Nov 24, 2011 2:50 am
Location: Germany

Re: spine 0.8.8d running error

Post by neox01 »

Get a similar FATAL error when using Spine 0.8.8d:

06/22/2015 05:15:01 PM - SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'snmp_sysUptimeInstance' in 'field list'' (Spine thread)
and
06/22/2015 05:05:01 PM - SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'polling_time' in 'field list'' (Spine thread)

06/22/2015 05:30:01 PM - PHPSVR: Poller[0] ERROR: Input Expected, Script Server Terminating

Downloaded from here:
http://www.cacti.net/downloads/spine/ca ... .8d.tar.gz

cmd.php works fine. Any ideas?
Kreezer
Posts: 43
Joined: Fri Jan 31, 2014 8:26 am

Re: spine 0.8.8d running error

Post by Kreezer »

Same Problem (SPINE 0.8.8d Copyright 2002-2015 by The Cacti Group).

Code: Select all

SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'snmp_sysUptimeInstance' in 'field list'' (Spine thread)
SPINE: Poller[0] FATAL: MySQL Error:'1054', Message:'Unknown column 'polling_time' in 'field list'' (Spine thread)
Temporary workaround:
I switched back to "SPINE 0.8.8b Copyright 2002-2013 by The Cacti Group".
Cacti runs with version 0.8.8d
Cacti Version - 0.8.8h - Poller Type - SPINE 0.8.8h
MySQL - 5.0.54 - PHP - 5.1.6 -RRDTool - 1.2.23 - SNMP - 5.1.2
Plugins - Banner 0.32, Camm 1.6.7, Dashboard 1.2, Fix64bit 0.4, Monitor 1.3, Passwd 0.1, Settings 0.71, Tools 0.3, Realtime 0.5, Rrdclean 1.1, Spikekill 1.3, Syslog 1.22, Thold 0.6
neox01
Posts: 34
Joined: Thu Nov 24, 2011 2:50 am
Location: Germany

Re: spine 0.8.8d running error

Post by neox01 »

Kreezer wrote: Temporary workaround:
I switched back to "SPINE 0.8.8b Copyright 2002-2013 by The Cacti Group".
Cacti runs with version 0.8.8d
Same workaround for me. Even I go with Spine version 0.8.8c untill a fixed Spine version 0.8.8d is provided.
User avatar
Happiness0
Cacti User
Posts: 63
Joined: Wed Oct 29, 2014 5:01 am
Contact:

Re: spine 0.8.8d running error

Post by Happiness0 »

Yes, another workaround is proposed in the bug report http://bugs.cacti.net/view.php?id=2576 : adding the missing columns in the host table.
roxy
Posts: 17
Joined: Wed May 04, 2016 7:56 am

Re: spine 0.8.8d running error

Post by roxy »

can you please guide how can I check the details of below bug and workaround suggest of the same?

http://bugs.cacti.net/view.php?id=2576

this link is now redirected to a new site..where I can not find any information.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest