Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Errors in Log When Viewing Graphs with Boost

 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Announcements
Author Message
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Thu Oct 16, 2008 8:39 am    Post subject: Errors in Log When Viewing Graphs with Boost Reply with quote

Whenever someone views graphs in Cacti, I get the following errors"

10/16/2008 08:33:33 AM - BOOST SERVER: Poller[0] WARNING: Broken connection detected '127.0.0.1'
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"


The data on the graphs seems to be correct and the system doesn't seem to be affected. If graphs are NOT being viewed, then we don't get any errors. I was told the 2006 error was mysql dropping the connection, but I have checked the logs and that doesn't seem to be the problem. Does any one know how to correct the problem or what to look for? I am running 8.7b with the latest SVN of Boost.
Back to top
gandalf
Developer


Joined: 02 Dec 2004
Posts: 12642
Location: Muenster, Germany

PostPosted: Thu Oct 16, 2008 10:17 am    Post subject: Reply with quote

Moving to Plugins because it's a boost thingy
Reinhard
Back to top
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Thu Oct 16, 2008 10:20 am    Post subject: Reply with quote

OK.
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9736
Location: MI, USA

PostPosted: Fri Oct 17, 2008 6:26 am    Post subject: Reply with quote

Looks like MySQL is crashing. Check the MySQL log and see if you have a more recent version of MySQL available.

TheWitness
Back to top
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Fri Oct 17, 2008 7:48 am    Post subject: Reply with quote

Is there something we should be looking for specifically? I have checked the logs and haven't found anything related to a broken connection or the poller_output_boost_processes table. We are running mysql 5.0.45.
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9736
Location: MI, USA

PostPosted: Fri Oct 17, 2008 11:40 am    Post subject: Reply with quote

Segmentation faults, core files, etc.

TheWitness
Back to top
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Fri Oct 17, 2008 1:10 pm    Post subject: Reply with quote

We didn't find any core dumps or segmenation fault errors. In fact there are no errors in our mysql.err log. Any other suggestions?
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9736
Location: MI, USA

PostPosted: Fri Oct 17, 2008 4:06 pm    Post subject: Reply with quote

Don't run the boost server for now.

TheWitness
Back to top
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Tue Oct 21, 2008 3:49 pm    Post subject: Reply with quote

OK. Is there a guide on how to set up my box to take over for the boost server?
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9736
Location: MI, USA

PostPosted: Tue Oct 21, 2008 7:45 pm    Post subject: Reply with quote

Easiest thing to do is simply have the Apache server perform the updates and don't use boost server.

TheWitness
Back to top
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Thu Oct 23, 2008 7:40 am    Post subject: Reply with quote

How do I go about setting up the Apache Server?
Back to top
deu439356



Joined: 13 Aug 2008
Posts: 45

PostPosted: Mon Nov 24, 2008 11:47 am    Post subject: Reply with quote

Does anyone know how to set up the apache server to perform the updates instead of the boost server? Also, is the apache server faster than the boost server?
Back to top
gthe
Cacti User


Joined: 29 Jul 2006
Posts: 113
Location: RU

PostPosted: Tue Dec 02, 2008 3:41 pm    Post subject: Re: Errors in Log When Viewing Graphs with Boost Reply with quote

deu439356 wrote:
Whenever someone views graphs in Cacti, I get the following errors"

10/16/2008 08:33:33 AM - BOOST SERVER: Poller[0] WARNING: Broken connection detected '127.0.0.1'
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"
10/16/2008 08:33:32 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'2006', SQL:"SELECT * FROM poller_output_boost_processes"


The data on the graphs seems to be correct and the system doesn't seem to be affected. If graphs are NOT being viewed, then we don't get any errors. I was told the 2006 error was mysql dropping the connection, but I have checked the logs and that doesn't seem to be the problem. Does any one know how to correct the problem or what to look for? I am running 8.7b with the latest SVN of Boost.

I have this errors only when in system more than one boost_server.php are running.
May be add in boost_server function to check - if they are already running ?
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9736
Location: MI, USA

PostPosted: Tue Dec 02, 2008 5:55 pm    Post subject: Reply with quote

The right way to do the boost_server.php is making it an inittab process. There is a post somewhere on how to do that. However, if you lookup that error number in the MySQL manual, it means that the MySQL server is down.

TheWitness
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9736
Location: MI, USA

PostPosted: Wed Dec 03, 2008 11:18 am    Post subject: Reply with quote

Boost 2.0 is official. Please Check it Out Here:

http://forums.cacti.net/viewtopic.php?p=150337#150337

Regards,

TheWitness
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Announcements All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group