Hello, I just downloaded and tried out version 1.4.7. I attempted to connect to my usenet service but it kept failing, both normal and secure. I was finally able to get a connection when I changed the max connections to 1 (my account has a max of 20). I attemped to download a Nzb and with one connection, got about 5mbps download speed. If I change the max connections to 2, the connection failed again.
In my research online, someone suggested that the problem may not be with HelloNzb, but with the usenet host. I installed another usenet tool and set the connections to 14. I was able to download the same file at 66mbps. So this is not with the usenet host.
I am not a fan of web based tools, so I would rather use this application, I will monitor this thread for a few days
Anonymous
Hi, can you post the output from the HelloNzb log please?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
ok, I think this is the log....Here is the log for a successful test of a 1 connection login
DEBUG: Default NIO client: Initialised.
DEBUG: Default NIO client: Starting main loop ...
DEBUG: Creating new channel #1
DEBUG: 1| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: 1| > AUTHINFO USER user
DEBUG: 1| > AUTHINFO PASS pass
DEBUG: 1| > QUIT
DEBUG: NioClient should shutdown now
DEBUG: NettyNioClient stopped
Here is the log with 10 connections:
DEBUG: Default NIO client: Initialised.
DEBUG: Default NIO client: Starting main loop ...
DEBUG: Creating new channel #1
DEBUG: 1| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #2
DEBUG: 2| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #3
DEBUG: 3| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #4
DEBUG: 4| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #5
DEBUG: 5| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #6
DEBUG: 6| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #7
java.io.IOException: Could not connect to remote server
me.mabra.hellonzb.nntpclient.nioengine.NettyNioClient.createNewChannel(Unknown Source)
me.mabra.hellonzb.nntpclient.nioengine.NettyNioClient.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
DEBUG: NettyNioClient stopped
DEBUG: NioClient should shutdown now
That is very weird, I have used HelloNzb with Astraweb in the past without any problems, also with multiple connections. At the moment I have noe idea what could cause this issue, sorry.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I keep trying and I do get a successful connection at times, may 1 out of 20 attempts.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I just attempted again with 10 connections...
DEBUG: Default NIO client: Initialised.
DEBUG: Default NIO client: Starting main loop ...
DEBUG: Creating new channel #1
DEBUG: 1| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #2
DEBUG: 2| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #3
DEBUG: 3| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #4
DEBUG: 4| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #5
DEBUG: 5| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #6
DEBUG: 6| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #7
DEBUG: 7| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #8
DEBUG: 8| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #9
DEBUG: 9| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: Creating new channel #10
DEBUG: 10| > Connecting to server 'ssl.astraweb.com/69.16.179.60' on port 443
DEBUG: 5| > AUTHINFO USER user
DEBUG: 8| > AUTHINFO USER user
DEBUG: 1| > AUTHINFO USER user
DEBUG: 3| > AUTHINFO USER user
DEBUG: 7| > AUTHINFO USER user
DEBUG: 6| > AUTHINFO USER user
DEBUG: 2| > AUTHINFO USER user
DEBUG: 4| > AUTHINFO USER user
DEBUG: 1| > AUTHINFO PASS pass
DEBUG: 3| > AUTHINFO PASS pass
DEBUG: 5| > AUTHINFO PASS pass
DEBUG: 8| > AUTHINFO PASS pass
DEBUG: 9| > AUTHINFO USER user
DEBUG: 7| > AUTHINFO PASS pass
DEBUG: 6| > AUTHINFO PASS pass
DEBUG: 2| > AUTHINFO PASS pass
DEBUG: 4| > AUTHINFO PASS pass
DEBUG: NioClient should shutdown now
DEBUG: 1| > QUIT
DEBUG: 3| > QUIT
DEBUG: 10| > AUTHINFO USER user
DEBUG: 9| > AUTHINFO PASS pass
DEBUG: 5| > QUIT
DEBUG: 8| > QUIT
DEBUG: 6| > QUIT
DEBUG: 4| > QUIT
DEBUG: 7| > QUIT
DEBUG: 2| > QUIT
DEBUG: 10| > AUTHINFO PASS pass
DEBUG: 9| > QUIT
DEBUG: 10| > QUIT
DEBUG: NettyNioClient stopped
so, it just decides when to connect or not. Could this be related to java version? I am using version 8U151 (64bit)