JSS 9.0 to 9.01 start up hang

Francil_Richard
New Contributor

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

1 ACCEPTED SOLUTION

dderusha
Contributor

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

View solution in original post

3 REPLIES 3

dderusha
Contributor

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

Francil_Richard
New Contributor

thanks ill give it a shot now

merc_support
New Contributor III

Thanks - can confirm this does solve the issue.

See also: http://derflounder.wordpress.com/2014/02/01/fixing-caspers-mysql-database-with-mysqlcheck/