PDA

View Full Version : Lnet connection problem



RichardCranium
06-04-2015, 12:27 AM
[lnet: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)]
lnet:73:in `initialize'
lnet:73:in `open'
[lnet: NilClass is not a valid input stream. It must walk
like either a String, an IO, or a Source.]
C:/Program Files (x86)/Ruby-1.8.7-p352/lib/ruby/1.8/rexml/source.rb:21:in `create_from'
C:/Program Files (x86)/Ruby-1.8.7-p352/lib/ruby/1.8/rexml/parsers/baseparser.rb:133:in `stream='
[lnet: connection lost]
[lnet: waiting 278 seconds before trying to reconnect...]

Does this make sense to anyone?

Tillmen
06-04-2015, 01:22 AM
That means the server didn't respond to you, as if it wasn't even there (it is though).

Baerlynd
06-04-2015, 01:40 AM
I had the same issue, but I was using lich 4.4.9. When I updated to lich 4.6.x it worked fine afterward. I just followed the instructions on the lich site to update rather than delete and do a fresh install. I had to update my Ruby too.

RichardCranium
06-04-2015, 01:43 AM
Thanks.

Back
06-04-2015, 01:48 AM
All good chaps!