We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to start multiple process of thin in a linux-x86 environment, it fails to start instead outputting:
/opt/vagrant_ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- rubyeventmachine (LoadError)
I created a simple app (https://github.com/kareem-abdelsalam/thin-multiserver-test). To run it:
bundle install rake package:linux:x86 DIR_ONLY=1
vagrant up tr_installation vagrant ssh tr_installation
cd /vagrant/thin-multiserver-test-0.2-linux-x86/
./successeding_app start
It operates normally and you can visit the page at (http://192.168.33.12:5000)
./failing_app start
It will fail to start printing the message mentioned earlier.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When attempting to start multiple process of thin in a linux-x86 environment, it fails to start instead outputting:
I created a simple app (https://github.com/kareem-abdelsalam/thin-multiserver-test).
To run it:
cd /vagrant/thin-multiserver-test-0.2-linux-x86/
It operates normally and you can visit the page at (http://192.168.33.12:5000)
It will fail to start printing the message mentioned earlier.
The text was updated successfully, but these errors were encountered: