Bug #14733
closedError on reading log4r
Description
Hello all,
I used Vagrant on Windows 10 which is using Ruby.
Here is the error on the log
!verror.png!
Any idea anyone?
Files
Updated by shevegen (Robert A. Heiler) about 7 years ago
The error says missing log4r.
I think this is not related to ruby core - the tracker here is about
ruby itself, not external dependencies.
If it is just a gem missing, "gem install log4r" should work.
https://rubygems.org/gems/log4r/
That gem has not been updated in 6 years, though, so I would not
think this to work very reliably.
(It's also strange that you can use vagrant, but vagrant would fail
via a missing log4r gem; something is most likely not properly setup
on your system.)
Updated by cardillos (cherry ard) about 7 years ago
Thanks for the update. However I checked the gem directory and I can find log4r in it.
It just weird I cant run the system because it's stuck on this error.
Updated by gotoken (Kentaro Goto) about 7 years ago
- Status changed from Open to Rejected
I tried to reproduce the issue because I have Vagrant 2.0.4 on Windows 10 1709 by chance. I cannot reproduce though. vagrant ssh
succeed. Your screenshot shows that ruby runs in the debian box but vanilla wheezy box does not include ruby. See log the below. Show
Any way, this issue is not a problem of ruby interpreters nor ruby language and I set status reject.
You might get helps at the issue tracker of the box you used or at ruby-talk mailing list.
Updated by cardillos (cherry ard) about 7 years ago
- Status changed from Rejected to Closed
It works fine now and I don't know what happened. Thanks anyway.
Cheers!