- Code: Select all
/var/log/onlyoffice/documentserver/spellchecker/out.log
There are hundreds of this:
- Code: Select all
[2017-07-11 22:03:49.112] [WARN] nodeJS - worker 25756 died (code = 1; signal = null). restart...
[2017-07-11 22:03:50.508] [WARN] nodeJS - Express server starting...
[2017-07-11 22:03:50.630] [ERROR] nodeJS - Tue, 11 Jul 2017 20:03:50 GMT uncaughtException: bind EADDRINUSE null:8080
[2017-07-11 22:03:50.636] [ERROR] nodeJS - Error: bind EADDRINUSE null:8080
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at cb (net.js:1323:16)
at rr (cluster.js:626:14)
at Worker.<anonymous> (cluster.js:595:9)
at process.<anonymous> (cluster.js:767:8)
at emitTwo (events.js:111:20)
at process.emit (events.js:191:7)
at process.nextTick (internal/child_process.js:758:12)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
- Code: Select all
sudo netstat -tanp | grep 8080
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 32583/python2.7
So it seems that port 8080 is already in use (don't know why it is working after the installation). Is it possible to change 8080 to another port number?
UPDATE:
Found the process which did block port 8080, had seafile webdav extension running there. Now it's all working even after a server reboot
