#huh
3 messages · Page 1 of 1 (latest)
Caused by: java.net.BindException: Address already in use
Check if something is running in these ports: 8888, 443, 80, 22102. It's likely that is the thing stopping your server from starting.
Run netstat -aon | find /i "listening" to see what ports are listening. Then kill the process with taskkill /PID <PID>