Issue with installation of rocketchat on RHEL 7.2





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I am trying to install Rocket Chat server on RHEL 7.2 using the CentOS procedure listed at:
https://rocket.chat/docs/installation/manual-installation/centos



The installation itself ran fine with no noticeable errors. However, when I try to start the service, I get the error.



[cinstall@xxxxxxxxxx ~]$ sudo systemctl status rocketchat
â rocketchat.service - The Rocket.Chat server
Loaded: loaded (/usr/lib/systemd/system/rocketchat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-01-03 11:14:11 UTC; 24h ago
Process: 16375 ExecStart=/usr/local/bin/node /opt/Rocket.Chat/main.js (code=exited, status=1/FAILURE)
Main PID: 16375 (code=exited, status=1/FAILURE)

Jan 03 11:14:11 ibmsitldct02 systemd[1]: Started The Rocket.Chat server.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Starting The Rocket.Chat server...
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service: main process exited, code=exited, status=1/FAILURE
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Unit rocketchat.service entered failed state.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service failed.


Additional information:



[cinstall@xxxxxxxxxx ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)

node --version ==> v8.11.3
npm --version ==> 5.6.0
n --version ==> 2.1.12


[cinstall@xxxxxxxxxx ~]$ sudo systemctl status mongod
â mongod.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-12-19 12:42:08 UTC; 2 weeks 1 days ago
Main PID: 17501 (mongod)
CGroup: /system.slice/mongod.service
ââ17501 /usr/bin/mongod --quiet -f /etc/mongod.conf run

Dec 19 12:42:08 ibmsitldct02 systemd[1]: Starting High-performance, schema-free document-oriented database...
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: about to fork child process, waiting until server is ready for connections.
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: forked process: 17501
Dec 19 12:42:08 ibmsitldct02 systemd[1]: Started High-performance, schema-free document-oriented database.









share|improve this question























  • Hey and welcome on Stackoverflow. I suggest you to start RocketChat again and look for more logs in /var/log/messages. There should be more logs which can help you to solve your issue.

    – Rohlik
    Jan 5 at 9:22











  • Rohlik, thanks for your suggestion. The var logs have slightly more details:

    – A Grover
    Jan 7 at 16:44











  • Jan 7 16:39:20 xxxxxxxxx systemd: Started The Rocket.Chat server. Jan 7 16:39:20 xxxxxxxxx systemd: Starting The Rocket.Chat server... Jan 7 16:39:20 xxxxxxxxx rocketchat: module.js:681 Jan 7 16:39:20 xxxxxxxxx rocketchat: return process.dlopen(module, path._makeLong(filename)); Jan 7 16:39:20 xxxxxxxxx rocketchat: ^ Jan 7 16:39:20 xxxxxxxxx rocketchat: Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/Rocket.Chat/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node)

    – A Grover
    Jan 7 at 16:45











  • $ ls -lrt /lib64/libstdc* -rwxr-xr-x 1 root root 830776 Mar 5 2015 /lib64/libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 991616 Oct 30 06:39 /lib64/libstdc++.so.6.0.19 lrwxrwxrwx 1 root root 18 Dec 19 12:26 /lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 19 Jan 2 14:12 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

    – A Grover
    Jan 7 at 16:46











  • It is look like a already reported bug, look for workaround here - github.com/RocketChat/Rocket.Chat/issues/9167

    – Rohlik
    Jan 7 at 17:11


















0















I am trying to install Rocket Chat server on RHEL 7.2 using the CentOS procedure listed at:
https://rocket.chat/docs/installation/manual-installation/centos



The installation itself ran fine with no noticeable errors. However, when I try to start the service, I get the error.



[cinstall@xxxxxxxxxx ~]$ sudo systemctl status rocketchat
â rocketchat.service - The Rocket.Chat server
Loaded: loaded (/usr/lib/systemd/system/rocketchat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-01-03 11:14:11 UTC; 24h ago
Process: 16375 ExecStart=/usr/local/bin/node /opt/Rocket.Chat/main.js (code=exited, status=1/FAILURE)
Main PID: 16375 (code=exited, status=1/FAILURE)

Jan 03 11:14:11 ibmsitldct02 systemd[1]: Started The Rocket.Chat server.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Starting The Rocket.Chat server...
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service: main process exited, code=exited, status=1/FAILURE
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Unit rocketchat.service entered failed state.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service failed.


Additional information:



[cinstall@xxxxxxxxxx ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)

node --version ==> v8.11.3
npm --version ==> 5.6.0
n --version ==> 2.1.12


[cinstall@xxxxxxxxxx ~]$ sudo systemctl status mongod
â mongod.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-12-19 12:42:08 UTC; 2 weeks 1 days ago
Main PID: 17501 (mongod)
CGroup: /system.slice/mongod.service
ââ17501 /usr/bin/mongod --quiet -f /etc/mongod.conf run

Dec 19 12:42:08 ibmsitldct02 systemd[1]: Starting High-performance, schema-free document-oriented database...
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: about to fork child process, waiting until server is ready for connections.
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: forked process: 17501
Dec 19 12:42:08 ibmsitldct02 systemd[1]: Started High-performance, schema-free document-oriented database.









share|improve this question























  • Hey and welcome on Stackoverflow. I suggest you to start RocketChat again and look for more logs in /var/log/messages. There should be more logs which can help you to solve your issue.

    – Rohlik
    Jan 5 at 9:22











  • Rohlik, thanks for your suggestion. The var logs have slightly more details:

    – A Grover
    Jan 7 at 16:44











  • Jan 7 16:39:20 xxxxxxxxx systemd: Started The Rocket.Chat server. Jan 7 16:39:20 xxxxxxxxx systemd: Starting The Rocket.Chat server... Jan 7 16:39:20 xxxxxxxxx rocketchat: module.js:681 Jan 7 16:39:20 xxxxxxxxx rocketchat: return process.dlopen(module, path._makeLong(filename)); Jan 7 16:39:20 xxxxxxxxx rocketchat: ^ Jan 7 16:39:20 xxxxxxxxx rocketchat: Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/Rocket.Chat/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node)

    – A Grover
    Jan 7 at 16:45











  • $ ls -lrt /lib64/libstdc* -rwxr-xr-x 1 root root 830776 Mar 5 2015 /lib64/libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 991616 Oct 30 06:39 /lib64/libstdc++.so.6.0.19 lrwxrwxrwx 1 root root 18 Dec 19 12:26 /lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 19 Jan 2 14:12 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

    – A Grover
    Jan 7 at 16:46











  • It is look like a already reported bug, look for workaround here - github.com/RocketChat/Rocket.Chat/issues/9167

    – Rohlik
    Jan 7 at 17:11














0












0








0








I am trying to install Rocket Chat server on RHEL 7.2 using the CentOS procedure listed at:
https://rocket.chat/docs/installation/manual-installation/centos



The installation itself ran fine with no noticeable errors. However, when I try to start the service, I get the error.



[cinstall@xxxxxxxxxx ~]$ sudo systemctl status rocketchat
â rocketchat.service - The Rocket.Chat server
Loaded: loaded (/usr/lib/systemd/system/rocketchat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-01-03 11:14:11 UTC; 24h ago
Process: 16375 ExecStart=/usr/local/bin/node /opt/Rocket.Chat/main.js (code=exited, status=1/FAILURE)
Main PID: 16375 (code=exited, status=1/FAILURE)

Jan 03 11:14:11 ibmsitldct02 systemd[1]: Started The Rocket.Chat server.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Starting The Rocket.Chat server...
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service: main process exited, code=exited, status=1/FAILURE
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Unit rocketchat.service entered failed state.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service failed.


Additional information:



[cinstall@xxxxxxxxxx ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)

node --version ==> v8.11.3
npm --version ==> 5.6.0
n --version ==> 2.1.12


[cinstall@xxxxxxxxxx ~]$ sudo systemctl status mongod
â mongod.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-12-19 12:42:08 UTC; 2 weeks 1 days ago
Main PID: 17501 (mongod)
CGroup: /system.slice/mongod.service
ââ17501 /usr/bin/mongod --quiet -f /etc/mongod.conf run

Dec 19 12:42:08 ibmsitldct02 systemd[1]: Starting High-performance, schema-free document-oriented database...
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: about to fork child process, waiting until server is ready for connections.
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: forked process: 17501
Dec 19 12:42:08 ibmsitldct02 systemd[1]: Started High-performance, schema-free document-oriented database.









share|improve this question














I am trying to install Rocket Chat server on RHEL 7.2 using the CentOS procedure listed at:
https://rocket.chat/docs/installation/manual-installation/centos



The installation itself ran fine with no noticeable errors. However, when I try to start the service, I get the error.



[cinstall@xxxxxxxxxx ~]$ sudo systemctl status rocketchat
â rocketchat.service - The Rocket.Chat server
Loaded: loaded (/usr/lib/systemd/system/rocketchat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-01-03 11:14:11 UTC; 24h ago
Process: 16375 ExecStart=/usr/local/bin/node /opt/Rocket.Chat/main.js (code=exited, status=1/FAILURE)
Main PID: 16375 (code=exited, status=1/FAILURE)

Jan 03 11:14:11 ibmsitldct02 systemd[1]: Started The Rocket.Chat server.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Starting The Rocket.Chat server...
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service: main process exited, code=exited, status=1/FAILURE
Jan 03 11:14:11 ibmsitldct02 systemd[1]: Unit rocketchat.service entered failed state.
Jan 03 11:14:11 ibmsitldct02 systemd[1]: rocketchat.service failed.


Additional information:



[cinstall@xxxxxxxxxx ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)

node --version ==> v8.11.3
npm --version ==> 5.6.0
n --version ==> 2.1.12


[cinstall@xxxxxxxxxx ~]$ sudo systemctl status mongod
â mongod.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2018-12-19 12:42:08 UTC; 2 weeks 1 days ago
Main PID: 17501 (mongod)
CGroup: /system.slice/mongod.service
ââ17501 /usr/bin/mongod --quiet -f /etc/mongod.conf run

Dec 19 12:42:08 ibmsitldct02 systemd[1]: Starting High-performance, schema-free document-oriented database...
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: about to fork child process, waiting until server is ready for connections.
Dec 19 12:42:08 ibmsitldct02 mongod[17499]: forked process: 17501
Dec 19 12:42:08 ibmsitldct02 systemd[1]: Started High-performance, schema-free document-oriented database.






rocket.chat






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 4 at 11:58









A GroverA Grover

165




165













  • Hey and welcome on Stackoverflow. I suggest you to start RocketChat again and look for more logs in /var/log/messages. There should be more logs which can help you to solve your issue.

    – Rohlik
    Jan 5 at 9:22











  • Rohlik, thanks for your suggestion. The var logs have slightly more details:

    – A Grover
    Jan 7 at 16:44











  • Jan 7 16:39:20 xxxxxxxxx systemd: Started The Rocket.Chat server. Jan 7 16:39:20 xxxxxxxxx systemd: Starting The Rocket.Chat server... Jan 7 16:39:20 xxxxxxxxx rocketchat: module.js:681 Jan 7 16:39:20 xxxxxxxxx rocketchat: return process.dlopen(module, path._makeLong(filename)); Jan 7 16:39:20 xxxxxxxxx rocketchat: ^ Jan 7 16:39:20 xxxxxxxxx rocketchat: Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/Rocket.Chat/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node)

    – A Grover
    Jan 7 at 16:45











  • $ ls -lrt /lib64/libstdc* -rwxr-xr-x 1 root root 830776 Mar 5 2015 /lib64/libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 991616 Oct 30 06:39 /lib64/libstdc++.so.6.0.19 lrwxrwxrwx 1 root root 18 Dec 19 12:26 /lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 19 Jan 2 14:12 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

    – A Grover
    Jan 7 at 16:46











  • It is look like a already reported bug, look for workaround here - github.com/RocketChat/Rocket.Chat/issues/9167

    – Rohlik
    Jan 7 at 17:11



















  • Hey and welcome on Stackoverflow. I suggest you to start RocketChat again and look for more logs in /var/log/messages. There should be more logs which can help you to solve your issue.

    – Rohlik
    Jan 5 at 9:22











  • Rohlik, thanks for your suggestion. The var logs have slightly more details:

    – A Grover
    Jan 7 at 16:44











  • Jan 7 16:39:20 xxxxxxxxx systemd: Started The Rocket.Chat server. Jan 7 16:39:20 xxxxxxxxx systemd: Starting The Rocket.Chat server... Jan 7 16:39:20 xxxxxxxxx rocketchat: module.js:681 Jan 7 16:39:20 xxxxxxxxx rocketchat: return process.dlopen(module, path._makeLong(filename)); Jan 7 16:39:20 xxxxxxxxx rocketchat: ^ Jan 7 16:39:20 xxxxxxxxx rocketchat: Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/Rocket.Chat/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node)

    – A Grover
    Jan 7 at 16:45











  • $ ls -lrt /lib64/libstdc* -rwxr-xr-x 1 root root 830776 Mar 5 2015 /lib64/libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 991616 Oct 30 06:39 /lib64/libstdc++.so.6.0.19 lrwxrwxrwx 1 root root 18 Dec 19 12:26 /lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 19 Jan 2 14:12 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

    – A Grover
    Jan 7 at 16:46











  • It is look like a already reported bug, look for workaround here - github.com/RocketChat/Rocket.Chat/issues/9167

    – Rohlik
    Jan 7 at 17:11

















Hey and welcome on Stackoverflow. I suggest you to start RocketChat again and look for more logs in /var/log/messages. There should be more logs which can help you to solve your issue.

– Rohlik
Jan 5 at 9:22





Hey and welcome on Stackoverflow. I suggest you to start RocketChat again and look for more logs in /var/log/messages. There should be more logs which can help you to solve your issue.

– Rohlik
Jan 5 at 9:22













Rohlik, thanks for your suggestion. The var logs have slightly more details:

– A Grover
Jan 7 at 16:44





Rohlik, thanks for your suggestion. The var logs have slightly more details:

– A Grover
Jan 7 at 16:44













Jan 7 16:39:20 xxxxxxxxx systemd: Started The Rocket.Chat server. Jan 7 16:39:20 xxxxxxxxx systemd: Starting The Rocket.Chat server... Jan 7 16:39:20 xxxxxxxxx rocketchat: module.js:681 Jan 7 16:39:20 xxxxxxxxx rocketchat: return process.dlopen(module, path._makeLong(filename)); Jan 7 16:39:20 xxxxxxxxx rocketchat: ^ Jan 7 16:39:20 xxxxxxxxx rocketchat: Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/Rocket.Chat/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node)

– A Grover
Jan 7 at 16:45





Jan 7 16:39:20 xxxxxxxxx systemd: Started The Rocket.Chat server. Jan 7 16:39:20 xxxxxxxxx systemd: Starting The Rocket.Chat server... Jan 7 16:39:20 xxxxxxxxx rocketchat: module.js:681 Jan 7 16:39:20 xxxxxxxxx rocketchat: return process.dlopen(module, path._makeLong(filename)); Jan 7 16:39:20 xxxxxxxxx rocketchat: ^ Jan 7 16:39:20 xxxxxxxxx rocketchat: Error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/Rocket.Chat/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node)

– A Grover
Jan 7 at 16:45













$ ls -lrt /lib64/libstdc* -rwxr-xr-x 1 root root 830776 Mar 5 2015 /lib64/libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 991616 Oct 30 06:39 /lib64/libstdc++.so.6.0.19 lrwxrwxrwx 1 root root 18 Dec 19 12:26 /lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 19 Jan 2 14:12 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

– A Grover
Jan 7 at 16:46





$ ls -lrt /lib64/libstdc* -rwxr-xr-x 1 root root 830776 Mar 5 2015 /lib64/libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 991616 Oct 30 06:39 /lib64/libstdc++.so.6.0.19 lrwxrwxrwx 1 root root 18 Dec 19 12:26 /lib64/libstdc++.so.5 -> libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 19 Jan 2 14:12 /lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

– A Grover
Jan 7 at 16:46













It is look like a already reported bug, look for workaround here - github.com/RocketChat/Rocket.Chat/issues/9167

– Rohlik
Jan 7 at 17:11





It is look like a already reported bug, look for workaround here - github.com/RocketChat/Rocket.Chat/issues/9167

– Rohlik
Jan 7 at 17:11












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54038548%2fissue-with-installation-of-rocketchat-on-rhel-7-2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54038548%2fissue-with-installation-of-rocketchat-on-rhel-7-2%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Mossoró

Error while reading .h5 file using the rhdf5 package in R

Pushsharp Apns notification error: 'InvalidToken'