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

connect error #34

Open
6 tasks
bobdissel opened this issue Nov 5, 2019 · 2 comments
Open
6 tasks

connect error #34

bobdissel opened this issue Nov 5, 2019 · 2 comments

Comments

@bobdissel
Copy link

Primary Question / Request

Do i need to setup a proxy?

[] Using configuration file (/home/obi/Downloads/omnibus-master/etc/omnibus.conf) ...
[
] Debug: False
Welcome to the Omnibus shell! Type "session" to get started or "help" to view all commands.
omnibus >> new inquest.net
EXCEPTION of type 'ServerSelectionTimeoutError' occurred with message: '127.0.0.1:27017: [Errno 111] Connection refused'
To enable full traceback, run the following command: 'set debug true'
omnibus >>

What type of request is there?

  • Breaking bug
  • [x ] General error (non-fatal)
  • Additional module (Create a pull request! :D)
  • Use-case suggestions
  • Workflow improvments

Please explain the bug in a clear and concise manner

When i startup omnibus i get a error 111.

Steps to Recreate (If Applicable)



Is this preventing you from using the application?

  • Yes
  • No

If you selected Yes, please explain why fully



Do you have any screenshots, log output, tracebacks, or otherwise to support your requests?


@deadbits
Copy link
Contributor

deadbits commented Nov 7, 2019

Hey @bobdissel, could you start Omnibus with the --debug argument and share the output here?

This will give a full Python trace-back, along with some version numbers and such that i'll be helpful to look into it

Thanks for reporting this :)

@deadbits
Copy link
Contributor

deadbits commented Nov 7, 2019

The error EXCEPTION of type 'ServerSelectionTimeoutError' occurred with message: '127.0.0.1:27017: [Errno 111] Connection refused' is a MongoDB error.
For Omnibus, you need a MongoDB instance somewhere reachable from the host your running Omnibus on. 127.0.0.1:27017 is the MongoDB defaults for a local instance but you can change this setting to any MongoDB server.

Also, just FYI - Redis running somewhere also reachable from your host is required for a few things, in case you don't have that setup already.

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