Posted on 09-05-2013 10:09 AM
I upgraded my JSS to 9.01 from 9.0 on my Casper OSX 10.8.4 server last night its about midday today about 12 hours and it still says JSS Start up : Checking for tables to rename
anyway to resolve this issue?
thanks
Solved! Go to Solution.
Posted on 09-05-2013 10:26 AM
I had the same error and support suggested we stop tomcat, and restart MySQL. Open terminal and login to mysql
enter the following command to repair the Database
mysqlcheck --repair jamfsoftware -u root -p
This should repair all the tables in the database and return an OK status if it completed successfully. Look for the downloadable_file_chunk_data table. If the repair goes through successfully, restart Tomcat and see if the JSS loads
hope this helps
Dan
Posted on 09-05-2013 10:26 AM
I had the same error and support suggested we stop tomcat, and restart MySQL. Open terminal and login to mysql
enter the following command to repair the Database
mysqlcheck --repair jamfsoftware -u root -p
This should repair all the tables in the database and return an OK status if it completed successfully. Look for the downloadable_file_chunk_data table. If the repair goes through successfully, restart Tomcat and see if the JSS loads
hope this helps
Dan
Posted on 09-05-2013 10:45 AM
thanks ill give it a shot now
Posted on 03-03-2014 07:35 PM
Thanks - can confirm this does solve the issue.
See also: http://derflounder.wordpress.com/2014/02/01/fixing-caspers-mysql-database-with-mysqlcheck/