-
Notifications
You must be signed in to change notification settings - Fork 80
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
Net::ResourceBusyError Permission denied #201
Comments
Is this on OS X? Bulkheads (i.e. tickets) are not supported on OS X. We just disable them in development and test. |
I working on OS X. But server works on Docker container in Amazon with system: ubuntu 16.04 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have question about using Semian.
I configured simple NetHttp adapter (like in README):
config/initializers/semian.rb
I tested it on development, and all was looks good. But problem was shows on after production deployment. When I try execute http request from rails console then I getting error:
In this time
Semian.resources
return blank hash.Could you explain me what is wrong? I don't understand this error.
The text was updated successfully, but these errors were encountered: