Hi,
I have an issue trying to launch reitti.
- I switched the postgis to image imresamu/postgis:17-3.5-alpine as I'm running on odroid n2+. That is fine, and not causing issues.
- I disabled Photon container (for now)
All containers start except the reitti one:
reitti-1 | 2025-12-04T10:13:51.392287328Z Exception in thread "main" java.lang.reflect.InvocationTargetException
reitti-1 | 2025-12-04T10:13:51.392447752Z at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
reitti-1 | 2025-12-04T10:13:51.392540047Z at java.base/java.lang.reflect.Method.invoke(Unknown Source)
reitti-1 | 2025-12-04T10:13:51.392549465Z at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:106)
reitti-1 | 2025-12-04T10:13:51.392576591Z at org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64)
reitti-1 | 2025-12-04T10:13:51.392626218Z at org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40)
reitti-1 | 2025-12-04T10:13:51.392734848Z Caused by: java.lang.NoClassDefFoundError: org/slf4j/spi/SLF4JServiceProvider
reitti-1 | 2025-12-04T10:13:51.392781058Z at org.apache.commons.logging.LogAdapter$Slf4jAdapter.createLocationAwareLog(LogAdapter.java:121)
reitti-1 | 2025-12-04T10:13:51.392846353Z at org.apache.commons.logging.LogAdapter.createLog(LogAdapter.java:95)
reitti-1 | 2025-12-04T10:13:51.392906689Z at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:67)
reitti-1 | 2025-12-04T10:13:51.392949858Z at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:59)
reitti-1 | 2025-12-04T10:13:51.392972734Z at org.springframework.boot.SpringApplication.<clinit>(SpringApplication.java:202)
reitti-1 | 2025-12-04T10:13:51.393000818Z at com.dedicatedcode.reitti.ReittiApplication.main(ReittiApplication.java:13)
reitti-1 | 2025-12-04T10:13:51.393048821Z ... 5 more
reitti-1 | 2025-12-04T10:13:51.393197702Z Caused by: java.lang.ClassNotFoundException: org.slf4j.spi.SLF4JServiceProvider
reitti-1 | 2025-12-04T10:13:51.393246205Z at java.base/java.net.URLClassLoader.findClass(Unknown Source)
reitti-1 | 2025-12-04T10:13:51.393273706Z at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
reitti-1 | 2025-12-04T10:13:51.393321208Z at org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader.loadClass(JarUrlClassLoader.java:107)
reitti-1 | 2025-12-04T10:13:51.393387128Z at org.springframework.boot.loader.launch.LaunchedClassLoader.loadClass(LaunchedClassLoader.java:91)
reitti-1 | 2025-12-04T10:13:51.393403587Z at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
reitti-1 | 2025-12-04T10:13:51.393434088Z ... 11 more
I'm attaching my docker-compose and the log files.
docker-compose.yml
logs.txt
I have no idea how to fix this... If you need anything else to troubleshoot, let me know...
Looking forward to play with Reitti...
Tnx,
Wim
Hi,
I have an issue trying to launch reitti.
All containers start except the reitti one:
I'm attaching my docker-compose and the log files.
docker-compose.yml
logs.txt
I have no idea how to fix this... If you need anything else to troubleshoot, let me know...
Looking forward to play with Reitti...
Tnx,
Wim