Hello,
My nodebb forum was running fine for a while. Today suddenly i noticed no new users signed up and the latest posts and latest topics widgets where suddenly missing on my forum.
When i tried to login (both with my admin account as a random user account) a new windows opens with only the word "forbidden"
When i look through terminal access i see the following:
./nodebb status
NodeBB is not running
./nodebb log
at Server._listen2 (net.js:1042:14)
at listen (net.js:1064:10)
at Server.listen (net.js:1138:5)
at module.exports.listen (/home/xxx/nodebb/nodebb/src/webserver.js:177:18)
at /home/xxx/nodebb/nodebb/node_modules/async/lib/async.js:656:23
at fn (/home/xxx/nodebb/nodebb/node_modules/async/lib/async.js:641:34)
at Object._onImmediate (/home/xxx/nodebb/nodebb/node_modules/async/lib/async.js:557:34)
at processImmediate [as _immediateCallback] (timers.js:345:15)
16/5 20:07 [21984] - error: NodeBB address in use, exiting...
[cluster] Child Process (21984) has exited (code: 0, signal: null)
So it says nodebb address is in use, but looking at the status it is not running. Although it is not running following the status command the forum itself when i visit the url is working fine (only the login and widget problem)
When i try to start it it looks to start normal:
./nodebb start
Starting NodeBB
"./nodebb stop" to stop the NodeBB server
"./nodebb log" to view server output
but when i check it still says its not running.
When i start in dev mode i get the same as the log mode only with a few more plugin warnings and other warnings like:
- Warning: Redis server does not require a password, but a password was supplied.
- warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
As i said my forum was running fine. I did not install anything the last days. Anyone have any idea what is wrong?
cheers
Robin