How to start modules after OpenMRS upgrade

Happy new year to everyone. I have upgraded openmrs fro 2.0.6 to 2.4.2, before upgrading I stopped all modules now after upgrade I failed to start the modules because I can’t get to administration>

modules page. I have try to remove/add legayui module and restart tomcat but failed to start modules. Is there another way of starting modules without going to administration>modules page?

Sharing the log would greatly help.

Ok. Here is the log file details Unable to start modules - Pastebin.com

What does this sql statement return? select property, property_value from global_property where property like '%.started'

Here is the results of the query query results

Run this sql statement and restart tomcat: update global_property set property_value = 'true' where property like '%.started'

thanks the modules have started