Nodebb start not work
-
Hi
./nodebb start
not work. but./nodebb dev
work well without anyerror
.
also I try these commands:
git pull origin master ./nodebb upgrade ./nodebb build
please help me.
-
What do you see when you run
./nodebb start --log
? -
@PitaJ said in Nodebb start not work:
What do you see when you run
./nodebb start --log
?I see this:
but application not started:
-
./nodebb dev
show this:
and its fine -
@sanatisharif sorry I meant
./nodebb slog
-
-
It should show the NodeBB startup log, does it not? What version of NodeBB are you on?
-
@PitaJ said in Nodebb start not work:
It should show the NodeBB startup log, does it not? What version of NodeBB are you on?
It doesn't show anything.
version: 1.12.2
Node ver: v10.10.0database: mongo
version: 4.0.8
engine: wiredTiger -
Up......
-
@PitaJ please help me!
Our forum can start only in dev mode.We need your support!!!!
-
So you're saying that after executing that command, it shows the message you posted earlier and then if you let it sit there it prints nothing else into the terminal?
That's super bizarre.
-
@PitaJ said in Nodebb start not work:
So you're saying that after executing that command, it shows the message you posted earlier and then if you let it sit there it prints nothing else into the terminal?
That's super bizarre.
Yes!
I can start forum only using./nodebb dev
other commands cannot start nodebb.
I pull last updates from origin master now, still I have this issue and something more danguress :
Users can change thiere post ownerships. -
@PitaJ said in Nodebb start not work:
So you're saying that after executing that command, it shows the message you posted earlier and then if you let it sit there it prints nothing else into the terminal?
That's super bizarre.
[link text](![link url](![image url](image url )))
-
I have no clue what could be going on there. Never seen that issue before in my life. Have you tried restarting your OS? Have you tried
git reset --hard origin/master
? Have you tried a fresh NodeBB installation? What tutorial/guide did you use when installing?What OS are you on? What amount of memory does your system have?
-
@PitaJ said in Nodebb start not work:
I have no clue what could be going on there. Never seen that issue before in my life. Have you tried restarting your OS? Have you tried
git reset --hard origin/master
? Have you tried a fresh NodeBB installation? What tutorial/guide did you use when installing?What OS are you on? What amount of memory does your system have?
ubuntu 18.04 ( more than 6 month every thing was okay )
-
@PitaJ said in Nodebb start not work:
I have no clue what could be going on there. Never seen that issue before in my life. Have you tried restarting your OS? Have you tried
git reset --hard origin/master
? Have you tried a fresh NodeBB installation? What tutorial/guide did you use when installing?What OS are you on? What amount of memory does your system have?
we have 64G ram
-
- Please try to answer all of the questions I ask, or at least address them
- Including all of your answers in a single reply improves the flow of the topic
- Quote the actual question you're replying to, not the whole post
- Include as many details as possible. For instance, what was the output of the
git reset
command?