[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Connection Refused~~Please help

Sim Wong

1/5/2008 9:40:00 AM

Hi all,

I am new to ruby.
i have a problem when i type rake in terminal.
It shows:
rake aborted!
Connection refused - connect(2)
i found that the error is from net/http.rb - TCPconnection
I guess the error occur due to not able to open a port or connect to
port 9000.
Does anyone have any idea to fix this problem?

Thanks

Sim
--
Posted via http://www.ruby-....

1 Answer

Paul Stickney

1/6/2008 5:36:00 AM

0

Check your firewall(s).
Verify that the server is up -- try from another location (remote
shell, for instance.)
You may be able to use a proxy or other tunnel setup.

On Jan 5, 2008 1:39 AM, Sim Wong <sim9739@hotmail.com> wrote:
> Hi all,
>
> I am new to ruby.
> i have a problem when i type rake in terminal.
> It shows:
> rake aborted!
> Connection refused - connect(2)
> i found that the error is from net/http.rb - TCPconnection
> I guess the error occur due to not able to open a port or connect to
> port 9000.
> Does anyone have any idea to fix this problem?
>
> Thanks
>
> Sim
> --
> Posted via http://www.ruby-....
>
>