-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error While Executing Command - cb --soft_reset #377
Comments
Interesting... which OS distro/version are you using at the moment? can you confirm that it was not a transient error (e.g., did you try to re-run |
I am using ubuntu, I can confirm it is not a transient error. I have run both soft and hard reset and none worked. |
I have just created another VM and tried running it on it and I got a different error. Checking "Object Store".....An Object Store of the kind "Redis" (shared) on node 10.5.5.195, TCP port 6379, database id "0" seems to be running. |
ah, this might be an installer bug that we thought we had solved. Try the following (post the output here)
If afterwards, you see MongoDB/Redis listening on the appropriate ports (try again |
After the first run of netstat as root user After I did systemctl for redis and mongodb. This is the result below I then did a hard-reset and it has started working. Things to note, after I sent you the error, I did the following:
Based on the above, I don't know if it also helped. Thank you for the help. |
Please can I ask, is the GUI and API service daemon URL supposed to be accessible? I tried the URL in a web browser and it tells me it can't load the page. |
Yes, the URL is supposed to be accessible... when you started the cb, did you see a pid for the process that implements the URL (it should appear on the startup messages)? |
Yes, I saw the PID, is there something I should do with that? Could it be because we have two networks configured? In the installation of OpenStack, we needed to create both external and internal network. If I try to use the external network address in the private configuration file of cb, cb doesn't run, but if I leave it as IP_AUTO, it runs fine. However, I can see that the IP addresses are those of the internal network. |
Apologies for the long hiatus. Just in case you still didn't solve the problem (and did not gave up CB entirely :-) ) , I wrote a small tutorial on how to debug the GUI on the FAQ (https://github.com/ibmcb/cbtool/wiki/FAQ-U#wiki-uq24). Let me know if it helps. |
Hi,
I have tried the option on viewing the GUI, it still did not work. Is there
something I am missing?
A breakdown of what I did is as follows:
- open a new terminal while the other terminal has mysim cli opened
- run the commands in your notes
- while this command is running (/tmp/restart_cb_gui_ubuntu debug)
I open a web browser to check the GUI, but it still says it can't be
reached.
…On Mon, Mar 23, 2020 at 8:47 PM maugustosilva ***@***.***> wrote:
Apologies for the long hiatus. Just in case you still didn't solve the
problem (and did not gave up CB entirely :-) ) , I wrote a small tutorial
on how to debug the GUI on the FAQ (
https://github.com/ibmcb/cbtool/wiki/FAQ-U#wiki-uq24). Let me know if it
helps.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#377 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC43YJZDUKU4YQR7ZNSB3T3RI7DF3ANCNFSM4K3U3XIQ>
.
|
ok, understood. So on |
Hi,
Thanks for your response. the result of the netstat is as follows:
tcp 0 0 10.5.5.3:7070 0.0.0.0:* LISTEN
25222/python
…On Thu, Apr 9, 2020 at 2:48 PM maugustosilva ***@***.***> wrote:
ok, understood. So on /tmp/restart_cb_gui_ubuntu debug, I assume you see
no errors, and the code is left running there, right? Next question, when
you, on a different terminal, issues a net stat -puntl | grep <PORT
NUMBER OF THE GUI> what is the result?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#377 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC43YJ4HGPDMYTSM7C2WBPDRLXG4BANCNFSM4K3U3XIQ>
.
|
Hi,
What I sent to you is checking the link for the API not the GUI. This is
the result for the GUI
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
25373/python
…On Mon, Apr 13, 2020 at 5:04 PM Adekunbi Adewojo ***@***.***> wrote:
Hi,
Thanks for your response. the result of the netstat is as follows:
tcp 0 0 10.5.5.3:7070 0.0.0.0:*
LISTEN 25222/python
On Thu, Apr 9, 2020 at 2:48 PM maugustosilva ***@***.***>
wrote:
> ok, understood. So on /tmp/restart_cb_gui_ubuntu debug, I assume you see
> no errors, and the code is left running there, right? Next question, when
> you, on a different terminal, issues a net stat -puntl | grep <PORT
> NUMBER OF THE GUI> what is the result?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#377 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AC43YJ4HGPDMYTSM7C2WBPDRLXG4BANCNFSM4K3U3XIQ>
> .
>
|
So, ok, the GUI daemon is listening on port 8080 (you can do a |
By the way, feel free to talk to us on |
I have been talking with @aadewojo on |
Hi,
Please I am having issues trying to finish the initial setup of cbtool. Whenever I run the following command ./cb --soft_reset, I get this error
Checking "Log Store"..... Error while executing the command line "rsyslogd -f /home/ubuntu/cbtool/lib/auxiliary//../../stores/root_rsyslog.conf -i /home/ubuntu/cbtool/lib/auxiliary//../../stores/rsyslog.pid" (returncode = 1) :rsyslogd: error reading pid file, cannot start up
rsyslogd: run failed with error -3000 (see rsyslog.h or try http://www.rsyslog.com/e/3000 to learn what that number means)
I have checked rsyslogd and found just one value in it.
Please help.
Thanks.
The text was updated successfully, but these errors were encountered: