« Return to Thread: Gems fetching failed

Re: Gems fetching failed

by Martin Krauskopf :: Rate this Message:

Reply to Author | View in Thread

Chris Kutler wrote:

> Hi,
>
> I am having a problem with the RC releases. When I open the Ruby Gems
> manager I get an Error dialog box that says:
>
>     Gems fetching failed
>
>     See troubleshooting section in http://wiki.netbeans.org/RubyGems for
>     help.
>
>     Follows output of the gem tool:
>
>     *** REMOTE GEMS ***
>
>     Error: While executing gem ... (EOFError)
>     End of file reached
>
> The following works from the command line withou error
>
>     jruby -S gem list -r

Hi Chris,

does this work as well (at the same time when it does not work from
NetBeans):

   jruby -S gem list -r -d

? This is actually what NetBeans uses:

http://wiki.netbeans.org/RubyGems#section-RubyGems-GemsFetchingFailed

You might try to uncheck checkboxes in the Settings tab in the Gem Manager.

        m.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: Gems fetching failed