This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 172835 - Can't install any gems
Summary: Can't install any gems
Status: RESOLVED INCOMPLETE
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All Windows 7 x64
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 06:51 UTC by pupeno
Modified: 2009-09-23 17:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pupeno 2009-09-23 06:51:34 UTC
When I try to install any gems as the last part of creation of a Rails project which I never managed to create, I get
this error:

JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory - No such file or directory - C:/Users/J. Pablo Fern�ndez

Of course my name is not J. Pablo Fern�ndez, it's J. Pablo Fernández.

Thanks.
Comment 1 Erno Mononen 2009-09-23 08:44:23 UTC
Hi, probably an issue with spaces in path, installing NB to a directory w/o spaces in the path likely helps. I'm not 
sure we can do anything about this in NB (it's a JRuby issue). In any case, to be sure, could you please turn on 
detailed logging (http://wiki.netbeans.org/FaqRubyNBLogging67), reproduce the problem and attach the log here then. 
Thanks in advance.
Comment 2 pupeno 2009-09-23 17:42:18 UTC
Hello Emononen,

Thanks for looking into it. I already spent 4 hours today creating another account with no special characters on it and
moving everything to it and learning that in Windows it's not a trivial task, at least, if you are a Windows newbie like
me. That means that I can't go back and try it. Sorry.

More than the white spaces, the problem looked like the a with acute: á which was interpreted as ASCII at some point.
What a surprise coming from Ruby!