jarib / celerity

This project is no longer maintained.
http://celerity.rubyforge.org/
GNU General Public License v2.0
206 stars 38 forks source link

socketConnect': java.net.ConnectException: Connection refused (NativeException) #21

Closed pronix closed 14 years ago

pronix commented 14 years ago

java/net/PlainSocketImpl.java:-2:in socketConnect': java.net.ConnectException: Connection refused (NativeException) from java/net/AbstractPlainSocketImpl.java:310:indoConnect' from java/net/AbstractPlainSocketImpl.java:176:in connectToAddress' from java/net/AbstractPlainSocketImpl.java:163:inconnect' from java/net/SocksSocketImpl.java:384:in connect' from java/net/Socket.java:546:inconnect' from sun/security/ssl/SSLSocketImpl.java:570:in connect' from sun/security/ssl/SSLSocketImpl.java:414:in' from sun/security/ssl/SSLSocketFactoryImpl.java:142:in createSocket' ... 16 levels... from ./main.rb:212 from ./main.rb:208:ineach' from ./main.rb:208

211 aimb = Celerity::Browser.new(:resynchronize => true) 212 aimb.goto(AIM_LOGIN)

jarib commented 14 years ago

What makes you believe this is a Celerity issue and not an issue with your local environment (proxy?) or the host you're trying to connect to? What's the value of AIM_LOGIN?

If you can't provide a way reproduce the issue, I'm afraid there's not much we can do with this.

jarib commented 14 years ago

Closing this as no more info has been provided.