Hi,
About your first message:
(node:1634) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
This is a warning for future versions, it shouldn't affect us at this moment. But regarding the other issue
/opt/bitnami/apps/parse/scripts/ctl.sh: 18: [: 3894: unexpected operator
it seems a wrong operator on line 18 of /opt/bitnami/apps/parse/scripts/ctl.sh
file, did you modify it? Anycase, this line should be
if [ $PARSE_PID ] ; then
Can you check if it has this value at this moment? If not, you can edit it running sudo YOUR_TEXT_EDITOR /opt/bitnami/apps/parse/scripts/ctl.sh
.
About forever, where are you looking for? In a fresh instance:
ls -la /opt/bitnami/nodejs/bin/forever
lrwxrwxrwx 1 root root 39 Oct 18 14:02 /opt/bitnami/nodejs/bin/forever -> ../lib/node_modules/forever/bin/forever
ls -la /opt/bitnami/nodejs/lib/node_modules/forever/bin/forever
-rwxr-xr-x 1 root root 60 Nov 2 2016 /opt/bitnami/nodejs/lib/node_modules/forever/bin/forever
Please let us know if this solves the issue.
Best regards,
Carlos R. Hernández