Windows xp event viewer error messages

For users or potential users.
Post Reply
fyc2001
Posts: 11
Joined: Fri Oct 03, 2008 8:42 pm

Windows xp event viewer error messages

Post by fyc2001 » Sun Dec 18, 2011 6:44 am

my open dental software crashes a few times a day, I thought it was no big deal. But today I took a look at the event viewer in xp.
I see about 10 errors a day on the server computer. Before I upgraded to sql 5.5 from 5.0

the message was "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe: Sort aborted" or
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe: Table 'signalod' is marked as crashed and should be repaired"

after the 5.5 upgrade the message was "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld.exe: Sort aborted: Table 'signalod' is marked as crashed and should be repaired"

what was wrong???

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Windows xp event viewer error messages

Post by jordansparks » Sun Dec 18, 2011 8:57 am

Sounds like you need to repair that table. You can do so by running our database maintenance tool. http://www.opendental.com/manual/databa ... nance.html
Jordan Sparks, DMD
http://www.opendental.com

fyc2001
Posts: 11
Joined: Fri Oct 03, 2008 8:42 pm

Re: Windows xp event viewer error messages

Post by fyc2001 » Thu Jan 05, 2012 8:53 am

Hi Jordan: I followed the steps to database maintenance. Now I am getting these different errors about once a day. I wasn't in the office today, but the server had blue screen (first time since the datbase maintainence) and had to be restarted. Thank god it restarted without restoring the OS drive which I had to do a few times in December.

All mysql errors:

Native table 'performance_schema'.'events_waits_history' has the wrong structure

Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure

Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure

Native table 'performance_schema'.'mutex_instances' has the wrong structure


Please help.

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Windows xp event viewer error messages

Post by jordansparks » Thu Jan 05, 2012 1:46 pm

I've never seen errors like that before. A blue screen on the server and multiple restoring of OS drive would be a big warning flag to me to ditch that machine and move on. Or you could approach it piecemeal by replacing the hard drive and seeing if that helped. But I would just switch completely if it were me. That machine could become a workstation.
Jordan Sparks, DMD
http://www.opendental.com

fyc2001
Posts: 11
Joined: Fri Oct 03, 2008 8:42 pm

Re: Windows xp event viewer error messages

Post by fyc2001 » Thu Jan 05, 2012 2:20 pm

Actually I switched out everything except the original software. New RAM, CPU, motherboard, power supply, hard drive. I moved all the data from C to D, so when I restore C drive OS, the data is current. I guess the next step is a fresh installation of XP professional? I don't mind that, except I have to reinstall xdr, open dental, kodak imaging. any other ideas?

User avatar
jordansparks
Site Admin
Posts: 5746
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Windows xp event viewer error messages

Post by jordansparks » Thu Jan 05, 2012 6:45 pm

You've been busy. I don't have any brilliant ideas for you.
Jordan Sparks, DMD
http://www.opendental.com

User avatar
Justin Shafer
Posts: 596
Joined: Sat Jul 28, 2007 7:34 pm
Location: Fort Worth, TX.

Re: Windows xp event viewer error messages

Post by Justin Shafer » Fri Jan 06, 2012 12:05 pm

http://dev.mysql.com/doc/refman/5.5/en/ ... ation.html

Interesting....


If you install MySQL over a previous installation that was configured without the Performance Schema (or with an older version of the Performance Schema that may not have all the current tables), run mysql_upgrade after starting the server to ensure that the performance_schema database exists with all current tables. Then restart the server. One indication that you need to do this is the presence of messages such as the following in the error log:
[ERROR] Native table 'performance_schema'.'events_waits_history'
has the wrong structure
[ERROR] Native table 'performance_schema'.'events_waits_history_long'
has the wrong structure
...

User avatar
jsalmon
Posts: 1565
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Windows xp event viewer error messages

Post by jsalmon » Fri Jan 06, 2012 3:20 pm

Here's another link that suggests running mysql_upgrade to correct the errors.
http://bugs.mysql.com/bug.php?id=57008
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

fyc2001
Posts: 11
Joined: Fri Oct 03, 2008 8:42 pm

Re: Windows xp event viewer error messages

Post by fyc2001 » Tue Jan 10, 2012 6:41 am

Thanks for the last two replies.
After my last post, I upgraded the server mysql from 5.5.15 (from opendental site download) to 5.5.19 from mysql.com. That seems to solve the problem, I haven't had an error in 4 days.

Post Reply