Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. irb(main):001:0> ParseContractorsAndSuppliersJob.new.perform
  2. SocketError: getaddrinfo: Name or service not known
  3. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:228:in `initialize'
  4. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:228:in `open'
  5. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:228:in `block in open_socket'
  6. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/timeout.rb:76:in `timeout'
  7. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:223:in `open_socket'
  8. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:248:in `block in connect'
  9. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
  10. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:247:in `connect'
  11. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:160:in `initialize'
  12. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:133:in `new'
  13. from /home/inpos/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/ftp.rb:133:in `open'
  14. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/lib/pharmacy_chain_exchange.rb:8:in `with_ftp'
  15. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/lib/pharmacy_chain_exchange.rb:803:in `parse_contractors_and_suppliers'
  16. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/app/workers/parse_contractors_and_suppliers_job.rb:15:in `perform'
  17. from (irb):1
  18. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/vendor/bundle/ruby/2.1.0/gems/railties-4.1.6/lib/rails/commands/console.rb:90:in `start'
  19. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/vendor/bundle/ruby/2.1.0/gems/railties-4.1.6/lib/rails/commands/console.rb:9:in `start'
  20. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/vendor/bundle/ruby/2.1.0/gems/railties-4.1.6/lib/rails/commands/commands_tasks.rb:69:in `console'
  21. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/vendor/bundle/ruby/2.1.0/gems/railties-4.1.6/lib/rails/commands/commands_tasks.rb:40:in `run_command!'
  22. from /home/inpos/public_html/core/releases/5ec479d16fa24ee426c5dd06cea7fde07e70828f/vendor/bundle/ruby/2.1.0/gems/railties-4.1.6/lib/rails/commands.rb:17:in `<top (required)>'
  23. from script/rails:6:in `require'
  24. from script/rails:6:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement