netbeans issue

View: New views
4 Messages — Rating Filter:   Alert me  

netbeans issue

by Daniel Rodriguez-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Forgive me if this is the wrong place to ask this.

I'm a beginner learning Ruby and I'm trying to create a new Ruby on Rails application through Netbeans. I click File -> new project -> Ruby on Rails Application .... you get the idea.

The problem is on the last dialog. I get an error that the Glassfish Gem is not installed and it won't let me hit the finish button. There's a button that says "Install Glassfish Gem" but running that gives me the following error:


JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
ERROR:  While executing gem ... (IOError)
    Access is denied


Apparently the wiki.jruby.org site is down, and it cannot pull whatever it's trying to pull off of there. What can I do to workaround? or is there a proper fix for this?

Thanks,

-Dan

Re: netbeans issue

by Jay McGaffigan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The access denied seems to me to be a permission problem in copying
some of the files... Although I've not used NetBeans recently so I'm
not sure how you might sudo that checkbox to see if that helps...

Jay

On Sun, Nov 1, 2009 at 9:41 PM, Daniel Rodriguez <theoperand@...> wrote:

> Hi,
>
> Forgive me if this is the wrong place to ask this.
>
> I'm a beginner learning Ruby and I'm trying to create a new Ruby on Rails
> application through Netbeans. I click File -> new project -> Ruby on Rails
> Application .... you get the idea.
>
> The problem is on the last dialog. I get an error that the Glassfish Gem is
> not installed and it won't let me hit the finish button. There's a button
> that says "Install Glassfish Gem" but running that gives me the following
> error:
>
>
> JRuby limited openssl loaded. gem install jruby-openssl for full support.
> http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
> ERROR:  While executing gem ... (IOError)
>     Access is denied
>
>
> Apparently the wiki.jruby.org site is down, and it cannot pull whatever it's
> trying to pull off of there. What can I do to workaround? or is there a
> proper fix for this?
>
> Thanks,
>
> -Dan
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: netbeans issue

by Erno Mononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Daniel,

Seems to be an issue with permissions; please check that Gem Home for
the bundled JRuby (i.e.
<nb_install_dir>/ruby2/jruby-x.y.z/lib/ruby/gems/1.8) is writable by the
current user. Did you install NetBeans as the same user you use for
running it? Which version of NB do you use? (I'm asking since recently
another user reported having the same issue with 6.8 Beta, which leads
me to think that there might be some bug in the installer wrt. setting
up permissions).

Erno

PS. There is also http://forums.netbeans.org/ruby-users.html for NB Ruby
users.


Daniel Rodriguez wrote:

> Hi,
>
> Forgive me if this is the wrong place to ask this.
>
> I'm a beginner learning Ruby and I'm trying to create a new Ruby on
> Rails application through Netbeans. I click File -> new project ->
> Ruby on Rails Application .... you get the idea.
>
> The problem is on the last dialog. I get an error that the Glassfish
> Gem is not installed and it won't let me hit the finish button.
> There's a button that says "Install Glassfish Gem" but running that
> gives me the following error:
>
>
> JRuby limited openssl loaded. gem install jruby-openssl for full support.
> http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
> ERROR:  While executing gem ... (IOError)
>     Access is denied
>
>
> Apparently the wiki.jruby.org <http://wiki.jruby.org> site is down,
> and it cannot pull whatever it's trying to pull off of there. What can
> I do to workaround? or is there a proper fix for this?
>
> Thanks,
>
> -Dan


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: netbeans issue

by Daniel Rodriguez-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I think this may be a Window 7 issue. I should have mentioned that's what I'm running. I tried the same steps on OpenSolaris and it worked fine. I guess I'll be switching to OpenSolaris for now. I'm not sure how permissions work (or don't work;) in Windows in order to fix it.

Thanks,

-Dan


On Mon, Nov 2, 2009 at 4:00 AM, Erno Mononen <Erno.Mononen@...> wrote:

Hi Daniel,

Seems to be an issue with permissions; please check that Gem Home for the bundled JRuby (i.e. <nb_install_dir>/ruby2/jruby-x.y.z/lib/ruby/gems/1.8) is writable by the current user. Did you install NetBeans as the same user you use for running it? Which version of NB do you use? (I'm asking since recently another user reported having the same issue with 6.8 Beta, which leads me to think that there might be some bug in the installer wrt. setting up permissions).

Erno

PS. There is also http://forums.netbeans.org/ruby-users.html for NB Ruby users.


Daniel Rodriguez wrote:
Hi,

Forgive me if this is the wrong place to ask this.

I'm a beginner learning Ruby and I'm trying to create a new Ruby on Rails application through Netbeans. I click File -> new project -> Ruby on Rails Application .... you get the idea.

The problem is on the last dialog. I get an error that the Glassfish Gem is not installed and it won't let me hit the finish button. There's a button that says "Install Glassfish Gem" but running that gives me the following error:


JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
ERROR:  While executing gem ... (IOError)
   Access is denied


Apparently the wiki.jruby.org <http://wiki.jruby.org> site is down, and it cannot pull whatever it's trying to pull off of there. What can I do to workaround? or is there a proper fix for this?

Thanks,

-Dan


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email