Replies: 1 comment 24 replies
-
Could you provide the full compose file for how you're launching the container? It looks like you're using a compose file based on the syntax your provided but it seems like there is something wrong with your formatting or the syntax used in your compose file, most likely specific to the command line. Anyway, I would expect your command line of your compose file to look like this:
You should use this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Controller Version
5.13.30.8
Describe Your Issue or Question
So I've been trying to launch (for the first time, never had Omada software before) the software on a docker instance on my QNAP HS-251
I'm getting the error:
tail: cannot open '/opt/tplink/EAPController/logs/server.log' for reading: No such file or directory Error: Could not find or load main class com.tplink.smb.omada.starter.OmadaLinuxMain Caused by: java.lang.ClassNotFoundException: com.tplink.smb.omada.starter.OmadaLinuxMain
With some googling, it seems my CMD was incorrect...but no. This is the CMD I'm using
/usr/bin/java -server -Xms128m -Xmx512m -XX:MaxHeapFreeRatio=60 -XX:MinHeapFreeRatio=30 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/tplink/EAPController/logs/java_heapdump.hprof -Djava.awt.headless=true -cp /opt/tplink/EAPController/lib/*::/opt/tplink/EAPController/properties: com.tplink.smb.omada.starter.OmadaLinuxMain
(I changed the Xmx to 512 as I only have 1GB ram on this QNAP)
My bindings are:
/share/CACHEDEV1_DATA/dockerappdata/omadaconfig/data - /opt/tplink/EAPController/data /share/CACHEDEV1_DATA/dockerappdata/omadaconfig/logs -/opt/tplink/EAPController/logs /share/CACHEDEV1_DATA/dockerappdata/omadaconfig/work -/opt/tplink/EAPController/work
Environment variables:
This is a brand new container that I've stopped and started and recreated several times with no change :(
Expected Behavior
Container launches
Steps to Reproduce
How You're Launching the Container
Container Logs
MongoDB Logs
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions