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
Updated to latest release 1.15.0, container starts but logs just say
Error: Could not find or load main class org.springframework.boot.loader.launch.JarLauncher
Expected behavior
No errors
Actual behavior
Receive repeated error message
Error: Could not find or load main class org.springframework.boot.loader.launch.JarLauncher
Logs
No response
Komga version
1.15.0
Operating system
Docker
Installation method
Docker
Other details
No response
Acknowledgements
I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
I had this same problem and this was first result on google.
I'm using Portainer for managing docker. For me recreating image was not fixing problem and I had to manually update entrypoint on container config.
That was the old ENTRYPOINT: java --enable-preview --enable-native-access=ALL-UNNAMED org.springframework.boot.loader.launch.JarLauncher --spring.config.additional-location=file:/config/
This is new working ENTRYPOINT for gotson/komga:1.15.1 java --enable-preview --enable-native-access=ALL-UNNAMED -jar application.jar --spring.config.additional-location=file:/config/
Steps to reproduce
Updated to latest release 1.15.0, container starts but logs just say
Error: Could not find or load main class org.springframework.boot.loader.launch.JarLauncher
Expected behavior
No errors
Actual behavior
Receive repeated error message
Error: Could not find or load main class org.springframework.boot.loader.launch.JarLauncher
Logs
No response
Komga version
1.15.0
Operating system
Docker
Installation method
Docker
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: