Error when installing modules serialization.xstream, calculation, htmlwidgets

Hi all, I am trying to install reporting module using the legacyui. legacyui-1.0 SNAPSHOT and reporting-0.9.9 SNAPSHOT were built by myself. I downloaded the calculation-1.1.omod, htmlwidgets-1.7.0.omod, serialization.xstream-0.2.9.omod from module repository. They were needed to start reporting module.

But when I install them, (from the administrator module management or by replacing them to modules), this error is shown at the browser, and this error is shown in the tomcat server.

What should I do to install reporting module and get it work.

You need to compile the calculation module from source such that you get this commit: https://github.com/openmrs/openmrs-module-calculation/commit/0e82cdc2f0364365f7b1d09b70539fc2023ee71e you will

@dkayiwa, I did for all the modules and built them successfully in JAVA8. But now there is another strange thing happens. Even though I have modules in .OpenMRs folder it shows the index.html page only. In the tomcat server following is displayed.

WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2109) |2016-01-23 23:46:17,009| Unable to find a runtime properties file at /home/chamara/Desktop/Master/gsoc/tomcat/apache-tomcat-7.0.62/openmrs-runtime.properties INFO 1/23/16 11:46 PM:liquibase: Reading from liquibasechangelog WARNING 1/23/16 11:46 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case WARNING 1/23/16 11:46 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case WARNING 1/23/16 11:46 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case INFO 1/23/16 11:46 PM:liquibase: Reading from liquibasechangelog WARNING 1/23/16 11:46 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case WARNING 1/23/16 11:46 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case WARNING 1/23/16 11:46 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2109) |2016-01-23 23:46:19,003| Unable to find a runtime properties file at /home/chamara/Desktop/Master/gsoc/tomcat/apache-tomcat-7.0.62/openmrs-runtime.properties

Is this a known issue. What should be done to overcome this.

thanks.

What does this page look like?

As it seems there is some inconsistency or caching happens. went away for a while and tried again. Still same stacktrace is shown in tomcat, as given above.

Now it first goes to the following page.

When I login give the following page.

Like one hour before, it showed the index.htm page.

What is happening under the hood?