Skip to content

Instantly share code, notes, and snippets.

@achintangal
Created April 17, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achintangal/10988684 to your computer and use it in GitHub Desktop.
Save achintangal/10988684 to your computer and use it in GitHub Desktop.
error while running vagrant up
/opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/version.rb:163:in `=~': invalid byte sequence in UTF-8 (ArgumentError)
from /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/version.rb:163:in `correct?'
from /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/version.rb:192:in `initialize'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:273:in `new'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:273:in `block (2 levels) in find'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:270:in `map'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:270:in `block in find'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:416:in `block in with_collection_lock'
from /opt/vagrant/embedded/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:415:in `with_collection_lock'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/box_collection.rb:263:in `find'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/vagrantfile.rb:147:in `block in machine_config'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/vagrantfile.rb:180:in `call'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/vagrantfile.rb:180:in `machine_config'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/vagrantfile.rb:45:in `machine'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:416:in `machine'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/plugin/v2/command.rb:142:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/plugin/v2/command.rb:175:in `call'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/plugin/v2/command.rb:175:in `block in with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/plugin/v2/command.rb:174:in `map'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/plugin/v2/command.rb:174:in `with_target_vms'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/commands/up/command.rb:58:in `block in execute'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:234:in `block (2 levels) in batch'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:232:in `tap'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:232:in `block in batch'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:231:in `synchronize'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:231:in `batch'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/plugins/commands/up/command.rb:57:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/cli.rb:42:in `execute'
from /opt/vagrant/embedded/gems/gems/vagrant-1.5.1/lib/vagrant/environment.rb:248:in `cli'
from /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.5.1/bin/vagrant:158:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment