Troubleshooting uat-refapp server

Continuing the discussion from Request To confirm Modules For Reference Application 2.5:

@taremwatadeo and @dkayiwa,

I’m at a Regenstrief Conference and was trying to troubleshoot uat02.openmrs.org (uat-refapp.openmrs.org). There seemed to be some configuration issues with tomcat7 which I believe I’ve fixed, but openmrs still won’t start. I used the tip on this blog post to enable debugging and got the following stacktrace.

http://pastebin.com/MaZ7y6Ly

It appears like openmrs Listener is failing to start. Any suggestions on how to fix this?

/cc @cintiadr @pascal

Unsupported major.minor version 52.0

This typically means you’re trying to run code built for Java 8 in a pre-java-8 JRE.

1 Like

Ah. Thanks. I’ll check java versions. Thanks!

Okay. @taremwatadeo and @dkayiwa, uat-refapp.openmrs.org is up! We can use this server for final user acceptance testing of Reference Application 2.5.

You should now be able to deploy new releases of the RefApp distribution by deploying a new release from build result on the UAT Refapp deployment environment.

Thanks @burke! :slight_smile: @taremwatadeo, now that the modules are released, do you think you can comfortably move on to the next section labeled “Releasing the CIEL Dictionary:” ? https://wiki.openmrs.org/display/docs/OpenMRS+Reference+Application+Release+Process