-
Notifications
You must be signed in to change notification settings - Fork 82
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
connecting to the database(no_sql_connection) is not working #127
Comments
Whats your |
sql_connection do mongodb_connection do |
The connection finally works, but when i try to process it, it shows me this error. /home/hduser/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0/gems/mongify-1.3.1/lib/mongify/configuration.rb:14:in from /usr/bin/ruby/bin/ruby_executable_hooks:15:in eval' from /usr/bin/ruby/bin/ruby_executable_hooks:15:in '
|
my ruby version. ruby 2.3.3p222 (2016-11-21 revision 56859) [armv7l-linux-eabih |
Thanks for your help. Everything is fine |
Sounds good. |
For SQL we also have to use the adpter of mysql? |
When i tried to check the connection. I always get this error.
SQL connection works
'/home/hduser/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0/gems/mongify-1.3.1/lib/mongify/database/no_sql_connection.rb:82:in
has_connection?': undefined method
connected?' for #Mongo::DB:0x205fbc0 (NoMethodError)Did you mean? connection
from /home/hduser/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0/gems/mongify-1.3.1/lib/mongify/cli/command/worker.rb:104:in
check_nosql_connection' from /home/hduser/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0/gems/mongify-1.3.1/lib/mongify/cli/command/worker.rb:69:in
execute'from /home/hduser/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0/gems/mongify-1.3.1/lib/mongify/cli/application.rb:28:in
execute!' from /home/hduser/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0/gems/mongify-1.3.1/bin/mongify:15:in
<top (required)>'from /usr/bin/ruby/bin/mongify:22:in
load' from /usr/bin/ruby/bin/mongify:22:in
from /usr/bin/ruby/bin/ruby_executable_hooks:15:in
eval' from /usr/bin/ruby/bin/ruby_executable_hooks:15:in
'Can Someone please answer me quickly?
The text was updated successfully, but these errors were encountered: