Skip to content
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

can't get grinbox to start #15

Open
cgilliard opened this issue Apr 27, 2019 · 3 comments
Open

can't get grinbox to start #15

cgilliard opened this issue Apr 27, 2019 · 3 comments

Comments

@cgilliard
Copy link

No matter what I set username/password to I always get:

[2019-04-27T06:49:19Z ERROR grinbox::broker::rabbit_broker] broker thread ending!

and process halts.
I have installed a rabbitmq and ensured it's running and has a user name rabbit with password guest. I even println the user name, password, and address and they match what I configured in rabbitmq with the following command:

rabbitmqctl change_password rabbit guest

Any ideas would be appreciated. More detailed failure messages would also be very helpful.

@ravidio
Copy link
Contributor

ravidio commented Apr 27, 2019

Hi @cgilliard, latest grinbox code uses stomp protocol to connect to rabbit. Please make sure you are running the rabbitmq stomp plugin (https://www.rabbitmq.com/stomp.html) and you use the correct port to connect to it from

Let me know if you need more help - might be easier to chat over keybase.

Cheers,
Ravid

@cgilliard
Copy link
Author

cgilliard commented Apr 27, 2019 via email

@ravidio
Copy link
Contributor

ravidio commented Apr 27, 2019

Nice! I’m “ravidio” on keybase. By default wallet713 communicates with grinbox over wss so you’d need a domain and cert. you could add grinbox_protocol_unsecure=true in wallet713 if you want to use ws and then it should work on 13420.

johanneshahn added a commit to EpicCash/epicbox that referenced this issue Jan 2, 2023
Update from Bugreport: vault713#15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants