You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried (several times) to run RVF via sudo docker-compose up -d. Unfortunately the rvf container is not starting correctly. In the log is as a last message (before it restarts):
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/ihtsdo/rvf/App has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
I already changed the version of mysql as mentioned in #57
Are there any recommendations to get that running?
The text was updated successfully, but these errors were encountered:
@CoderMChu for Snowstorm I just had to up the docker base image in the pom to amazoncorretto:17 to support our switch to Java 17, but I can't find the equivalent in the RVF, perhaps because we've not switched to using the jib plugin.
I tried (several times) to run RVF via
sudo docker-compose up -d
. Unfortunately the rvf container is not starting correctly. In the log is as a last message (before it restarts):I already changed the version of mysql as mentioned in #57
Are there any recommendations to get that running?
The text was updated successfully, but these errors were encountered: