Replies: 4 comments
-
|
This is likely caused by a recent change (commit 5e2f545) that bumped the minimal Java version to 17. The docker configuration was still using Java 11. I have just fixed (commit b8ddc2e). You can either make the same change in the tomcat.Dockerfile or download a new nightly build tomorrow from builds.unitime.org. That would be UniTime 4.8 build 205 or later. |
Beta Was this translation helpful? Give feedback.
-
|
Made the change and now it gets farther. New error: |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, I am unable to reproduce your problem. Following the documentation and a new installation of Docker, UniTime started just fine. Following this page, on Linux, you may need to use |
Beta Was this translation helpful? Give feedback.
-
|
Same issue (though I have to run the docker commands with sudo because I get permission errors otherwise). But I think I found the solution, so I'm posting here for posterity. I'm on Ubuntu 24.04.02 and here are the installed versions: When I try to run docker compose (with the space) I get an error: Turns out that in order to get the plugin version of 'compose' you need a different package, docker-compose-v2. After installing that the command works using the new syntax. Thanks for pointing me in the right direction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Downloaded unitime-4.8_bld204.zip and tried the docker method. Port 8888 is open but I get a tomcat HTTP 404 error:

In the console there is a bean error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'startupService' defined in URL [jar:file:/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/timetable.jar!/org/unitime/timetable/StartupService.class]: Invocation of init method failed; nested exception is java.util.ServiceConfigurationError: org.hibernate.boot.registry.selector.StrategyRegistrationProvider: Provider org.infinispan.hibernate.cache.v62.StrategyRegistrationProviderImpl not foundMy system is Ubuntu 24.04.2.
Beta Was this translation helpful? Give feedback.
All reactions