Skip to content
Discussion options

You must be logged in to vote

I converted this to a discussion because it's not a bug with the image.

Anyway, it's likely that your CMD is incorrect, specifically that your classpath is screwed up. The default CMD, removing the formatting from the Dockerfile, is:

java -server -Xms128m -Xmx1024m -XX:MaxHeapFreeRatio=60 -XX:MinHeapFreeRatio=30 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/tplink/EAPController/logs/java_heapdump.hprof -Djava.awt.headless=true --add-opens java.base/sun.security.x509=ALL-UNNAMED --add-opens java.base/sun.security.util=ALL-UNNAMED -cp /opt/tplink/EAPController/lib/*::/opt/tplink/EAPController/properties: com.tplink.smb.omada.starter.OmadaLinuxMain

I can reproduce this by overriding…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@luca-valentini
Comment options

Answer selected by luca-valentini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #549 on March 06, 2025 18:44.